TileOverlaysController class

This class manages all the TileOverlayControllers associated to a GoogleMapController.

Constructors

TileOverlaysController()

Properties

googleMap ↔ GMap
The GMap instance that this controller operates on.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
mapId int
The map ID for events.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addTileOverlays(Set<TileOverlay> tileOverlaysToAdd) → void
Adds new TileOverlays to this controller.
bindToMap(int mapId, GMap googleMap) → void
Binds a mapId and the gmaps.GMap instance to this controller.
inherited
changeTileOverlays(Set<TileOverlay> tileOverlays) → void
Updates TileOverlays with new options.
clearTileCache(TileOverlayId tileOverlayId) → void
Invalidates the tile overlay associated with the given TileOverlayId.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeTileOverlays(Set<TileOverlayId> tileOverlayIds) → void
Removes the tile overlays associated with the given TileOverlayIds.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited