Skip to content

Latest commit

 

History

History
79 lines (42 loc) · 1.97 KB

StyledMapType.md

File metadata and controls

79 lines (42 loc) · 1.97 KB

See html formatted version

StyledMapType class

google.maps.StyledMapType class

Creates a MapType with a custom style.

This class extends MVCObject.

This class implements MapType.

Constructor

undefined

StyledMapType(styles[, options])

Parameters: 

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

undefined

getTile(tileCoord, zoom, ownerDocument)

Parameters: 

  • tileCoord:  Point
  • zoom:  number
  • ownerDocument:  Document

Return Value:  Node

undefined

releaseTile(tile)

Parameters: 

  • tile:  Node

Return Value:  None

Properties

undefined

Type:  string

undefined

Type:  number

undefined

Type:  number

undefined

Type:  string

undefined

Type:  Projection

undefined

Type:  number

undefined

Type:  Size