---
title: isZoomEnabled
framework: mapkitjs
role: symbol
role_heading: Instance Property
path: mapkitjs/abstractlookaround/iszoomenabled
---

# isZoomEnabled

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

## Declaration

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

## See Also

### Controlling the interactions with a Look Around view

- [isNavigationEnabled](mapkitjs/abstractlookaround/isnavigationenabled.md)
- [isScrollEnabled](mapkitjs/abstractlookaround/isscrollenabled.md)
