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
sealed class LevelId : Parcelable

Sealed class representing different types of level identifiers.

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
sealed interface LocationProvider
Link copied to clipboard
Link copied to clipboard
sealed interface LocationResponseOnMap