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 }
  • Distance from the start of the route to startPoint

    Declaration

    Swift

    var routeOffsetInMeters: Double { get set }
  • Length in meters.

    Declaration

    Swift

    var lengthInMeters: Double { get }
  • range Default implementation

    Range instance from the start of the route to the route startPoint with length in meters.

    Default Implementation

    Declaration

    Swift

    var range: ClosedRange<Double> { get }