用于查找附近兴趣点的网络服务?
我正在寻找一种付费或免费服务,可以返回按类别(例如“餐厅”)过滤的给定距离(例如 10 公里)内的兴趣点。
Factual 看起来很有希望,但不支持我的国家 - 南非。 Google Places API 仍处于开发者预览阶段。
一定有一个成熟的在线服务可以充当“在线GPS”寻找附近的地方吗?
I'm looking for a paid or free service that can return geographic points of interest within a given proximity (e.g. 10km) filtered by category, such as "Restaurants".
Factual looks promising, but doesn't support my country - South Africa. The Google Places API is still in developer preview.
There must be a mature online service that can act as an "online GPS" for finding nearby places?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
GeoNames API 返回位于给定点附近的地理定位维基百科文章:
http:// /www.geonames.org/export/wikipedia-webservice.html
SimpleGeo API 返回有关给定点的信息
https://simplegeo.com/docs/api-endpoints/simplegeo-context
以下是可编程 Web 上映射相关 API 的一长串。我相信它会给您更多有关数据源的线索:
http:// www.programmableweb.com/apis/directory/1?apicat=Mapping
GeoNames API returns geolocated Wikipedia articles located near given point:
http://www.geonames.org/export/wikipedia-webservice.html
SimpleGeo API returns info about given point
https://simplegeo.com/docs/api-endpoints/simplegeo-context
Here is a long list of mapping related APIs on Programmable Web. I'm sure it will give you more clues in regards to datasources:
http://www.programmableweb.com/apis/directory/1?apicat=Mapping