Lines Matching defs:zoom
44 return [['name' => 'getMap', 'desc' => 'returns url to the image', 'params' => ['lat' => 'float', 'lon' => 'float', 'zoom' => 'integer', 'size' => 'string', 'maptype' => 'string', 'markers' => 'string', 'gpx' => 'string', 'kml' => 'string', 'geojson' => 'string', 'apikey' => 'string'], 'return' => ['image' => 'string']]];
52 * @param int $zoom the zoom level in the tile cache, eg. 14
65 int $zoom,
77 // normalize zoom
78 $zoom = $zoom ?: 0;
79 if ($zoom > 18) {
80 $zoom = 18;
104 $zoom,