Lines Matching defs:markers
57 // set up markers
62 // openlayers std markers are 21x25px with shadow
79 private $markers;
109 * @param array $markers
110 * array of markers
121 * Wheter or not to override zoom/lat/lon and zoom to the extent of gpx/kml and markers
131 array $markers,
150 $this->markers = $markers;
190 * Calculate the lat/lon/zoom values to make sure that all of the markers and gpx/kml are on the map.
200 if ($this->markers !== []) {
201 foreach ($this->markers as $marker) {
274 [$this->zoom, $this->lat, $this->lon, $this->width, $this->height, serialize($this->markers), $this->maptype, $this->kmlFileName, $this->gpxFileName, $this->geojsonFileName]
295 if ($this->markers !== []) {
505 * Place markers on the map and number them in the same order as they are listed in the html.
519 foreach ($this->markers as $marker) {