---
title: currentPace
framework: coremotion
role: symbol
role_heading: Instance Property
path: coremotion/cmpedometerdata/currentpace
---

# currentPace

The current pace of the user, measured in seconds per meter.

## Declaration

```swift
var currentPace: NSNumber? { get }
```

## Discussion

Discussion During regular updates, this property is set to the user’s pace. The value in this property is nil when you are performing a query for historical pedometer data or when pace information is not yet available for the user. This property is also nil for devices that do not support the gathering of pace data.

## See Also

### Getting the Pedestrian Data

- [numberOfSteps](coremotion/cmpedometerdata/numberofsteps.md)
- [distance](coremotion/cmpedometerdata/distance.md)
- [averageActivePace](coremotion/cmpedometerdata/averageactivepace.md)
- [currentCadence](coremotion/cmpedometerdata/currentcadence.md)
