Web service to find nearby points of interest?

前端 未结 1 1440
余生分开走
余生分开走 2021-02-06 17:06

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\".

相关标签:
1条回答
  • 2021-02-06 17:53

    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

    0 讨论(0)
提交回复
热议问题