Contents

GeocoderResponse

The response from a geocoder lookup or reverse lookup.

Declaration

interface GeocoderResponse

Mentioned 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.

Topics

Response

See Also

Getting geocoder results