Package org.robovm.apple.corelocation
Class CLLocationAccuracy
java.lang.Object
org.robovm.apple.foundation.CocoaUtility
org.robovm.apple.corelocation.CLLocationAccuracy
public class CLLocationAccuracy extends CocoaUtility
-
Field Summary
Fields Modifier and Type Field Description static doubleBeststatic doubleBestForNavigationstatic doubleHundredMetersstatic doubleKilometerstatic doubleNearestTenMetersstatic doubleThreeKilometers -
Constructor Summary
Constructors Constructor Description CLLocationAccuracy() -
Method Summary
Modifier and Type Method Description protected static doubleBestForNavigationValue()protected static doubleBestValue()protected static doubleHundredMetersValue()protected static doubleKilometerValue()protected static doubleNearestTenMetersValue()protected static doubleReducedValue()protected static doubleThreeKilometersValue()
-
Field Details
-
Best
public static final double Best -
NearestTenMeters
public static final double NearestTenMeters -
HundredMeters
public static final double HundredMeters -
Kilometer
public static final double Kilometer -
ThreeKilometers
public static final double ThreeKilometers
-
Constructor Details
-
CLLocationAccuracy
public CLLocationAccuracy()
-
-
Method Details
-
BestValue
protected static double BestValue() -
NearestTenMetersValue
protected static double NearestTenMetersValue() -
HundredMetersValue
protected static double HundredMetersValue() -
KilometerValue
protected static double KilometerValue() -
ThreeKilometersValue
protected static double ThreeKilometersValue() -
ReducedValue
protected static double ReducedValue()- Since:
- Available in iOS 14.0 and later.