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

# CLActivityType.otherNavigation

The value that indicates positioning for activities that don’t or may not adhere to roads such as cycling, scooters, trains, boats and off-road vehicles.

## Declaration

```swift
case otherNavigation
```

## Discussion

Discussion Use this activity type to track a positioning session such as by boat, train, or for pedestrian navigation tracking that’s not tied to a road network, paths, or trails. You can also use it for positioning activities indoors and outdoors, such as walking, that isn’t tied to a dedicated fitness session. This activity might cause the system to pause location updates when the vehicle doesn’t move a significant distance over a period of time.

## See Also

### Activity types

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