Skip to content

Latest commit

 

History

History
52 lines (27 loc) · 1.43 KB

ImageMapTypeOptions.md

File metadata and controls

52 lines (27 loc) · 1.43 KB

See html formatted version

ImageMapTypeOptions interface

google.maps.ImageMapTypeOptions interface

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

Properties

undefined

Type:  string optional

Alt text to display when this MapType's button is hovered over in the MapTypeControl.

undefined

Type:  function(Point, number): string optional

Returns a string (URL) for given tile coordinate (x, y) and zoom level.

undefined

Type:  number optional

The maximum zoom level for the map when displaying this MapType.

undefined

Type:  number optional

The minimum zoom level for the map when displaying this MapType. Optional.

undefined

Type:  string optional

Name to display in the MapTypeControl.

undefined

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.

undefined

Type:  Size optional

The tile size.