TileRegionEstimateProgress

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)

Functions

Link copied to clipboard
open fun equals(object: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard