---
title: subtitleVisibility
framework: mapkitjs
role: symbol
role_heading: Instance Property
path: mapkitjs/markerannotation/subtitlevisibility
---

# subtitleVisibility

A value that determines the behavior of the subtitle’s visibility.

## Declaration

```data
get subtitleVisibility(): FeatureVisibility;
set subtitleVisibility(value: FeatureVisibility);
```

## Discussion

Discussion The subtitle visibility controls the subtitle that renders below the balloon part of the marker. The default value is Adaptive. For adaptive visibility, the subtitle is always hidden in the normal state, by default. In the selected state, the subtitle follows the same rules as the title.

## See Also

### Setting visibility

- [titleVisibility](mapkitjs/markerannotation/titlevisibility.md)
