UAStandardLocationProvider Class Reference
Inherits from | UABaseLocationProvider : NSObject |
Declared in | UAStandardLocationProvider.h |
Overview
The UAStandardLocationProvider encapsulates the functionality of the CLLocationManager running the standard location service.
Class Methods
providerWithDelegate:
Returns a location provider with the provided object assigned as the delegate.
+ (UAStandardLocationProvider *)providerWithDelegate:(nullable id<UALocationProviderDelegate>)serviceDelegateOrNil
Parameters
- serviceDelegateOrNil
Delegate object or
nil
.
Return Value
Standard location provider.
Declared In
UAStandardLocationProvider.h