I'm writing an iOS application and it would be very handy to know the way to find a nearest business name (and especially business type, such as restaurant/hotel/store etc.) by a GPS coordinate, or at least by an address.

So just curious, is there such API/Web service out there?

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

OK, it seems like I have to answer my own question. I didn't try it out in code, but the answer is here: http://code.google.com/apis/maps/documentation/places/

Unfortunately there seems to be a cap on how many times Google places API can be called (for free), i.e. 1000 times per day (for the same API_key.)

link|improve this answer
feedback

Yes

Bing

Google Places

Yahoo Geo Technologies

I'm sure there are loads more to be found with a quick google

link|improve this answer
I appreciate your knowledge of the current GeoCoding sites, but I was expecting a more relevant answer... – ahmd0 Jan 23 at 20:59
They all offer APIs to get businesses via location – Damo Jan 23 at 22:34
Do you know for sure? Say, in case of Google, can you give me a specific API to do that? – ahmd0 Jan 24 at 3:39
From the doc - which is a click away from the link I gave you maps.googleapis.com/maps/api/place/search/… I've used 1 of these in anger (bing). Played with places, and have no experience with yahoo other than to note they offered an api. SO, I'm pretty darn sure.... :-$ now frankly, I'd like to be marked back up please ;-) – Damo Jan 24 at 7:55
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.