CoordinatesResponse

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

Definition of Coordinates

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val latitude: String? = null

Specifies a coordinate of the north–south position of a geographic point on the surface of the Earth (-90 - 90).

Link copied to clipboard
val longitude: String? = null

Specifies a coordinate of the east–west position of a geographic point on the surface of the Earth (-180 - 180).