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

# CLActivityType.other

The value that indicates the app is using location manager for an unspecified activity.

## Declaration

```swift
case other
```

## Discussion

Discussion Use this activity type to describe positioning in activities that aren’t covered by one of the other activity types. This includes activities without a specific user intention, for example, positioning while a user sits on a bench interacting with a device.

## See Also

### Activity types

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