Top "Geocoding" questions

Geocoding is a method to find the coordinates (e.g. latitude and longitude) of a data record (e.g. an address or zip code) or of an object which represents some other geographic data (e.g. country name, landmark, etc).

Android; Geocoder, why do I get "the service is not available"?

I want to use the Geocoder in an android application, I've got the following piece of code to sample it : …

android geocoding android-2.2-froyo
How can I plot addresses in Swift, converting address to longitude and latitude coordinates?

In Objective-C this code works fine to plot an address and it finds the longitude and latitude coordinates: NSString *address = @"1 …

objective-c swift mkmapview geocoding
Parsing Google Geocoding JSON with PHP

I'm trying to parse the json response from the Google Geocode API but I'm having a little trouble understanding it. …

php arrays json google-maps geocoding
Is there a way to access the Bing Maps geocoding API via REST?

Is there a way to access the Bing Maps API via REST to obtain geocoding information from an address? This …

google-maps maps geocoding bing-maps yahoo-maps
Google Javascript API Geocoding Limits

What are the limits for client side geocoding with Google Maps JavaScript API v3? My research: Google Maps PHP API …

google-maps google-maps-api-3 geocoding
How do you use the .off() event method in leaflet.js?

I am trying to build a map application using leaflet.js and I can not figure out how to use …

javascript geocoding leaflet
Get street address at lat/long pair

I've seen that it's possible to get the latitude and longitude (geocoding, like in Google Maps API) from a street …

iphone web-services gis geocoding street-address
Can I provide addresses instead of latitude and longitude to Google Maps?

I'm building an application where users provide the addresses for their listings. It's certainly not practical to ask a simple …

google-maps geocoding google-maps-api-3
Geocoding Services - limits - Google vs Yahoo vs others?

Is Yahoo the best option? http://developer.yahoo.com/geo/placefinder/ It says 50,000 requests per day. Does this mean you …

api geocoding yahoo
using jquery.getJson with Google's GeoCoding HTTP Service

Google offers a wonderful REST interface for geocoding and reverse geocoding an address. My API key is valid, and if …

jquery geocoding getjson