---
title: visible
framework: mapkitjs
role: symbol
role_heading: Instance Property
path: mapkitjs/overlay/visible
---

# visible

A Boolean value that determines whether an overlay is visible.

## Declaration

```data
get visible(): boolean;
set visible(visible: boolean);
```

## Mentioned in

Adding interactivity to overlays

## Discussion

Discussion Set this property to false to temporarily hide an overlay. The default value is true.

## See Also

### Setting overlay options

- [data](mapkitjs/overlay/data.md)
- [enabled](mapkitjs/overlay/enabled.md)
- [selected](mapkitjs/overlay/selected.md)
- [style](mapkitjs/overlay/style.md)
- [map](mapkitjs/overlay/map.md)
