Package-level declarations
Types
Link copied to clipboard
class LocationContext(val speed: Speed, val speedLimit: SpeedLimit? = null, val road: RoadProperties? = null, val address: Address? = null)
Location context data, consisting of detailed information about the current location while navigating.
Link copied to clipboard
Responsible for extraction of detailed information about a current location on the road (e.g. Speed limit).