Signpost
public struct Signpost
The Signpost class contains information about the signpost for the Instruction.
-
Creates a signpost with the specified exit name, exit number and toward name.
Throws
An errorInitializationError.incorrectInputsif parameters are invalid.Declaration
Swift
public init( exitNumber: TextWithPhonetics? = nil, exitName: TextWithPhonetics? = nil, towardName: TextWithPhonetics? = nil ) throwsParameters
exitNumberSignpost exit number.
exitNameSignpost exit name.
towardNameSignpost toward name.
-
Signpost exit number.
Declaration
Swift
public let exitNumber: TextWithPhonetics? -
Signpost exit name
Declaration
Swift
public let exitName: TextWithPhonetics? -
Signpost toward name
Declaration
Swift
public let towardName: TextWithPhonetics?
-
An error that occurs during the creation of the instance.
See moreDeclaration
Swift
public enum InitializationError : Error
TomTom SDK for iOS (0.71.1)
Signpost