---
title: CLActivityType.fitness
framework: corelocation
role: symbol
role_heading: Case
path: corelocation/clactivitytype/fitness
---

# CLActivityType.fitness

The value that indicates positioning during dedicated fitness sessions, such as walking workouts, running workouts, cycling workouts, and so on.

## Declaration

```swift
case fitness
```

## Discussion

Discussion For other positioning sessions that aren’t workouts, use CLActivityType.otherNavigation or CLActivityType.other. This activity might cause the system to pause location updates when the user doesn’t move a significant distance over a period of time. When activityType is CLActivityType.fitness, the system disables indoor positioning.

## See Also

### Activity types

- [CLActivityType.other](corelocation/clactivitytype/other.md)
- [CLActivityType.automotiveNavigation](corelocation/clactivitytype/automotivenavigation.md)
- [CLActivityType.otherNavigation](corelocation/clactivitytype/othernavigation.md)
- [CLActivityType.airborne](corelocation/clactivitytype/airborne.md)
