LocationDescription

data class LocationDescription(var name: String? = null, var location: LngLatAlt, var fullAddress: String? = null, var markerObjectId: ObjectId? = null)

Constructors

Link copied to clipboard
constructor(name: String? = null, location: LngLatAlt, fullAddress: String? = null, markerObjectId: ObjectId? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var markerObjectId: ObjectId?
Link copied to clipboard
var name: String?