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
Interchangeobject.Declaration
Swift
public init(names: [LocalizedRoadObjectName])Parameters
namesThe localized names of the interchange.
-
Initializes a new
Interchangeobject.Declaration
Swift
public init(identifier: String, names: [LocalizedRoadObjectName])Parameters
identifierInterchange identifier.
namesThe localized names of the interchange.
Install in Dash
Interchange Structure Reference