Interchange
public struct Interchange : Equatable
Contains information about routing and passing interchange along the route.
-
Interchange identifier, if available.
Declaration
Swift
public var identifier: String
-
The localized names of the interchange, if available.
Declaration
Swift
public let names: [LocalizedRoadObjectName]
-
Initializes a new
Interchange
object.Declaration
Swift
public init(names: [LocalizedRoadObjectName])
Parameters
names
The localized names of the interchange.
-
Initializes a new
Interchange
object.Declaration
Swift
public init(identifier: String, names: [LocalizedRoadObjectName])
Parameters
identifier
Interchange identifier.
names
The localized names of the interchange.