RegionalSpeedLimit
public struct RegionalSpeedLimit : Equatable
SpeedLimit that is specific to a region in a country.
-
Initializes instance of
RegionalSpeedLimit.Declaration
Swift
public init( speedLimit: TomTomSDKCommon.SpeedLimit, roadCategory: RoadCategory? )
-
TomTomSDKCommon/RoadCategoryof the road for the speed limit, nil if not available.Declaration
Swift
public let roadCategory: RoadCategory? -
TomTomSDKCommon/SpeedLimiton the road.Declaration
Swift
public let speedLimit: TomTomSDKCommon.SpeedLimit
TomTom SDK for iOS (0.53.1)
RegionalSpeedLimit