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

# image

The image of the map’s content.

## Declaration

```swift
var image: UIImage { get }
```

```swift
var image: NSImage { get }
```

## Discussion

Discussion The image object contains representations appropriate for display on both Retina and standard displays.

## See Also

### Getting the snapshot image

- [appearance](mapkit/mkmapsnapshotter/snapshot/appearance.md)
