PMCmdOneMapUpdateProgress

data class PMCmdOneMapUpdateProgress(val region: String? = null, val done: Int = 0, val total: Int = 0)

Progress information about update / download one map-region.

Constructors

Link copied to clipboard
fun PMCmdOneMapUpdateProgress(region: String? = null, done: Int = 0, total: Int = 0)

Properties

Link copied to clipboard
val done: Int = 0

Already downloaded size (bytes)

Link copied to clipboard
val region: String? = null

Name of country/region/file-type

Link copied to clipboard
val total: Int = 0

Expected size (bytes) to download