Class CLAccuracyAuthorization


  • public final class CLAccuracyAuthorization
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long FullAccuracy
      This application has the user's permission to receive accurate location information.
      static long ReducedAccuracy
      Location estimates will have a horizontalAccuracy on the order of about 5km.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • FullAccuracy

        public static final long FullAccuracy
        This application has the user's permission to receive accurate location information.
        See Also:
        Constant Field Values
      • ReducedAccuracy

        public static final long ReducedAccuracy
        Location estimates will have a horizontalAccuracy on the order of about 5km. To achieve the reduction in accuracy, CoreLocation will snap location estimates to a nearby point which represents the region the device is in. Furthermore, CoreLocation will reduce the rate at which location estimates are produced. Applications should be prepared to receive locations that are up to 20 minutes old.
        See Also:
        Constant Field Values