Package-level declarations
Types
Link copied to clipboard
data class LocationDescription(var name: String = "", var location: LngLatAlt, var opposite: Boolean = false, var locationType: LocationType = LocationType.Country, var description: String? = null, var typeDescription: TextForFeature? = null, var source: LocationSource = LocationSource.UnknownSource, var orderId: Long = 0, var databaseId: Long = 0, var feature: Feature? = null, var alternateLocation: LngLatAlt? = null, var featureName: TextForFeature? = null)
Link copied to clipboard