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

# scene

The Look Around scene the framework is displaying.

## Declaration

```data
get scene(): LookAroundScene | null;
set scene(value: LookAroundScene);
```

## See Also

### Getting information about the Look Around object and its state

- [element](mapkitjs/abstractlookaround/element.md)
- [padding](mapkitjs/abstractlookaround/padding.md)
- [readyState](mapkitjs/abstractlookaround/readystate.md)
- [LookAroundReadyState](mapkitjs/lookaroundreadystate.md)
