TileIndex class
Index of tile on tile-map. On zoom level 0 ranges between 0, 1
.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator *(
double scale) → TileIndex - Multiplies a TileIndex with an scalar.
-
operator +(
TileIndex other) → TileIndex - Adds two TileIndexs.
-
operator -(
TileIndex other) → TileIndex - Subtracts two TileIndexs.
-
operator /(
double scale) → TileIndex - Divides a TileIndex with an scalar.
-
operator ==(
Object other) → bool -
The equality operator.
inherited