HorizonElement

public protocol HorizonElement

Common properties of HorizonElements.

Warning

This is an experimental API. It may be changed or removed at any time without notice. Use of this API is strongly discouraged.
  • The path id where this element is found.

    Declaration

    Swift

    var pathId: Int { get }
  • Indicates the start offset along the path this data applies to.

    Declaration

    Swift

    var startOffset: Measurement<UnitLength> { get }
  • Indicates the end offset along the path this data applies to.

    Declaration

    Swift

    var endOffset: Measurement<UnitLength> { get }