ia_location_accuracy Constants Reference
Declared in | IALocationManager.h |
---|
ia_location_accuracy
Defines the accuracy of location.
Definition
typedef NS_ENUM(NSInteger, ia_location_accuracy ) {
kIALocationAccuracyBest,
kIALocationAccuracyLow,
kIALocationAccuracyBestForCart,
};
Constants
kIALocationAccuracyBest
-
Best accuracy.
Declared In
IALocationManager.h
. kIALocationAccuracyLow
-
Low accuracy. Locations with this accuracy are typically obtained with lowest amount of processing to reduce device power drain.
Declared In
IALocationManager.h
. kIALocationAccuracyBestForCart
-
Best accuracy for cart use case. Use when device is mounted to a shopping cart or similar platform with wheels.
Declared In
IALocationManager.h
.
Declared In
IALocationManager.h