What class/web service will give me business information for a latitude/longitude combination in Android?
views:
30answers:
1
+1
A:
I don't believe that there is anything native to Android that will get you that information. Two online services I know of that provide this data are:
Google Places API -- http://code.google.com/apis/maps/documentation/places/
ZoomInfo -- http://developer.zoominfo.com/page
Mike
2010-09-13 01:24:29