Skip to content

Latest commit

 

History

History
64 lines (58 loc) · 1.69 KB

File metadata and controls

64 lines (58 loc) · 1.69 KB

⚠️ This document is aim for older versions (from 2.0.0 to 2.2.9). Document for new version is https://github.com/mapsplugin/cordova-plugin-googlemaps-doc/blob/master/v2.6.0/README.md


TileOverlay class

Create

map.addTileOverlay() Adds a tile layer.

Methods

setFadeIn() Sets whether the tiles should fade in.
getFadeIn() Returns whether the tiles should fade in.
setZIndex() Sets the zIndex of the tile overlay.
getZIndex() Returns the zIndex of the tile overlay.
setOpacity() Sets the opacity of the tile overlay.
getOpacity() Returns the opacity of the tile overlay.
setVisible() Sets false if you want to hide.
getVisible() Returns true if the tile overlay is visible.
getTileSize() Returns true if the tile overlay is visible.
remove() Removes the tile overlay.
getMap() Returns the map reference.