GetSiteLocation

data class GetSiteLocation(val address: String, val latitude: String, val longitude: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Address of the location.

Link copied to clipboard

Latitude of the location.

Link copied to clipboard

Longitude of the location.