<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKit",
  "identifier" : "/documentation/MapKit/MKMapFeatureOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "MapKit"
    ],
    "preciseIdentifier" : "c:@E@MKMapFeatureOptions"
  },
  "title" : "MKMapFeatureOptions"
}
-->

# MKMapFeatureOptions

A structure you use to tell the map which kinds of features users can interact with.

```
struct MKMapFeatureOptions
```

## Topics

### Initializers

[`init(rawValue:)`](/documentation/MapKit/MKMapFeatureOptions/init(rawValue:))

Creates a new feature option structure with the specified value.

### Selecting interactive map features

[`physicalFeatures`](/documentation/MapKit/MKMapFeatureOptions/physicalFeatures)

The option that represents physical map features such as mountain ranges, rivers, and ocean basins.

[`pointsOfInterest`](/documentation/MapKit/MKMapFeatureOptions/pointsOfInterest)

The option that represents points of interest such as museums, cafes, parks, or schools.

[`territories`](/documentation/MapKit/MKMapFeatureOptions/territories)

The option that represents territorial boundaries such as a national border, a state boundary, or a 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)