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