results
An array of places that returns from a geocoder lookup or reverse lookup.
Declaration
results: Place[];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.