Class ARGeoTrackingAccuracy


  • public final class ARGeoTrackingAccuracy
    extends java.lang.Object
    A value describing geo tracking accuracy.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long High
      Localized with high accuracy.
      static long Low
      Localized with low accuracy.
      static long Medium
      Localized with medium accuracy.
      static long Undetermined
      Geo tracking has not localized yet.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Undetermined

        public static final long Undetermined
        Geo tracking has not localized yet. Accuracy is indeterminate.
        See Also:
        Constant Field Values
      • Medium

        public static final long Medium
        Localized with medium accuracy.
        See Also:
        Constant Field Values