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