google.maps.StyledMapType class
Creates a MapType with a custom style.
This class extends MVCObject.
This class implements MapType.
Constructor
StyledMapType(styles[, options])
Parameters:
- styles: Array<MapTypeStyle>
- options: StyledMapTypeOptions optional
Creates a styled MapType with the specified options. The StyledMapType takes an array of MapTypeStyles, where each MapTypeStyle is applied to the map consecutively. A later MapTypeStyle that applies the same MapTypeStylers to the same selectors as an earlier MapTypeStyle will override the earlier MapTypeStyle.
Methods
getTile(tileCoord, zoom, ownerDocument)
Parameters:
- tileCoord: Point
- zoom: number
- ownerDocument: Document
Return Value: Node
releaseTile(tile)
Parameters:
- tile: Node
Return Value: None
Properties
Type: string
Type: number
Type: number
Type: string
Type: Projection
Type: number
Type: Size