google.maps.ImageMapTypeOptions
interface
This class is used to create a MapType that renders image tiles.
| Properties | |
|---|---|
alt |
Type:
string optionalAlt text to display when this MapType's button is hovered over in the MapTypeControl. |
getTileUrl |
Type:
function(Point, number): string optionalReturns a string (URL) for given tile coordinate (x, y) and zoom level. |
maxZoom |
Type:
number optionalThe maximum zoom level for the map when displaying this MapType. |
minZoom |
Type:
number optionalThe minimum zoom level for the map when displaying this MapType. Optional. |
name |
Type:
string optionalName to display in the MapTypeControl. |
opacity |
Type:
number optionalThe opacity to apply to the tiles. The opacity should be specified as a float value between 0 and 1.0, where 0 is fully transparent and 1 is fully opaque. |
tileSize |
Type:
Size optionalThe tile size. |