---
title: coordinate
framework: mapkitjs
role: symbol
role_heading: Instance Property
path: mapkitjs/searchautocompleteresult/coordinate
---

# coordinate

The coordinate of the result when it corresponds to a single place.

## Declaration

```data
coordinate: Coordinate | null;
```

## Discussion

Discussion The coordinate may not be available for all results, and can return null. The coordinate is an approximate location.

## See Also

### Autocomplete results

- [displayLines](mapkitjs/searchautocompleteresult/displaylines.md)
