MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / createBingSource

Method createBingSource

src/openlayers/mapping/WebMap.js:1376–1383  ·  view source on GitHub ↗

* @private * @function WebMap.prototype.createBingSource * @description 创建bing地图的source。 * @returns {ol.source.BingMaps} bing地图的source

()

Source from the content-addressed store, hash-verified

1374 * @returns {ol.source.BingMaps} bing地图的source
1375 */
1376 createBingSource() {
1377 return new BingMaps({
1378 key: this.bingMapsKey,
1379 imagerySet: 'RoadOnDemand',
1380 culture: 'zh-cn',
1381 wrapX: false
1382 });
1383 }
1384
1385 /**
1386 * @private

Callers 1

createBaseLayerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected