LocationDescription

data class LocationDescription(var name: String = "", var location: LngLatAlt, var description: String? = null, var orderId: Long = 0, var databaseId: Long = 0)

Constructors

Link copied to clipboard
constructor(name: String = "", location: LngLatAlt, description: String? = null, orderId: Long = 0, databaseId: Long = 0)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard