Package-level declarations

Types

Link copied to clipboard
data class Limited(val speed: <Error class: unknown class>) : SpeedLimit

Speed is limited.

Link copied to clipboard
data class LocationContext(val speed: <Error class: unknown class>?, val speedLimit: SpeedLimit, val road: LocationContext.Road, val address: LocationContext.Address)

Provides detailed information about a current location on the road.

Link copied to clipboard

Responsible for extraction of detailed information about a current location on the road (e.g. Speed limit).

Link copied to clipboard
abstract class SpeedLimit

Specify speed limit.

Link copied to clipboard
value class TypeOfRoad

Important: This is a Public Preview API. It may be changed or removed at any time.

Link copied to clipboard

Speed limit is unknown.

Link copied to clipboard

Speed is unlimited (there is no maximum speed).