Class ARGeoTrackingStateReason


  • public final class ARGeoTrackingStateReason
    extends java.lang.Object
    Reasons for geo tracking failure states.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NotAvailableAtLocation

        public static final long NotAvailableAtLocation
        Geo tracking is not available at the location.
        See Also:
        Constant Field Values
      • NeedLocationPermissions

        public static final long NeedLocationPermissions
        Geo tracking needs location permissions from the user.
        See Also:
        Constant Field Values
      • WorldTrackingUnstable

        public static final long WorldTrackingUnstable
        World tracking pose is not valid yet.
        See Also:
        Constant Field Values
      • WaitingForLocation

        public static final long WaitingForLocation
        Waiting for a location point that meets accuracy threshold before starting geo tracking.
        See Also:
        Constant Field Values
      • WaitingForAvailabilityCheck

        public static final long WaitingForAvailabilityCheck
        Waiting for availability check on first location point to complete.
        See Also:
        Constant Field Values
      • GeoDataNotLoaded

        public static final long GeoDataNotLoaded
        Geo tracking data hasn't been downloaded yet.
        See Also:
        Constant Field Values
      • DevicePointedTooLow

        public static final long DevicePointedTooLow
        The device is pointed at an angle too far down to use geo tracking.
        See Also:
        Constant Field Values
      • VisualLocalizationFailed

        public static final long VisualLocalizationFailed
        Visual localization failed, but no errors were found in the input.
        See Also:
        Constant Field Values