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®ion=US
https://maps.googleapis.com/maps/api/geocode/json?address=birmingham®ion=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?