Tile Region Estimate Progress
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
Link copied to clipboard
open fun TileRegionEstimateProgress(requiredResourceCount: Long, erroredResourceCount: Long, completedResourceCount: Long, @NonNull partialResult: TileRegionEstimateResult)