ILIAS
release_8 Revision v8.19
|
User interface class for maps. More...
Public Member Functions | |
__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 | |
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 |
User interface class for maps.
Definition at line 10 of file class.ilMapGUI.php.
ilMapGUI::__construct | ( | ) |
Definition at line 28 of file class.ilMapGUI.php.
References $DIC, and ILIAS\Repository\lng().
ilMapGUI::addUserMarker | ( | int | $user_id | ) |
Definition at line 171 of file class.ilMapGUI.php.
References getHtml(), and getUserListHtml().
ilMapGUI::getEnableCentralMarker | ( | ) |
Definition at line 166 of file class.ilMapGUI.php.
References $central_marker.
Referenced by ilGoogleMapGUI\getHtml(), and ilOpenLayersMapGUI\getHtml().
ilMapGUI::getEnableLargeMapControl | ( | ) |
Definition at line 155 of file class.ilMapGUI.php.
References $large_map_control.
Referenced by ilGoogleMapGUI\getHtml().
ilMapGUI::getEnableNavigationControl | ( | ) |
Definition at line 133 of file class.ilMapGUI.php.
References $enable_navigation_control.
Referenced by ilGoogleMapGUI\getHtml(), and ilOpenLayersMapGUI\getHtml().
ilMapGUI::getEnableTypeControl | ( | ) |
Definition at line 122 of file class.ilMapGUI.php.
References $enable_type_control.
Referenced by ilGoogleMapGUI\getHtml().
ilMapGUI::getEnableUpdateListener | ( | ) |
Definition at line 144 of file class.ilMapGUI.php.
References $enable_update_listener.
Referenced by ilGoogleMapGUI\getHtml(), and ilOpenLayersMapGUI\getHtml().
ilMapGUI::getHeight | ( | ) |
Definition at line 78 of file class.ilMapGUI.php.
References $height.
Referenced by ilGoogleMapGUI\getHtml(), and ilOpenLayersMapGUI\getHtml().
|
abstract |
ilMapGUI::getLatitude | ( | ) |
Definition at line 89 of file class.ilMapGUI.php.
References $latitude.
Referenced by ilGoogleMapGUI\getHtml(), and ilOpenLayersMapGUI\getHtml().
ilMapGUI::getLongitude | ( | ) |
Definition at line 100 of file class.ilMapGUI.php.
References $longitude.
Referenced by ilGoogleMapGUI\getHtml(), and ilOpenLayersMapGUI\getHtml().
ilMapGUI::getMapId | ( | ) |
Definition at line 56 of file class.ilMapGUI.php.
References $map_id.
Referenced by ilGoogleMapGUI\getHtml(), ilOpenLayersMapGUI\getHtml(), ilGoogleMapGUI\getUserListHtml(), and ilOpenLayersMapGUI\getUserListHtml().
|
abstract |
Get User List HTML (to be displayed besides the map)
Referenced by addUserMarker().
ilMapGUI::getWidth | ( | ) |
Definition at line 67 of file class.ilMapGUI.php.
References $width.
Referenced by ilGoogleMapGUI\getHtml(), and ilOpenLayersMapGUI\getHtml().
ilMapGUI::getZoom | ( | ) |
Definition at line 111 of file class.ilMapGUI.php.
References $zoom.
Referenced by ilGoogleMapGUI\getHtml(), and ilOpenLayersMapGUI\getHtml().
ilMapGUI::setEnableCentralMarker | ( | bool | $central_marker | ) |
ilMapGUI::setEnableLargeMapControl | ( | bool | $large_map_control | ) |
ilMapGUI::setEnableNavigationControl | ( | bool | $enable_navigation_control | ) |
ilMapGUI::setEnableTypeControl | ( | bool | $enable_type_control | ) |
ilMapGUI::setEnableUpdateListener | ( | bool | $enable_update_listener | ) |
ilMapGUI::setHeight | ( | string | $height | ) |
ilMapGUI::setLatitude | ( | string | $latitude | ) |
ilMapGUI::setLongitude | ( | string | $longitude | ) |
ilMapGUI::setMapId | ( | string | $map_id | ) |
ilMapGUI::setWidth | ( | string | $width | ) |
ilMapGUI::setZoom | ( | ?int | $zoom | ) |
|
protected |
Definition at line 26 of file class.ilMapGUI.php.
Referenced by getEnableCentralMarker(), ilGoogleMapGUI\getHtml(), ilOpenLayersMapGUI\getHtml(), and setEnableCentralMarker().
|
protected |
Definition at line 22 of file class.ilMapGUI.php.
Referenced by getEnableNavigationControl(), and setEnableNavigationControl().
|
protected |
Definition at line 20 of file class.ilMapGUI.php.
Referenced by getEnableTypeControl(), and setEnableTypeControl().
|
protected |
Definition at line 21 of file class.ilMapGUI.php.
Referenced by getEnableUpdateListener(), and setEnableUpdateListener().
|
protected |
Definition at line 16 of file class.ilMapGUI.php.
Referenced by getHeight(), and setHeight().
|
protected |
Definition at line 25 of file class.ilMapGUI.php.
Referenced by getEnableLargeMapControl(), ilGoogleMapGUI\getHtml(), and setEnableLargeMapControl().
|
protected |
Definition at line 17 of file class.ilMapGUI.php.
Referenced by getLatitude(), and setLatitude().
|
protected |
Definition at line 13 of file class.ilMapGUI.php.
|
protected |
Definition at line 18 of file class.ilMapGUI.php.
Referenced by getLongitude(), and setLongitude().
|
protected |
Definition at line 14 of file class.ilMapGUI.php.
Referenced by getMapId(), and setMapId().
|
protected |
Definition at line 12 of file class.ilMapGUI.php.
|
protected |
Definition at line 24 of file class.ilMapGUI.php.
|
protected |
Definition at line 15 of file class.ilMapGUI.php.
Referenced by getWidth(), and setWidth().
|
protected |
Definition at line 19 of file class.ilMapGUI.php.