Thanks in advance. I want to find out the near by restaurant details using current location details like latitude,longitude details. Is there any api for that, could any one have idea , please let me know.
|
Yes this is possible in a variety of ways - you can choose Facebook Checkins - https://graph.facebook.com/search?q=restaurant&type=place¢er=lat,long&distance=1000 Foursquare API - https://developer.foursquare.com/ Google Places API - Refer their doc before using this - http://code.google.com/apis/maps/documentation/places/ | |||
|