Tile Region Load Progress
A tile region's load progress includes counts of the number of resources that have completed downloading and the total number of resources that are required.
Constructors
Link copied to clipboard
open fun TileRegionLoadProgress(completedResourceCount: Long, completedResourceSize: Long, erroredResourceCount: Long, requiredResourceCount: Long, loadedResourceCount: Long, loadedResourceSize: Long, @Nullable backoffUntil: Date, totalTransfersWithBackoffCount: Long, totalScheduledBackoffTime: Long)
Link copied to clipboard