SamSamskies / react-map-gl-geocoder

React wrapper for mapbox-gl-geocoder for use with react-map-gl
MIT License
122 stars 29 forks source link

reverse Geocode #79

Closed dinaandrei closed 3 years ago

dinaandrei commented 4 years ago

Hello, i do not quite understand from the documentation how to get a location based on the latLong. How do you pass that information?

SamSamskies commented 4 years ago

Hi @dinaandrei, here's an example of how to use the reverseGeocode prop https://codesandbox.io/s/react-map-gl-geocoder-reversegeocode-example-d7rtm.

reverse-geocode-example