---
title: showsCloseControl
framework: mapkitjs
role: symbol
role_heading: Interface Property
path: mapkitjs/lookaroundoptions/showsclosecontrol
---

# showsCloseControl

A Boolean value that indicates whether the Look Around view displays a close control.

## Declaration

```data
showsCloseControl?: boolean;
```

## Discussion

Discussion When the user interacts with the close control, a close event dispatches. To handle the close event, cancel the event and invoke appropriate actions for your application to close the view. If the event is not cancelled, Look Around view will remove itself from the DOM.
