ResultIdentifier
public enum ResultIdentifier : String, CodingKey
The result identifiers used for the additional results recorded by the distance recorder.
-
The step count returned by the pedometer.
Declaration
Swift
case stepCount
-
The distance measurement returned by the pedometer.
Declaration
Swift
case pedometerDistance
-
The total distance measured by summing the relative distance travelled during the motion step (when the participant is expected to be moving).
Note
it is possible togame
this result because the calculation of this result does not account for coordinate measurement accuracy or the course and speed at which the user is travelling. It is used only to give feedback to a partipant. The pedometer distance and a path constructed by using the course, speed, and relative distance recorded samples should be used by a research study for more accurate data collection.Declaration
Swift
case gpsDistance