PWManagedProviderInfo Class Reference
Inherits from | NSObject |
---|---|
Declared in | PWManagedProviderInfo.h |
providerType
The provider type.
@property (nonatomic, readonly) PWManagedProviderType providerType
Declared In
PWManagedProviderInfo.h
providerName
The provider name.
@property (nonatomic, strong, readonly) NSString *providerName
Declared In
PWManagedProviderInfo.h
isActive
isActive is YES if the provider is active in the PWManagedLocationManager
@property (nonatomic, assign, readonly) BOOL isActive
Declared In
PWManagedProviderInfo.h
confidenceFactor
The confidence factor of the provider, on a scale of 0 (least confident) to 1 (most confident).
@property (nonatomic, strong, readonly) NSNumber *confidenceFactor
Declared In
PWManagedProviderInfo.h