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
Interchange
object.Declaration
Swift
public init(name: String?)
Parameters
name
the name of the interchange.