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:
numberReturns the opacity level ( 0 (transparent) to 1.0) of the ImageMapType tiles. |
getTile |
getTile(tileCoord, zoom, ownerDocument)Parameters:
Return Value:
Node |
releaseTile |
releaseTile(tileDiv)Parameters:
Return Value: None
|
setOpacity |
setOpacity(opacity)Parameters:
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. |