ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
User interface class for OpenLayers maps. More...
Public Member Functions | |
__construct () | |
getHtml () | |
Get HTML. More... | |
getUserListHtml () | |
Get User List HTML (to be displayed besides the map) More... | |
![]() | |
__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 | |
![]() | |
$mapid | |
$width = "500px" | |
$height = "300px" | |
$latitude | |
$longitude | |
$zoom | |
$enabletypecontrol = false | |
$enableupdatelistener = false | |
$enablenavigationcontrol = false | |
$enablelargemapcontrol = false | |
$user_marker = array() | |
User interface class for OpenLayers maps.
Definition at line 35 of file class.ilOpenLayersMapGUI.php.
ilOpenLayersMapGUI::__construct | ( | ) |
Definition at line 37 of file class.ilOpenLayersMapGUI.php.
ilOpenLayersMapGUI::getHtml | ( | ) |
Get HTML.
Definition at line 45 of file class.ilOpenLayersMapGUI.php.
References $https, $lng, $tpl, ilObject\_exists(), ilMapGUI\getEnableCentralMarker(), ilMapGUI\getEnableNavigationControl(), ilMapGUI\getEnableUpdateListener(), ilMapGUI\getHeight(), ilMapGUI\getLatitude(), ilMapGUI\getLongitude(), ilMapGUI\getMapId(), ilMapGUI\getWidth(), and ilMapGUI\getZoom().
ilOpenLayersMapGUI::getUserListHtml | ( | ) |
Get User List HTML (to be displayed besides the map)
Definition at line 140 of file class.ilOpenLayersMapGUI.php.
References ilObject\_exists(), and ilMapGUI\getMapId().