• An object responsible for managing user location Puck.

    See more

    Declaration

    Swift

    public final class LocationManager
  • A struct to configure a LocationManager

    See more

    Declaration

    Swift

    public struct LocationOptions : Equatable
  • Represents the different types of pucks

    See more

    Declaration

    Swift

    public enum PuckType : Equatable
  • Undocumented

    See more

    Declaration

    Swift

    public struct Puck2DConfiguration : Equatable
  • Undocumented

    See more

    Declaration

    Swift

    public struct Puck3DConfiguration : Equatable
  • A structure represeting a Model

    See more

    Declaration

    Swift

    public struct Model : Equatable, Codable
  • A location provider based on CoreLocation’s CLLocationManager.

    See more

    Declaration

    Swift

    public final class AppleLocationProvider
    extension AppleLocationProvider: LocationProvider
    extension AppleLocationProvider: HeadingProvider