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