Region Details
data class RegionDetails(val name: String, val iso: String, val size: Long, val version: MapVersion) : Parcelable
Class representing details about the region of a country.
Parameters
name
Title of the country region
iso
Iso code of the country region
size
Size of region files in bytes
version
Version of map for this region, should be the same as version for country in which this region is placed.