google.maps.ImageMapTypeOptions interface
This class is used to create a MapType that renders image tiles.
Properties
Type: string optional
Alt text to display when this MapType's button is hovered over in the MapTypeControl.
Type: function(Point, number): string optional
Returns a string (URL) for given tile coordinate (x, y) and zoom level.
Type: number optional
The maximum zoom level for the map when displaying this MapType.
Type: number optional
The minimum zoom level for the map when displaying this MapType. Optional.
Type: string optional
Name to display in the MapTypeControl.
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.
Type: Size optional
The tile size.