* @function GraphicLayer.prototype.getState * @description 获取当前地图及图层状态。 * @returns {Object} 地图及图层状态,包含地图状态信息和本图层相关状态信息。
()
| 201 | * @returns {Object} 地图及图层状态,包含地图状态信息和本图层相关状态信息。 |
| 202 | */ |
| 203 | getState() { |
| 204 | return this.renderer.getState(); |
| 205 | } |
| 206 | |
| 207 | /** |
| 208 | * @function GraphicLayer.prototype.getMapState |
no outgoing calls
no test coverage detected