ios – 基于位置的图像的Flickr API

ios – 基于位置的图像的Flickr API,第1张

概述我想在iOS中的搜索字段中输入城市名称时获取城市的图像.我正在使用flickr API,但每当我输入任何经度和纬度值时,我只返回一个空数组.我该怎么办.我正在使用此网址: http://api.flickr.com/services/rest/?method=flickr.photos.geo.photosForLocation&api_key=e3d577010e5979a2ad2a22714a 我想在iOS中的搜索字段中输入城市名称时获取城市的图像.我正在使用flickr API,但每当我输入任何经度和纬度值时,我只返回一个空数组.我该怎么办.我正在使用此网址:

http://api.flickr.com/services/rest/?method=flickr.photos.geo.photosForLocation&api_key=e3d577010e5979a2ad2a22714abd901e&lat=40.6700&lon=73.9400&format=json&nojsoncallback=1&auth_token=72157638668602974-e1a3a3aa1e6d3dd8&api_sig=a0233b016c863b1662aeb21a664c351a

请告诉我该怎么办.任何帮助赞赏

解决方法 我怀疑你在lat-long上寻找太精确的匹配.使用 &accuracy parameter指定不太精确的匹配. (默认值16指定非常精确的匹配.)Flickr建议值为11以匹配城市级别,因此添加

&accuracy=11

到你的网址.

更新

我没有运气使用flickr.photos.geo.photosForLocation检索图像,但我已经通过lat-long检索了flickr.photos.search的图像.请注意文档中的注释:

Geo querIEs require some sort of limiting agent in order to prevent@H_301_33@ the database from crying. This is basically like the check against@H_301_33@ “parameterless searches” for querIEs without a geo component.

A tag,for instance,is consIDered a limiting agent as are user@H_301_33@ defined min_date_taken and min_date_upload parameters — If no limiting@H_301_33@ factor is passed we return only photos added in the last 12 hours@H_301_33@ (though we may extend the limit in the future).

还记得西半球的经度被指定为负数.

总结

以上是内存溢出为你收集整理的ios – 基于位置的图像的Flickr API全部内容,希望文章能够帮你解决ios – 基于位置的图像的Flickr API所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1054779.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-25
下一篇 2022-05-25

发表评论

登录后才能评论

评论列表(0条)

保存