Lines Matching defs:maptype
80 private $maptype;
107 * @param string $maptype
130 string $maptype,
145 // validate + set maptype
146 $this->maptype = $this->tileDefaultSrc;
147 if (array_key_exists($maptype, $this->tileInfo)) {
148 $this->maptype = $maptype;
274 [$this->zoom, $this->lat, $this->lon, $this->width, $this->height, serialize($this->markers), $this->maptype, $this->kmlFileName, $this->gpxFileName, $this->geojsonFileName]
281 $this->mapCacheFile = $this->mapCacheBaseDir . "/" . $this->maptype . "/" . $this->zoom . "/cache_"
377 $this->tileInfo [$this->maptype] ['url']
820 if ($this->maptype === 'openstreetmap') {
823 $mapAuthor = $this->tileInfo [$this->maptype] ['txt'];
824 $iconImg = imagecreatefrompng($logoBaseDir . $this->tileInfo [$this->maptype] ['logo']);