# 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
code :Number
An error code describing the error if there was one.
See ERROR
constants for possible values.
# currentCadence READONLY
currentCadence :Number
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
currentPace :Number
The current pace of the user, measured in seconds per meter. Note: This property is only available on iOS 9 and later.
# floorsAscended READONLY
floorsAscended :Number
The approximate number of floors ascended by walking.
# floorsDescended READONLY
floorsDescended :Number
The approximate number of floors descended by walking.