コード例 #1
0
ファイル: NetteGMapPicker.php プロジェクト: venca-x/nettegmap
 public function __construct($label = NULL)
 {
     parent::__construct($label);
     $this->baseNetteGMap = new \BaseNetteGMap(array(), $this);
     if ($this->baseNetteGMap->getZoom() === NULL) {
         $this->baseNetteGMap->setZoom(12);
     }
 }
コード例 #2
0
ファイル: NetteGMapLayer.php プロジェクト: venca-x/nettegmap
 public function __construct($markers = array())
 {
     parent::__construct($markers, $this);
 }