ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct () | |
getHtml () | |
getUserListHtml () | |
Get User List HTML (to be displayed besides the map) More... | |
![]() | |
__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 = "" |
![]() | |
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\GlobalScreen\Provider\__construct().
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().
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().
|
protected |
Definition at line 28 of file class.ilGoogleMapGUI.php.