我想使用 Bing 地图 API 来检索有关特定位置的信息,例如:电话号码、营业时间等...
现在我找到的唯一方法是:
- 使用查询 API ( https://docs.microsoft.com/en-us/bingmaps/spatial-data-services/query-api/query-options )
- 使用 GetDataSourceInformation ( https://docs.microsoft.com/en-us/bingmaps/spatial-data-services/data-source-management-api/get-data-source-information )
使用第一种方法,我可以获得一些信息。但是开放时间不会返回,它还会返回一个可能位置的列表,在我的情况下,很难确定哪个是正确的。
使用第二种方法我需要知道数据源名称。
我是否正确理解了如何使用 bing API?任何提示?
提前致谢