DeviceLocation

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

The site location.

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

The physical address.

Link copied to clipboard
val latitude: String? = null

The latitude.

Link copied to clipboard
val longitude: String? = null

The longitude.