Road

public struct Road : Equatable

Road information at a given point on a Route.

  • Name of the road.

    Declaration

    Swift

    public let name: TextWithPhonetics?
  • Road numbers.

    Declaration

    Swift

    public let numbers: [TextWithPhonetics]
  • Represents road shields, a sign 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<RoadType>
  • An error that occurs during the creation of the instance.

    See more

    Declaration

    Swift

    public enum InitializationError : Error