* @private * @function WebMap.prototype.createBaiduSource * @description 创建百度地图的source。 * @returns {BaiduMap} baidu地图的source
()
| 1365 | * @returns {BaiduMap} baidu地图的source |
| 1366 | */ |
| 1367 | createBaiduSource() { |
| 1368 | return new BaiduMap(); |
| 1369 | } |
| 1370 | /** |
| 1371 | * @private |
| 1372 | * @function WebMap.prototype.createBingSource |