|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
User interface class for google maps. More...
Inheritance diagram for ilGoogleMapGUI:
Collaboration diagram for ilGoogleMapGUI:Public Member Functions | |
| __construct () | |
| getHtml () | |
| Get HTML. More... | |
| getUserListHtml () | |
| Get User List HTML (to be displayed besides the map) More... | |
Public Member Functions inherited from ilMapGUI | |
| __construct () | |
| setMapId ($a_mapid) | |
| Set Map ID. More... | |
| getMapId () | |
| Get Map ID. More... | |
| setWidth ($a_width) | |
| Set Width. More... | |
| getWidth () | |
| Get Width. More... | |
| setHeight ($a_height) | |
| Set Height. More... | |
| getHeight () | |
| Get Height. More... | |
| setLatitude ($a_latitude) | |
| Set Latitude. More... | |
| getLatitude () | |
| Get Latitude. More... | |
| setLongitude ($a_longitude) | |
| Set Longitude. More... | |
| getLongitude () | |
| Get Longitude. More... | |
| setZoom ($a_zoom) | |
| Set Zoom. More... | |
| getZoom () | |
| Get Zoom. More... | |
| setEnableTypeControl ($a_enabletypecontrol) | |
| Set Use Map Type Control. More... | |
| getEnableTypeControl () | |
| Get Use Map Type Control. More... | |
| setEnableNavigationControl ($a_enablenavigationcontrol) | |
| Set Use Navigation Control. More... | |
| getEnableNavigationControl () | |
| Get Use Navigation Control. More... | |
| setEnableUpdateListener ($a_enableupdatelistener) | |
| Set Activate Update Listener. More... | |
| getEnableUpdateListener () | |
| Get Activate Update Listener. More... | |
| setEnableLargeMapControl ($a_largemapcontrol) | |
| Set Large Map Control. More... | |
| getEnableLargeMapControl () | |
| Get Large Map Control. More... | |
| setEnableCentralMarker ($a_centralmarker) | |
| Enable Central Marker. More... | |
| getEnableCentralMarker () | |
| Get Enable Central Marker. More... | |
| addUserMarker ($a_user_id) | |
| Add user marker. More... | |
| getHtml () | |
| Get HTML. More... | |
| getUserListHtml () | |
| Get User List HTML (to be displayed besides the map) More... | |
Additional Inherited Members | |
Protected Attributes inherited from ilMapGUI | |
| $mapid | |
| $width = "500px" | |
| $height = "300px" | |
| $latitude | |
| $longitude | |
| $zoom | |
| $enabletypecontrol = false | |
| $enableupdatelistener = false | |
| $enablenavigationcontrol = false | |
| $enablelargemapcontrol = false | |
| $user_marker = array() | |
User interface class for google maps.
Definition at line 35 of file class.ilGoogleMapGUI.php.
| ilGoogleMapGUI::__construct | ( | ) |
Reimplemented from ilMapGUI.
Definition at line 37 of file class.ilGoogleMapGUI.php.
| ilGoogleMapGUI::getHtml | ( | ) |
Get HTML.
Reimplemented from ilMapGUI.
Definition at line 49 of file class.ilGoogleMapGUI.php.
References $info, $tpl, 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)
Reimplemented from ilMapGUI.
Definition at line 151 of file class.ilGoogleMapGUI.php.
References $tpl, ilObject\_exists(), and ilMapGUI\getMapId().
Here is the call graph for this function: