0
votes

I am using Google's Geocoding API to take a natural language input and convert it to lat/long coordinates.

My requests look like so:

https://maps.googleapis.com/maps/api/geocode/json?address=va&region=US

https://maps.googleapis.com/maps/api/geocode/json?address=birmingham&region=US

However, in both instances I am receiving results in Europe. How can I bias the results to a country? Is my only option to explicitly specify the bounds of each country per request?

1

1 Answers

1
votes