---
title: MKMapFeatureOptions
framework: mapkit
role: symbol
role_heading: Structure
path: mapkit/mkmapfeatureoptions
---

# MKMapFeatureOptions

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

## Declaration

```swift
struct MKMapFeatureOptions
```

## Topics

### Initializers

- [init(rawValue:)](mapkit/mkmapfeatureoptions/init(rawvalue:).md)

### Selecting interactive map features

- [physicalFeatures](mapkit/mkmapfeatureoptions/physicalfeatures.md)
- [pointsOfInterest](mapkit/mkmapfeatureoptions/pointsofinterest.md)
- [territories](mapkit/mkmapfeatureoptions/territories.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### Points of interest

- [Identifying unique locations with Place IDs](mapkit/identifying-unique-locations-with-place-ids.md)
- [MKMapFeatureAnnotation](mapkit/mkmapfeatureannotation.md)
- [MKMapItemRequest](mapkit/mkmapitemrequest.md)
- [MKIconStyle](mapkit/mkiconstyle.md)
- [MKPointOfInterestFilter](mapkit/mkpointofinterestfilter.md)
- [MKPointOfInterestCategory](mapkit/mkpointofinterestcategory.md)
