---
title: subtitleVisibility
framework: mapkitjs
role: symbol
role_heading: Interface Property
path: mapkitjs/markerannotationconstructoroptions/subtitlevisibility
---

# subtitleVisibility

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

## Declaration

```data
subtitleVisibility?: 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 marker annotation properties

- [color](mapkitjs/markerannotationconstructoroptions/color.md)
- [glyphColor](mapkitjs/markerannotationconstructoroptions/glyphcolor.md)
- [glyphText](mapkitjs/markerannotationconstructoroptions/glyphtext.md)
- [glyphImage](mapkitjs/markerannotationconstructoroptions/glyphimage.md)
- [selectedGlyphImage](mapkitjs/markerannotationconstructoroptions/selectedglyphimage.md)
- [titleVisibility](mapkitjs/markerannotationconstructoroptions/titlevisibility.md)
