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 optionalText to display when this MapType's button is hovered over in the map type control. |
maxZoom |
Type:
number optionalThe maximum zoom level for the map when displaying this MapType. Optional. |
minZoom |
Type:
number optionalThe minimum zoom level for the map when displaying this MapType. Optional. |
name |
Type:
string optionalThe name to display in the map type control. |