◆ getHTML()
ilADTLocationPresentationBridge::getHTML |
( |
| ) |
|
Definition at line 21 of file class.ilADTLocationPresentationBridge.php.
References ilADTPresentationBridge\getADT(), and ilMapUtil\getMapGUI().
23 if(!$this->
getADT()->isNull())
25 include_once(
"./Services/Maps/classes/class.ilMapUtil.php");
27 $map_gui->setMapId(
"map_".uniqid())
28 ->setLatitude($this->
getADT()->getLatitude())
29 ->setLongitude($this->
getADT()->getLongitude())
30 ->setZoom($this->
getADT()->getZoom())
31 ->setEnableTypeControl(
true)
32 ->setEnableLargeMapControl(
true)
33 ->setEnableUpdateListener(
false)
34 ->setEnableCentralMarker(
true);
38 $map_gui->setWidth($this->width);
42 $map_gui->setHeight($this->height);
45 return $map_gui->getHtml();
static getMapGUI()
Get an instance of the GUI class.
◆ getList()
ilADTLocationPresentationBridge::getList |
( |
| ) |
|
◆ getSortable()
ilADTLocationPresentationBridge::getSortable |
( |
| ) |
|
◆ isValidADT()
ilADTLocationPresentationBridge::isValidADT |
( |
ilADT |
$a_adt | ) |
|
|
protected |
◆ setSize()
ilADTLocationPresentationBridge::setSize |
( |
|
$a_width, |
|
|
|
$a_height |
|
) |
| |
◆ $height
ilADTLocationPresentationBridge::$height |
|
protected |
◆ $width
ilADTLocationPresentationBridge::$width |
|
protected |
The documentation for this class was generated from the following file: