Package-level declarations

Types

Link copied to clipboard
data class LocationDescription(val adressName: String? = null, val streetNumberAndName: String? = null, val postcodeAndLocality: String? = null, val country: String? = null, val distance: String? = null, val latitude: Double, val longitude: Double)