TileOverlaysController class
This class manages all the TileOverlayControllers associated to a GoogleMapController.
Constructors
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
TileOverlay
s to this controller. -
bindToMap(
int mapId, GMap googleMap) → void -
Binds a
mapId
and thegmaps.GMap
instance to this controller.inherited -
changeTileOverlays(
Set< TileOverlay> tileOverlays) → void -
Updates
TileOverlay
s 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
TileOverlayId
s. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited