邮政编码的兴趣点

Points of interest for zip code

我正在寻找使用 Bing 地图获取每个邮政编码的兴趣点列表的方法,例如机场、公园等。相信我,我搜索 google 但它看起来像我的 google 坏了,因为我找不到任何有用的东西。我只需要一种方法来获取该信息。如果有这样的列表会更好。任何帮助都是感激的伙计们。有没有一个简单的 URL 我可以在哪里传递我的 bing 地图键、类别和 longitude/latitude 并获得兴趣点列表?

您可以在此处使用 Bing 空间数据服务中的 NAVTEQ 兴趣点数据源:https://msdn.microsoft.com/en-us/library/hh478189.aspx

您可以使用查询 API 来过滤邮政编码 属性:https://msdn.microsoft.com/en-us/library/gg585126.aspx

这是一个获取邮政编码 98004 和 returns 结果为 XML 的兴趣点的示例:

http://spatial.virtualearth.net/REST/v1/data/f22876ec257b474b82fe2ffcb8393150/NavteqNA/NavteqPOIs?&$filter=PostalCode%20eq%20'98004'&$top=250&o=xml&key=YOUR_BING_MAPS_KEY

也就是说,请确保您的用例不违反 Bing Maps terms of use 中的此限制:

(h)Use Content that consists of points of interest data to generate sales leads information in the form of ASCII or other text-formatted lists of category-specific business listings which (i) include complete mailing address for each business; and (ii) contain a substantial portion of such listings for a particular country, city, state or zip code region.