ios developer
ios developer

Reputation: 3473

Webservice which gives the pictures for nearby places from current latitude-longitude in iphone

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

Answers (1)

Karthikeyan
Karthikeyan

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&center=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

http://www.dmolsen.com/mobile-in-higher-ed/2011/06/16/more-numbers-foursquare-vs-facebook-places-vs-gowalla-at-wvu/

But for easy implementation - Others are too good than foursquare! Hoe this Helps ,

Upvotes: 4

Related Questions