---
title: MapFeature
framework: mapkit
role: symbol
role_heading: Structure
path: mapkit/mapfeature
---

# MapFeature

A tappable map feature.

## Declaration

```swift
struct MapFeature
```

## Overview

Overview Tappable map features can include single points of interest, such as hotels and restaurants, a territory, or a physical map feature such as an ocean, basin, river, or mountain range.

## Topics

### Accessing the feature’s properties

- [kind](mapkit/mapfeature/kind.md)
- [MapFeature.FeatureKind](mapkit/mapfeature/featurekind.md)
- [coordinate](mapkit/mapfeature/coordinate.md)
- [title](mapkit/mapfeature/title.md)
- [backgroundColor](mapkit/mapfeature/backgroundcolor.md)
- [image](mapkit/mapfeature/image.md)
- [pointOfInterestCategory](mapkit/mapfeature/pointofinterestcategory.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)

## See Also

### Map features

- [MapSelection](mapkit/mapselection.md)
- [MapSelectable](mapkit/mapselectable.md)
