* @function FGBLayer.prototype.off
(type, listener)
| 125 | * @function FGBLayer.prototype.off |
| 126 | */ |
| 127 | off(type, listener) { |
| 128 | this.map.off(type, this.layerId, listener); |
| 129 | } |
| 130 | /** |
| 131 | * @function FGBLayer.prototype.once |
| 132 | */ |
no outgoing calls
no test coverage detected