Package-level declarations
Types
Link copied to clipboard
data class GeographicCoordinate(val latitude: Double, val longitude: Double) : GeographicCoordinateProvider
Represents a position in the real world. Latitude and Longitude are stored in degrees.
Link copied to clipboard
Link copied to clipboard
data class Location(val geographicCoordinate: GeographicCoordinate, val geographicAccuracy: Double, val levelId: LevelId, val bearing: Double, val bearingAccuracyDegrees: Double) : LocationResponse, LocationProvider
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard