PWSharedLocation Class Reference
Inherits from | NSObject |
---|---|
Declared in | PWSharedLocation.h |
Properties
buildingId
The building identifier.
@property (nonatomic, strong, readonly) NSNumber *buildingId
Declared In
PWSharedLocation.h
floorId
The floor identifier.
@property (nonatomic, strong, readonly) NSNumber *floorId
Declared In
PWSharedLocation.h
deviceId
The device identifier.
@property (nonatomic, strong, readonly) NSString *deviceId
Declared In
PWSharedLocation.h
source
The source of where the shared location is coming from.
@property (nonatomic, strong, readonly) NSString *source
Declared In
PWSharedLocation.h
displayName
The display name of the shared location.
@property (nonatomic, strong, readonly) NSString *displayName
Declared In
PWSharedLocation.h
location
The current location of the shared location.
@property (nonatomic, assign, readonly) CLLocationCoordinate2D location
Declared In
PWSharedLocation.h
confidenceFactor
The accuracy of the shared location.
@property (nonatomic, strong, readonly) NSNumber *confidenceFactor
Declared In
PWSharedLocation.h