---
title: lookAroundViews
framework: mapkitjs
role: symbol
role_heading: Instance Property
path: mapkitjs/mapkit/lookaroundviews
---

# lookAroundViews

A list of all the Look Around objects that are currently active on a page.

## Declaration

```data
get lookAroundViews(): AbstractLookAround[];
```

## Discussion

Discussion You must load the appropriate library before accessing the property, otherwise, the property throws an Error.

## See Also

### Exploring at street level

- [LookAround](mapkitjs/lookaround.md)
- [LookAroundOptions](mapkitjs/lookaroundoptions.md)
- [LookAroundPreview](mapkitjs/lookaroundpreview.md)
- [LookAroundPreviewOptions](mapkitjs/lookaroundpreviewoptions.md)
- [LookAroundScene](mapkitjs/lookaroundscene.md)
- [CommonLookAroundOptions](mapkitjs/commonlookaroundoptions.md)
- [AbstractLookAround](mapkitjs/abstractlookaround.md)
