Interchange
public struct Interchange : Codable, Equatable
Contains information about routing and passing interchange along the route.
-
The name of the interchange, if available.
Declaration
Swift
public let name: String? -
Initializes a new
Interchangeobject.Declaration
Swift
public init(name: String?)Parameters
namethe name of the interchange.
Install in Dash
Interchange Structure Reference