---
title: results
framework: mapkitjs
role: symbol
role_heading: Interface Property
path: mapkitjs/geocoderresponse/results
---

# results

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

## Declaration

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

## Discussion

Discussion An object the system parses from the geocoder JSON response, which contains an array of places. Each Place has several properties. If there’s no response, results is an empty array.
