TileOverlayController class
This wraps a TileOverlay in a gmaps.MapType.
Constructors
- TileOverlayController({required TileOverlay tileOverlay})
-
Creates a
TileOverlayControllerthat wraps aTileOverlayobject and its correspondinggmaps.MapType.
Properties
- gmMapType → MapType
-
The
gmaps.MapTypeproduced by this controller.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tileOverlay → TileOverlay
-
The
TileOverlayproviding data for this controller.no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
TileOverlay tileOverlay) → void -
Updates the
gmaps.MapTypeand cached properties with an updatedTileOverlay.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- logicalTileSize → const int
- The size in pixels of the (square) tiles passed to the Maps SDK.