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. This mostly happens in the beginning of a positioning session when the SDK need to authenticate itself in the IndoorAtlas cloud and download map data, if it has not been cached yet.
Declared In
IALocationManager.h
. kIAStatusServiceAvailable
-
Location service running normally.
Declared In
IALocationManager.h
. kIAStatusServiceLimited
-
Location service is running but with limited accuracy and functionality. This typically means that location permissions were not given to the application.
Declared In
IALocationManager.h
.
Declared In
IALocationManager.h