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