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.lowerBoundindicates the road with the highest priority. A value equal to theConstants.functionalRoadClassRange.upperBoundindicates the road with the lowest priority.Declaration
Swift
public static let functionalRoadClassRange: ClosedRange<Int>
TomTom SDK for iOS (0.40.0)
Constants