HorizonPosition

public struct HorizonPosition

Warning

This is an experimental API. It may be changed or removed at any time without notice. Use of this API is strongly discouraged.
  • Identifier of the path that this position belongs to.

    Declaration

    Swift

    public let pathId: Int
  • Offset from the start of the path to this position.

    Declaration

    Swift

    public let offset: Measurement<UnitLength>
  • Flag to indicate if the position is on road: true if on road, false otherwise.

    Declaration

    Swift

    public let isOnRoad: Bool
  • Geographical location associated with this position.

    Declaration

    Swift

    public let location: GeoLocation