LocationContext
public struct LocationContext : Equatable
LocationContext provides information about the driver’s location, which has been matched against the road network.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Current speed of the vehicle with
UnitSpeed
set tokilometersPerHour
. A negative value indicates an invalid speed.Declaration
Swift
public let speed: Measurement<UnitSpeed>
-
Speed limit at the current location.
Declaration
Swift
public let speedLimit: SpeedLimit
-
Properties of the road at the current location.
Declaration
Swift
public let road: RoadProperties?
-
Address of the current location.
Declaration
Swift
public let address: Address?