|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilGoogleMapGUI:
Collaboration diagram for ilGoogleMapGUI:Public Member Functions | |
| __construct () | |
| getHtml () | |
| getUserListHtml () | |
| Get User List HTML (to be displayed besides the map) More... | |
Public Member Functions inherited from ilMapGUI | |
| __construct () | |
| setMapId (string $map_id) | |
| getMapId () | |
| setWidth (string $width) | |
| getWidth () | |
| setHeight (string $height) | |
| getHeight () | |
| setLatitude (string $latitude) | |
| getLatitude () | |
| setLongitude (string $longitude) | |
| getLongitude () | |
| setZoom (?int $zoom) | |
| getZoom () | |
| setEnableTypeControl (bool $enable_type_control) | |
| getEnableTypeControl () | |
| setEnableNavigationControl (bool $enable_navigation_control) | |
| getEnableNavigationControl () | |
| setEnableUpdateListener (bool $enable_update_listener) | |
| getEnableUpdateListener () | |
| setEnableLargeMapControl (bool $large_map_control) | |
| getEnableLargeMapControl () | |
| setEnableCentralMarker (bool $central_marker) | |
| getEnableCentralMarker () | |
| addUserMarker (int $user_id) | |
| getHtml () | |
| getUserListHtml () | |
| Get User List HTML (to be displayed besides the map) More... | |
Protected Attributes | |
| string | $css_row = "" |
Protected Attributes inherited from ilMapGUI | |
| ilGlobalTemplateInterface | $tpl |
| ilLanguage | $lng |
| string | $map_id |
| string | $width |
| string | $height |
| string | $latitude |
| string | $longitude |
| int | $zoom |
| bool | $enable_type_control |
| bool | $enable_update_listener |
| bool | $enable_navigation_control |
| array | $user_marker |
| bool | $large_map_control |
| bool | $central_marker |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning User interface class for Google Maps
Definition at line 26 of file class.ilGoogleMapGUI.php.
| ilGoogleMapGUI::__construct | ( | ) |
Definition at line 30 of file class.ilGoogleMapGUI.php.
References ILIAS\MetaData\Repository\Validation\Data\__construct().
Here is the call graph for this function:| ilGoogleMapGUI::getHtml | ( | ) |
Definition at line 35 of file class.ilGoogleMapGUI.php.
References ilMapGUI\$central_marker, ilMapGUI\$large_map_control, ilObject\_exists(), ilMapUtil\getApiKey(), ilMapGUI\getEnableCentralMarker(), ilMapGUI\getEnableLargeMapControl(), ilMapGUI\getEnableNavigationControl(), ilMapGUI\getEnableTypeControl(), ilMapGUI\getEnableUpdateListener(), ilMapGUI\getHeight(), ilMapGUI\getLatitude(), ilMapGUI\getLongitude(), ilMapGUI\getMapId(), ilMapGUI\getWidth(), and ilMapGUI\getZoom().
Here is the call graph for this function:| ilGoogleMapGUI::getUserListHtml | ( | ) |
Get User List HTML (to be displayed besides the map)
Definition at line 144 of file class.ilGoogleMapGUI.php.
References ilObject\_exists(), and ilMapGUI\getMapId().
Here is the call graph for this function:
|
protected |
Definition at line 28 of file class.ilGoogleMapGUI.php.