TileEvent class

The raw result of a tile download during bulk downloading

Does not contain information about the download as a whole, that is DownloadProgress' responsibility.

Tip

When tracking TileEvents across multiple DownloadProgress events, extra considerations are necessary. See the documentation for more information.

Annotations

Properties

coordinates → TileCoordinates
The (x, y, z) coordinates of this tile
final
fetchError Object?
The raw error thrown when fetching from the url, if available
final
fetchResponse → Response?
The raw http.Response from the url, if available
final
hashCode int
The hash code for this object.
no setteroverride
isRepeat bool
Whether this event is a repeat of the last event
final
result TileEventResult
The status of this event, the result of attempting to cache this tile
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tileImage Uint8List?
The raw bytes that were fetched from the url, if available
final
url String
The URL used to request the tile
final

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 ==(Object other) bool
The equality operator.
override