array(elements of type GMapMarer)) * **/ public function executeDisplayTechnicianMap() { $map = new GoogleMap('map'); $map->includeDefaultLocation()->setWidth($this->mapwidth)->addMarkers($this->markers); $map->setHeight($this->mapheight); $this->map = $map; } }