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

# results

An array of places that returns from a geocoder lookup or reverse lookup.

```
results: Place[];
```

## Discussion

An object the system parses from the geocoder JSON response, which contains an array of places. Each [`Place`](/documentation/MapKitJS/Place) has several properties.

If there’s no response, [`results`](/documentation/MapKitJS/GeocoderResponse/results) is an empty array.

---

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)