ORKLocation Class Reference
Inherits from | NSObject |
---|---|
Conforms to | NSCopying NSSecureCoding |
Declared in | ORKQuestionResult.h |
coordinate
The geographical coordinate information.
@property (nonatomic, readonly) CLLocationCoordinate2D coordinate
Declared In
ORKQuestionResult.h
region
The region describes the size of the placemark of the location.
@property (nonatomic, copy, readonly, nullable) CLCircularRegion *region
Declared In
ORKQuestionResult.h
userInput
The human readable address typed in by user.
@property (nonatomic, copy, readonly, nullable) NSString *userInput
Declared In
ORKQuestionResult.h
addressDictionary
The address dicitonary for this coordinate from MapKit.
@property (nonatomic, copy, readonly, nullable) NSDictionary *addressDictionary
Declared In
ORKQuestionResult.h