* @function FGBLayer.prototype.on
(type, listener)
| 119 | * @function FGBLayer.prototype.on |
| 120 | */ |
| 121 | on(type, listener) { |
| 122 | this.map.on(type, this.layerId, listener); |
| 123 | } |
| 124 | /** |
| 125 | * @function FGBLayer.prototype.off |
| 126 | */ |
no outgoing calls
no test coverage detected