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