Skip to content

Latest commit

 

History

History
110 lines (57 loc) · 2.18 KB

ImageMapType.md

File metadata and controls

110 lines (57 loc) · 2.18 KB

See html formatted version

ImageMapType class

google.maps.ImageMapType class

This class implements the MapType interface and is provided for rendering image tiles.

This class extends MVCObject.

This class implements MapType.

Constructor

undefined

ImageMapType(opts)

Parameters: 

Constructs an ImageMapType using the provided ImageMapTypeOptions

Methods

undefined

getOpacity()

Parameters:  None

Return Value:  number

Returns the opacity level (0 (transparent) to 1.0) of the ImageMapType tiles.

undefined

getTile(tileCoord, zoom, ownerDocument)

Parameters: 

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

Return Value:  Node

undefined

releaseTile(tileDiv)

Parameters: 

  • tileDiv:  Node

Return Value:  None

undefined

setOpacity(opacity)

Parameters: 

  • opacity:  number

Return Value:  None

Sets the opacity level (0 (transparent) to 1.0) of the ImageMapType tiles.

Properties

undefined

Type:  string optional

undefined

Type:  number

undefined

Type:  number

undefined

Type:  string optional

undefined

Type:  Projection

undefined

Type:  number

undefined

Type:  Size

Events

undefined

function()

Arguments:  None

This event is fired when the visible tiles have finished loading.