---
title: isNavigationEnabled
framework: mapkitjs
role: symbol
role_heading: Instance Property
path: mapkitjs/abstractlookaround/isnavigationenabled
---

# isNavigationEnabled

A Boolean value that indicates whether someone can navigate inside the Look Around view.

## Declaration

```data
get isNavigationEnabled(): boolean;
set isNavigationEnabled(value: boolean);
```

## See Also

### Controlling the interactions with a Look Around view

- [isScrollEnabled](mapkitjs/abstractlookaround/isscrollenabled.md)
- [isZoomEnabled](mapkitjs/abstractlookaround/iszoomenabled.md)
