Section
public protocol Section
The Section protocol contains information about a part of the route.
-
Location of the lane section.
Declaration
Swift
var sectionLocation: SectionLocation { get set }
-
Distance from the start of the route to startPoint
Declaration
Swift
var routeOffset: Measurement<UnitLength> { get set }
-
The length of the route section.
Declaration
Swift
var length: Measurement<UnitLength> { get }