SiteLocation

data class SiteLocation(val address: String? = null, val latitude: String? = null, val longitude: String? = null)

Constructors

Link copied to clipboard
constructor(address: String? = null, latitude: String? = null, longitude: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val address: String? = null

Address of the location.

Link copied to clipboard
val latitude: String? = null

Latitude of the location.

Link copied to clipboard
val longitude: String? = null

Longitude of the location.