Top "Google-geocoder" questions

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

Lookup City and State by Zip Google Geocode Api

I basically want to retrieve a list of city and state within a zipcode. Is Google's Geocode API capable of …

google-api google-geocoder
How can I find the latitude and longitude from address?

I want to show the location of an address in Google Maps. How do I get the latitude and longitude …

android google-maps google-geocoder
PHP - Get Latitude & Longitude from an address

I have used the autocomplete of geocode but when I am selecting from the drop down it is giving me …

php google-maps google-geocoder
OVER_QUERY_LIMIT while using google maps

I have a problem while acessing google maps from my application, when i send more than 10 requests in loop from …

google-geocoder
Service not available while calling geoCoder.getFromLocation()

I know sometimes google back-end service might not be available. Hence a solution might be to loop until i get …

android google-geocoder
java.io.IOException: grpc failed

When I use call getFromLocationName I get an IOException with description "grpc failed". Code that's ran @Override public void onMapReady(…

java android google-maps google-geocoder
Service not Available - Geocoder Android

I have a little problem with the geocoder to get latitude and lontitude from an address : This is my code: …

android google-geocoder
Mapping multiple locations with Google Maps JavaScript API v3 and Geocoding API

I'm using Google Maps JavaScript API v3 to generate a map with multiple locations/markers. I only have the address …

javascript google-maps google-maps-api-3 google-geocoder google-geocoding-api
Get only country specific result using google geocode api

I am using google geocode api for fetching lat long using postal code of singapore I have tried following to …

google-maps google-maps-api-3 geocoding google-geocoder
How to get only City, State, Country from lat, long in android

I have the below code to convert lat, long to human readable address. Now iam getting full details including street …

android google-geocoder street-address