google-maps-documentation

ImageMapTypeOptions interface

google.maps.ImageMapTypeOptions interface

This class is used to create a MapType that renders image tiles.

Properties
alt
Type:  string optional
Alt text to display when this MapType's button is hovered over in the MapTypeControl.
getTileUrl
Type:  function(Point, number): string optional
Returns a string (URL) for given tile coordinate (x, y) and zoom level.
maxZoom
Type:  number optional
The maximum zoom level for the map when displaying this MapType.
minZoom
Type:  number optional
The minimum zoom level for the map when displaying this MapType. Optional.
name
Type:  string optional
Name to display in the MapTypeControl.
opacity
Type:  number optional
The 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 optional
The tile size.