<!--
{
  "availability" : [
    "MapKit JS: 5.74.1 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKitJS",
  "identifier" : "/documentation/MapKitJS/MapFeatureType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "MapKit JS"
    ],
    "preciseIdentifier" : "enum/mapkit.MapFeatureType"
  },
  "title" : "MapFeatureType"
}
-->

# MapFeatureType

Values that describe the feature type of a point of interest.

```
const MapFeatureType: Readonly<{
    readonly PointOfInterest: "PointOfInterest";
    readonly Territory: "Territory";
    readonly PhysicalFeature: "PhysicalFeature";
}>
type MapFeatureType =
    (typeof MapFeatureType)[keyof typeof MapFeatureType];
```

## Topics

### Feature types

[`readonly PhysicalFeature: "PhysicalFeature";`](/documentation/MapKitJS/MapFeatureType/PhysicalFeature)

A physical feature on the Earth such as a mountain range, river, or ocean basin.

[`readonly PointOfInterest: "PointOfInterest";`](/documentation/MapKitJS/MapFeatureType/PointOfInterest)

A feature that describes a point of interest, such as a museum, park, or cafe.

[`readonly Territory: "Territory";`](/documentation/MapKitJS/MapFeatureType/Territory)

A feature that describes a territory, such as a region or neighborhood.



---

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)