How does the Mapbox geocoder.reverseQuery work?
is there an example on how to use the Mapbox reverse query. I found an example on the geocoder.query, but I can't seem to find a working example for the reverse query.
The following example converts an address to lat long, I want to learn how to use the reverse query to convert a lat long to an address. The reverse query takes an input [lon, lat], but I'm not sure how to get and display the result as an address.
https://www.mapbox.com/mapbox.js/api/v3.1.1/l-mapbox-geocoder/
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.