HorizonSnapshot

public struct HorizonSnapshot

Warning

This is an experimental API. It may be changed or removed at any time without notice. Use of this API is strongly discouraged.

Public

  • Positions are sorted by the most likely place the user is.

    Declaration

    Swift

    public let positions: [HorizonPosition]
  • Get the most probable path from the alternatives.

    Declaration

    Swift

    public func mainPath() throws -> Path

    Return Value

    The most probable path.