Constants
public enum Constants
Contains boundary values for the parameters used to initialize TomTomSDKCommon/RoadProperties
.
Range of valid values for the functional road class which indicates relative importance of the road in the routing network.
A value equal to the Constants.functionalRoadClassRange.lowerBound
indicates the road with the highest priority.
A value equal to the Constants.functionalRoadClassRange.upperBound
indicates the road with the lowest priority.
Declaration
Swift
public static let functionalRoadClassRange: ClosedRange<Int>