RegionalSpeedLimit
public struct RegionalSpeedLimit
Describes speed limits for the region.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Initializes instance of
RegionalSpeedLimit
.Declaration
Swift
public init( speedLimit: TomTomSDKCommon.SpeedLimit, roadCategory: RoadCategory? )
-
Category of the road for the speed limit, nil if not available.
Declaration
Swift
public let roadCategory: RoadCategory?
-
Speed limit on the road.
Declaration
Swift
public let speedLimit: TomTomSDKCommon.SpeedLimit