---
title: titleVisibility
framework: mapkitjs
role: symbol
role_heading: Instance Property
path: mapkitjs/markerannotation/titlevisibility
---

# titleVisibility

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

## Declaration

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

## Discussion

Discussion The title visibility controls the title that renders below the balloon part of the marker. The default value is Adaptive. For adaptive visibility, the title is always visible in the normal state, by default. When the user selects the marker, the title is visible unless the marker’s selected state requires a callout.

## See Also

### Setting visibility

- [subtitleVisibility](mapkitjs/markerannotation/subtitlevisibility.md)
