---
title: image
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mapfeature/image
---

# image

An image associated with the map feature.

## Declaration

```swift
var image: Image? { get }
```

## Discussion

Discussion If this feature doesn’t have an associated image, this property is nil.

## See Also

### 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)
- [pointOfInterestCategory](mapkit/mapfeature/pointofinterestcategory.md)
