google-maps-documentation

StyledMapTypeOptions interface

google.maps.StyledMapTypeOptions interface

This class is used to specify options when creating a StyledMapType. These options cannot be changed after the StyledMapType is instantiated.

Properties
alt
Type:  string optional
Text to display when this MapType's button is hovered over in the map type control.
maxZoom
Type:  number optional
The maximum zoom level for the map when displaying this MapType. Optional.
minZoom
Type:  number optional
The minimum zoom level for the map when displaying this MapType. Optional.
name
Type:  string optional
The name to display in the map type control.