---
title: coordinate
framework: mapkitjs
role: symbol
role_heading: Interface Property
path: mapkitjs/searchconstructoroptions/coordinate
---

# coordinate

A map coordinate that provides a hint for the geographic area to search.

## Declaration

```data
coordinate?: CoordinateData;
```

## Discussion

Discussion This property supplies coordinates as a reference for a search. { coordinate: new mapkit.Coordinate(37.37, -122.04) }

## See Also

### Search Initialization

- [getsUserLocation](mapkitjs/serviceconstructoroptions/getsuserlocation.md)
- [language](mapkitjs/serviceconstructoroptions/language.md)
- [region](mapkitjs/searchconstructoroptions/region.md)
