TileBuffer class
///////////////////////////////////////////////////////////////////////////
Constructors
- TileBuffer.new(int baseZoomlevel)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
cacheToDisk(
int processedTiles, int sumTiles) → void -
dispose(
) → void -
get(
Tile tile) → Future< Uint8List> - Returns the content of the tile. Assumes that the order of retrieval is exactly the same as the order of storage.
-
getAndRemove(
Tile tile) → Future< Uint8List> -
getLength(
Tile tile) → int -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set(
Tile tile, Uint8List content) → void -
toString(
) → String -
A string representation of this object.
inherited
-
writeComplete(
) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited