Reputation: 3473
is there any webserivce which gives the pictures of the nearby location of the current latitude and longitude.I want to implement this in iphone . I had tried to use Flickr and four square api. four square and Flickr the problem i m facing is it is giving too many junk data in response!! Means 2 out of 10 was correct. I want to use this webservice globally not for particular countries or location. Please help me and reply me as soon as possible
Upvotes: 3
Views: 1018
Reputation: 1790
i m not sure whether you can get pictures of places
But for implementing location specific search - i would recommend these API's
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/
Gowalla API - http://gowalla.com/api/docs
Of which - Foursquare gives more locations compare with Facebook & others
http://www.aleemmawani.com/2011/04/facebook-places-vs-foursquare-checkins.html
But for easy implementation - Others are too good than foursquare! Hoe this Helps ,
Upvotes: 4