wellyshen/use-places-autocomplete

Reverse geocoding

rgbskills opened this issue · 1 comments

Us there any way I can convert lat and lng in to an address?

Here are the docs for this: https://developers.google.com/maps/documentation/geocoding/requests-reverse-geocoding

@rgbskills Seems we haven't supported this utility yet, but we can achieve that by following this example. And yea a PR is always welcome 😎

I think you can get the address by this hook already, why do you need the reverse geocoding? What's the use case?