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

# coordinate

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

```
get coordinate(): Coordinate | null;
set coordinate(value: CoordinateData | null);
```

## Discussion

This property supplies coordinates as a reference for a search, for example the coordinates of San Francisco City Hall in San Francisco, CA.

```javascript
{ coordinate: new mapkit.Coordinate(37.779268, -122.419248) }
```

---

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)