<!--
{
  "availability" : [
    "MapKit JS: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKitJS",
  "identifier" : "/documentation/MapKitJS/SearchConstructorOptions/coordinate",
  "metadataVersion" : "0.1.0",
  "role" : "Interface Property",
  "symbol" : {
    "kind" : "Interface Property",
    "modules" : [
      "MapKit JS"
    ],
    "preciseIdentifier" : "structp/mapkit.SearchConstructorOptions/coordinate"
  },
  "title" : "coordinate"
}
-->

# coordinate

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

```
coordinate?: CoordinateData;
```

## Discussion

This property supplies coordinates as a reference for a search.

```javascript
{ coordinate: new mapkit.Coordinate(37.37, -122.04) }
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)