Method
getWebMapType
* @version 11.2.1 * @function WebMapBase.prototype.getWebMapType * @description 获取地图类型。 * @returns {String} 地图类型。
()
Source from the content-addressed store, hash-verified
| 420 | * @returns {String} 地图类型。 |
| 421 | */ |
| 422 | getWebMapType() { |
| 423 | return this.type; |
| 424 | } |
| 425 | |
| 426 | /** |
| 427 | * @version 11.2.1 |
Tested by
no test coverage detected