ia_status_type Constants Reference
| Declared in | IALocationManager.h |
|---|
ia_status_type
Defines the location service status.
Definition
typedef NS_ENUM(NSInteger, ia_status_type ) {
kIAStatusServiceOutOfService = 0,
kIAStatusServiceUnavailable = 1,
kIAStatusServiceAvailable = 2,
kIAStatusServiceLimited = 10,
};
Constants
kIAStatusServiceOutOfService-
Location service is not available and the condition is not expected to resolve itself soon.
Declared In
IALocationManager.h. kIAStatusServiceUnavailable-
Location service temporarily unavailable. This could be due to no network connectivity.
Declared In
IALocationManager.h. kIAStatusServiceAvailable-
Location service running normally.
Declared In
IALocationManager.h. kIAStatusServiceLimited-
Location service is running but with limited accuracy and functionality.
Declared In
IALocationManager.h.
Declared In
IALocationManager.h