-
Creates the instance with the specified properties.
Throws
If all properties are empty, the error InitializationError.incorrectInputs is thrown.
Declaration
Swift
public init( name: String, numbers: [String], shields: [TomTomSDKCommon.RoadShield], types: Set<TomTomSDKRoute.RoadType> = [] ) throwsParameters
nameName of the road.
numbersRoad numbers.
shieldsRoad shields.
typesRoad types.
-
Name of the road.
Declaration
Swift
public let name: String -
Road numbers.
Declaration
Swift
public let numbers: [String] -
Represents road shields, signs used to indicate the route number and the road’s classification.
Declaration
Swift
public let shields: [TomTomSDKCommon.RoadShield] -
Road types.
Declaration
Swift
public let types: Set<TomTomSDKRoute.RoadType>
-
An error that occurs during the creation of the instance.
See moreDeclaration
Swift
public enum InitializationError : Error
TomTom SDK for iOS (0.53.1)
Road