SectionInitiable

public protocol SectionInitiable

The SectionInitiable protocol contains init to create simple section.

  • Default required initializer.

    Declaration

    Swift

    init(sectionLocation: SectionLocation, routeOffset: Measurement<UnitLength>, length: Measurement<UnitLength>)