* @deprecated * @function WebMapBase.prototype.setWebMapOptions * @param {Object} webMapOptions - webMap 参数。 * @description 设置 webMap 参数。
(webMapOptions)
| 336 | * @description 设置 webMap 参数。 |
| 337 | */ |
| 338 | setWebMapOptions(webMapOptions) { |
| 339 | this.setServerUrl(webMapOptions.server); |
| 340 | this._initWebMap(); |
| 341 | } |
| 342 | |
| 343 | /** |
| 344 | * @deprecated |
no test coverage detected