TileOverlayController class

This wraps a TileOverlay in a gmaps.MapType.

Constructors

TileOverlayController({required TileOverlay tileOverlay})
Creates a TileOverlayController that wraps a TileOverlay object and its corresponding gmaps.MapType.

Properties

gmMapType → MapType
The gmaps.MapType produced 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 TileOverlay providing 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.MapType and cached properties with an updated TileOverlay.

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.