Junction
public struct Junction : Equatable
Contains information about routing and passing junction along the route.
-
Junction identifier, if available.
Declaration
Swift
public var identifier: String
-
The localized names of the junction, if available.
Declaration
Swift
public let names: [LocalizedRoadObjectName]
-
Initializes a new
Junction
object.Declaration
Swift
public init(names: [LocalizedRoadObjectName])
Parameters
names
The localized names of the interchange.
-
Initializes a new
Junction
object.Declaration
Swift
public init(identifier: String, names: [LocalizedRoadObjectName])
Parameters
identifier
Junction identifier.
names
The localized names of the interchange.