TileRegionEstimateProgress class

A tile region's estimate progress includes counts of the number of resources that have been estimated and the total number of resources as well as a partial result with the current estimate, calculated using the data available at the moment.

Constructors

TileRegionEstimateProgress({required int requiredResourceCount, required int completedResourceCount, required int erroredResourceCount})

Properties

completedResourceCount int
The number of resources that are ready for offline access.
getter/setter pair
erroredResourceCount int
The number of resources that have failed to download due to an error.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
requiredResourceCount int
The number of resources that are known to be required for this tile region.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

encode() Object
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.
inherited

Static Methods

decode(Object result) TileRegionEstimateProgress