GeocoderResponse
The response from a geocoder lookup or reverse lookup.
Declaration
interface GeocoderResponseMentioned in
Overview
The data parameter of the lookup(place, callback, options) or reverseLookup(coordinate, callback, options) callback function contains the geocoder response. MapKit JS parses the data object from the geocoder JSON response, which contains an array of Place objects.
If there’s no response, results is an empty array.