---
title: mapAnnotationImage
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inridevehicle/mapannotationimage
---

# mapAnnotationImage

The image to use for the vehicle when displaying its position on the map.

## Declaration

```swift
@NSCopying var mapAnnotationImage: INImage? { get set }
```

## Mentioned in

Providing Live Status Updates

## Discussion

Discussion The image you provide should be a top-down image of your vehicle, and the front of the vehicle should be at the top of your image. When added to the map, Maps centers the image on the vehicle’s location. Maps rotates the image to match the current direction in which the vehicle is going.

## See Also

### Specifying the Vehicle’s Location

- [location](intents/inridevehicle/location.md)
