<!--
{
  "availability" : [
    "MapKit JS: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKitJS",
  "identifier" : "/documentation/MapKitJS/MarkerAnnotation/titleVisibility",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "MapKit JS"
    ],
    "preciseIdentifier" : "instp/mapkit.MarkerAnnotation/titleVisibility"
  },
  "title" : "titleVisibility"
}
-->

# titleVisibility

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

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

## Discussion

The title visibility controls the title that renders below the balloon part of the marker. The default value is [`Adaptive`](/documentation/MapKitJS/FeatureVisibility/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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)