Declared in UALocationCommonValues.h

UALocationProviderStatus

Represents the possible location provider status.

Definition

typedef NS_ENUM(NSInteger, UALocationProviderStatus ) {
   UALocationProviderNotUpdating,
   UALocationProviderUpdating,
};

Constants

UALocationProviderNotUpdating

The service is not updating location.

Declared In UALocationCommonValues.h.

UALocationProviderUpdating

The service is currently updating location.

Declared In UALocationCommonValues.h.

Declared In

UALocationCommonValues.h