TollBoothLane
public struct TollBoothLane : Hashable
A struct that provides information for a toll booth.
-
Indicates the toll stop for this particular booth.
Declaration
Swift
public var booth: TollBooth -
Indicates the access of the lane.
Declaration
Swift
public var access: LaneAccess -
Creates a new instance.
Declaration
Swift
public init(booth: TollBooth, access: LaneAccess)