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

# coordinate

Coordinates for constraining the lookup results.

## Declaration

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

## Discussion

Discussion Tell the geocoder to return results around this coordinate. For example, constrain the geocoder to return results around the coordinate 37.37, -122.04 with { coordinate: new mapkit.Coordinate(37.37, -122.04) }.

## See Also

### Options

- [language](mapkitjs/geocoderlookupoptions/language.md)
- [limitToCountries](mapkitjs/geocoderlookupoptions/limittocountries.md)
- [region](mapkitjs/geocoderlookupoptions/region.md)
- [signal](mapkitjs/geocoderlookupoptions/signal.md)
