BingMapsApi

用于设置和获取默认Bing Maps API密钥的对象。仅当您使用 BingMapsImageryProvider 时,才需要Bing API密钥或 BingMapsGeocoderService 。您可以在以下位置创建自己的密钥 https://www.bingmapsportal.com/

Deprecated: true

Members

static deprecated Cesium.BingMapsApi.defaultKey : String

如果未提供默认的Bing Maps API密钥,则该密钥使用Bing Maps API的对象的构造函数。

Deprecated: true

Methods

static deprecated Cesium.BingMapsApi.getKey (providedKey) string|undefined

获取用于访问Bing Maps API的密钥。如果提供密钥已定义,将被返回。否则,返回 BingMapsApi.defaultKey
Name Type Description
providedKey string | null | undefined 提供的密钥(如果已定义)要使用。
Returns:
要使用的Bing Maps API密钥。

Deprecated: true