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

# CLActivityType.automotiveNavigation

The value that indicates positioning in an automobile following a road network.

## Declaration

```swift
case automotiveNavigation
```

## Mentioned in

Getting the current location of a device

## Discussion

Discussion Use this activity type when your app is using the location manager specifically during a vehicular positioning session to track location changes to the automobile. This activity might cause the system to pause location updates when the vehicle doesn’t move for an extended period of time.

## See Also

### Activity types

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