0

I'm building a React app and I need to display the City and State associated with the user's location we find from their latitude and longitude.

I've seen quite a few, albeit old (3+ years), posts describing a process involving using Reverse Geocoding from google, and then parsing our data looking for the address_component administratvie_are_level_1.

For example: Getting street,city and country by reverse geocoding using google

This seems like a lot of extra working to find the City, State from lat long. I'm wondering if there is a more modern and sleek way to get this operation done?

Devon Deason
  • 125
  • 2
  • 8
  • 1
    Does this answer your question? [Getting street,city and country by reverse geocoding using google](https://stackoverflow.com/questions/18173242/getting-street-city-and-country-by-reverse-geocoding-using-google) – ecg8 Mar 04 '20 at 22:35
  • @ecg8 I've seen and am using something similar was hoping there was a way to avoid extra data mutations, perhaps not. Thanks – Devon Deason Mar 04 '20 at 23:48

0 Answers0