views:

99

answers:

3

Does anyone know of a good and accurate alternative web API for geocoding an address that is not Google or Yahoo?

I want to input an address/city/state/zip and have it return to me the latitude and longitude.

Ideally, I would involve it via a simple HTTP GET, e.g.

http://example.com/?location=123 Main St, New York, NY

and it would return JSON or XML with the latitude or longitude information.

+1  A: 

Geocoder.us is nice, and it is free (or cheap, depending on how you use it)

Ray
+1  A: 

NAVTEQ Geocoder can be your option.

Haspemulator
A: 

You may want to explorer mobile options too: http://developer.android.com

Carnotaurus