Top "Google-geocoder" questions

The Geocoding API is a service that provides geocoding and reverse geocoding of addresses.

How to get location coordinates knowing place_id via google javascript api

I know place_id, and I need to know it's coordinates. I can do GET https://maps.googleapis.com/maps/…

google-maps google-maps-api-3 google-geocoder
Google Maps android get longitude-latitude by moving a marker in the map

Hi i am developping an android application in which i need the user to choose a location by mouving a …

android google-maps google-maps-api-2 google-geocoder
Bypass Google Geocoding API IP Rate Limits

We are a division of a large corporation and are running into a MAJOR problem with the Google maps and …

google-maps google-maps-api-3 google-geocoder
Return individual address components (city, state, etc.) from GeoPy geocoder

I'm using GeoPy to geocode addresses to lat,lng. I would also like to extract the itemized address components (street, …

python geocoding google-geocoder geopy
Google Geocoding service returns Error 400 Bad Request

I've been trying to get a json response from google's geocoding service. I'm using PHP. I was trying with fopen, …

curl google-geocoder
Google Geocoding API returns ZERO_RESULTS for web-normalized address

I've seen several questions about getting ZERO_RESULTS for addresses that the user believes to be correct, which were resolved …

google-maps google-maps-api-3 google-geocoder google-geocoding-api
Google geocoding API - search in just one country

I am looking for geocodes with the google geocode-API: http://maps.googleapis.com/maps/api/geocode/json?address=london%c2+…

google-geocoder google-geocoding-api
Google maps API V3 - Can't geocode AutocompleteService predictions

I'm using the google.maps.places.AutocompleteService to get suggestions for a places search, but I can't geocode some of …

javascript google-maps google-maps-api-3 google-geocoder
How to get PlaceID from name, or lat, long in Android?

This my code: Geocoder geocoder = new Geocoder(this, Locale.getDefault()); List<Address> addresses = geocoder.getFromLocationName(text, 10); test.clear(); …

android google-geocoder
Geocoder grpc failed

Last month of so geocoder has started to fail every time with "grpc failed" error and I can't seem to …

java android google-geocoder