* @function MapvLayer.prototype.setZIndex * @description 设置 canvas 层级。 * @param {number} zIndex - canvas 层级。
(z)
| 271 | * @param {number} zIndex - canvas 层级。 |
| 272 | */ |
| 273 | setZIndex(z) { |
| 274 | this.renderer.setZIndex(z); |
| 275 | } |
| 276 | } |
| 277 |
no outgoing calls
no test coverage detected