this.map.addTileOverlay(options: TileOverlayOptions).then((tileOverlay: TileOverlay) => {
});
-
Returns the ID of instance.
➡️ Returns
string
-
Return the map instance.
➡️ Returns GoogleMap instance.
-
Set whether the tiles should fade in.
Params Type Details fadeIn boolean true or false -
Get whether the tiles should fade in
➡️ Returns
boolean
. -
Changes the opacity of the tile overlay from 0.0 to 1.0
Params Type Details opacity number from 0.0 to 1.0 -
Returns the current opacity
➡️ Returns
number
. -
Set tile overlay visibility
Params Type Details visible boolean true or false -
Returns true if the tile overlay is visible.
➡️ Returns
boolean
. -
Changes the tile overlay zIndex order.
Params Type Details index number z-index -
Returns the current tile overlay zIndex.
➡️ Returns
number
.Get tile size
➡️ Returns
number
. -
Remove the tile overlay.