将 Bing 位置 API 与第 3 方地图一起使用

Using Bing Location API with 3rd party map

我正在尝试确定是否允许使用 Bing Map's Location API 并将结果与​​第 3 方地图(例如 OpenLayers)结合使用。

我已经仔细研究了他们的 license agreement 并且无法以某种方式找到明确的方向。

处理此问题的主要部分似乎是第 3.2 节。一般限制。

(d) Use Content, including geocodes, other than via an authenticated call to the Services and/or in conjunction with a Bing Map.

(i) Use Content other than in combination with the Services and not separately.

我特别关注这两个限制。 (d) 对我来说意味着可以在没有 Bing 地图的情况下使用,只要通过适当的、经过身份验证的服务访问内容即可。但是,(i) 是否排除独立使用?


Google 是关于此的更多纯文本:

If your application displays Google Places API Web Service data on a map, that map must be provided by Google.

您可以将任何 Bing 地图服务与第 3 方地图控件一起使用,前提是它们使用 Bing 地图地图图块。 OpenLayers、Leaflet 和许多其他第 3 方地图控件已经提供了一种使用 Bing 地图图块的方法。这是在 OpenLayers 中使用 Bing 地图图块的示例:http://openlayers.org/en/latest/examples/bing-maps.html