CoordinatesData

data class CoordinatesData(val latitude: Double, val longitude: Double)

CoordinatesData is a data class that represents the coordinates of a location.

Constructors

Link copied to clipboard
constructor(latitude: Double, longitude: Double)

Properties

Link copied to clipboard

Double The latitude of the location.

Link copied to clipboard

Double The longitude of the location.