Signpost
public struct Signpost : EquatableContains information about the signpost for the GuidanceInstruction.
- 
                  
                  Creates a signpost with the specified exit name, exit number and toward name. Throws If all properties are empty, the error InitializationError.incorrectInputsthrown.DeclarationSwift public init( exitNumber: String, exitName: String, towardName: String ) throwsParametersexitNumberSignpost exit number. exitNameSignpost exit name. towardNameSignpost toward name. 
- 
                  
                  Signpost exit number. DeclarationSwift public let exitNumber: String
- 
                  
                  Signpost exit name. DeclarationSwift public let exitName: String
- 
                  
                  Signpost toward name. DeclarationSwift public let towardName: String
- 
                  
                  An error that occurs during the creation of the instance. See moreDeclarationSwift public enum InitializationError : Error
 
         TomTom SDK for iOS (0.53.1)
 
          TomTom SDK for iOS (0.53.1)
         Signpost
          Signpost