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

# showsPointsOfInterest

A Boolean value that determines whether the map displays points of interest.

```
get showsPointsOfInterest(): boolean;
set showsPointsOfInterest(showsPointsOfInterest: boolean);
```

## Discussion

This property determines whether the map shows points of interest in standard and hybrid modes. A point of interest can be an airport, park, museum, hospital, and so on. The map represents a point of interest with its name and a color-coded icon.

---

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)