# CoreMotionPedometerDataWithSuccess
Dictionary passed to the callback of the Pedometer.startPedometerUpdates() and queryPedometerData methods.
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Properties
# code READONLY
An error code describing the error if there was one.
See ERROR
constants for possible values.
# currentCadence READONLY
The rate at which steps are taken, measured in steps per second. Note: This property is only available on iOS 9 and later.
# currentPace READONLY
The current pace of the user, measured in seconds per meter. Note: This property is only available on iOS 9 and later.
# floorsAscended READONLY
The approximate number of floors ascended by walking.
# floorsDescended READONLY
The approximate number of floors descended by walking.
# gravity READONLY
The gravity acceleration vector expressed in the device's reference frame.
# heading READONLY
Returns heading angle in the range [0,360) degrees with respect to the attitude-reference-frame.
# magneticField READONLY
Returns the magnetic field vector with respect to the device.
# timestamp READONLY
The time when the logged item is valid.
The time stamp is the amount of time in milliseconds since the phone booted.
# userAcceleration READONLY
The acceleration that the user is giving to the device.