Location Description
data class LocationDescription(var name: String = "", var location: LngLatAlt, var opposite: Boolean = false, var locationType: LocationType = LocationType.Country, var description: String? = null, var source: LocationSource = LocationSource.UnknownSource, var orderId: Long = 0, var databaseId: Long = 0)
Constructors
Link copied to clipboard
constructor(name: String = "", location: LngLatAlt, opposite: Boolean = false, locationType: LocationType = LocationType.Country, description: String? = null, source: LocationSource = LocationSource.UnknownSource, orderId: Long = 0, databaseId: Long = 0)