python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Google maps geocode api return no results when using 'liverpool' searchTerm
We are using the geocode api in order to retrieve a list of results, containing address components and geometry (coordinates of that address). Whenever we are using ‘liverpool’(could also be with one...
Simion Lucian
Votes: 0
Answers: 0
Google reverse geocoding, get City/Country from latlng
Currently I am making an API request to https://maps.googleapis.com/maps/api/geocode/json?key=API_KEY&latlng=48.866667,2.333333 where the latlng is the geo-point of Paris,France. What filters exac...
spatak
Votes: 0
Answers: 2
Did Google change the functionality of postcode_localities in the geocode API
We are using the geocoding API to supply suggestions for cities when the user enters a US zip code. We use the following:
https://maps.googleapis.com/maps/api/geocode/json?key={our_key}&address=1...
David O.
Votes: 0
Answers: 0
Geocoding Error via Python and Google's Geocoding API
I am in need of some help at the moment with some research that I am working on in python. I cannot get this Geocoding API by google to work for some reason and I am not understanding the error code d...
Jessica Garcia
Votes: 0
Answers: 0