public function __construct($label = NULL) { parent::__construct($label); $this->baseNetteGMap = new \BaseNetteGMap(array(), $this); if ($this->baseNetteGMap->getZoom() === NULL) { $this->baseNetteGMap->setZoom(12); } }
public function __construct($markers = array()) { parent::__construct($markers, $this); }