Alt text to display when this MapType's button is hovered over in the MapTypeControl. Optional.
The maximum zoom level for the map when displaying this MapType. Required for base MapTypes, ignored for overlay MapTypes.
The minimum zoom level for the map when displaying this MapType. Optional; defaults to 0.
Name to display in the MapTypeControl. Optional.
The Projection used to render this MapType. Optional; defaults to Mercator.
Radius of the planet for the map, in meters. Optional; defaults to Earth's equatorial radius of 6378137 meters.
The dimensions of each tile. Required.
Returns a tile for the given tile coordinate (x, y) and zoom level. This tile will be appended to the given ownerDocument. Not available for base map types.
Tile coordinates.
Tile zoom.
The document which owns this tile.
Releases the given tile, performing any necessary cleanup. The provided tile will have already been removed from the document. Optional.
Tile to release.
Generated using TypeDoc
This interface defines the map type, and is typically used for custom map types. Immutable.