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

# subtitleVisibility

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

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

## Discussion

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

---

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)