* @function L7LayerBase.prototype.getL7Layer * @description 获取@antv/L7的layer实例。 * @returns {Object} @antv/L7的layer实例。
()
| 57 | * @returns {Object} @antv/L7的layer实例。 |
| 58 | */ |
| 59 | getL7Layer() { |
| 60 | return this.l7layer; |
| 61 | } |
| 62 | |
| 63 | /** |
| 64 | * @function L7LayerBase.prototype.reRender |