Package apple.corelocation.enums
Class CLAccuracyAuthorization
- java.lang.Object
-
- apple.corelocation.enums.CLAccuracyAuthorization
-
public final class CLAccuracyAuthorization extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longFullAccuracyThis application has the user's permission to receive accurate location information.static longReducedAccuracyLocation estimates will have a horizontalAccuracy on the order of about 5km.
-
-
-
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
-
-