---
title: "init(feature:)"
framework: mapkit
role: symbol
role_heading: Initializer
path: "mapkit/mkmapitemrequest/init(feature:)"
---

# init(feature:)

Creates a new map item request with the specified map feature.

## Declaration

```swift
convenience init(feature: MapFeature)
```

## Parameters

- `feature`: The doc://com.apple.mapkit/documentation/MapKit/MapFeature to use to initialize the map item request.

## See Also

### Creating a request

- [init(mapItemIdentifier:)](mapkit/mkmapitemrequest/init(mapitemidentifier:).md)
- [init(mapFeatureAnnotation:)](mapkit/mkmapitemrequest/init(mapfeatureannotation:).md)
