hi all,
we've released some geo-related api methods for your consumption. the
main change is to the main search method:
http://www.flickr.com/services/api/flickr.photos.search.html
the 'bbox' and 'accuracy' parameters allow you to filter any search by
location. to get lists of geo-tagged or non geo-tagged photos, you can
use these two methods (good for figuring out what you still need to
geo-tag):
http://www.flickr.com/services/api/flickr.photos.getWithGeoData.html
http://www.flickr.com/services/api/flickr.photos.getWithoutGeoData.html
for location at the single photo level, we have these three methods:
http://www.flickr.com/services/api/flickr.photos.geo.setLocation.html
http://www.flickr.com/services/api/flickr.photos.geo.getLocation.html
http://www.flickr.com/services/api/flickr.photos.geo.removeLocation.html
and then for geo permissions, we have this pair:
http://www.flickr.com/services/api/flickr.photos.geo.setPerms.html
http://www.flickr.com/services/api/flickr.photos.geo.getPerms.html
awesome!
--cal, flickr