ORKLocationQuestionResult Class Reference
| Inherits from | ORKQuestionResult : ORKResult : NSObject |
|---|---|
| Declared in | ORKQuestionResult.h ORKQuestionResult.m |
Overview
The ORKLocationQuestionResult class represents the result of a question or form item that asks for a location (ORKLocationAnswerFormat).
A Location question result is produced by the task view controller when it presents a question or form
item with a Location answer format (that is, ORKLocationAnswerFormat).
A Location question result is typically generated by the framework as the task proceeds. When the task completes, it may be appropriate to serialize it for transmission to a server, or to immediately perform analysis on it.
locationAnswer
The answer representing the coordinate and the address of a specific location.
@property (nonatomic, copy, nullable) ORKLocation *locationAnswerDeclared In
ORKQuestionResult.h