Tile class

Provides tile images for TileOverlay.

Constructors

Tile({required int x, required int y, required int zoom, required Uint8List imageData})
Creates a Tile object.

Properties

hashCode int
The hash code for this object.
no setteroverride
imageData Uint8List
Uint8List image data.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x int
X value.
getter/setter pair
y int
Y value.
getter/setter pair
zoom int
Zoom level.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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