google-maps-documentation

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
ImageMapType
ImageMapType(opts)
Parameters: 
Constructs an ImageMapType using the provided ImageMapTypeOptions
Methods
getOpacity
getOpacity()
Parameters:  None
Return Value:  number
Returns the opacity level (0 (transparent) to 1.0) of the ImageMapType tiles.
getTile
getTile(tileCoord, zoom, ownerDocument)
Parameters: 
  • tileCoordPoint
  • zoomnumber
  • ownerDocumentDocument
Return Value:  Node
releaseTile
releaseTile(tileDiv)
Parameters: 
  • tileDivNode
Return Value:  None
setOpacity
setOpacity(opacity)
Parameters: 
  • opacitynumber
Return Value:  None
Sets the opacity level (0 (transparent) to 1.0) of the ImageMapType tiles.
Properties
alt
Type:  string optional
maxZoom
Type:  number
minZoom
Type:  number
name
Type:  string optional
projection
Type:  Projection
radius
Type:  number
tileSize
Type:  Size
Events
tilesloaded
function()
Arguments:  None
This event is fired when the visible tiles have finished loading.