LocationInfo

@Serializable
data class LocationInfo(val latitude: Double?, val longitude: Double?)

Data class containing GPS location coordinates.

Constructors

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

Properties

Link copied to clipboard

The latitude coordinate in decimal degrees, null if unavailable

Link copied to clipboard

The longitude coordinate in decimal degrees, null if unavailable