progress property

Map<int, TimestampProgress> progress
final

Map representing the progress of a tile

  • keys should be the tile identifier, created by the Object.hashCode method on the tile's URL to impose uniqueness
  • valuess should be a TimestampProgress, including the percentage (0-1) progress of the tile, and the timestamp the progress was taken at

Should not be read outside of this object.

Implementation

final Map<int, TimestampProgress> progress = {};