* @function OverlayGraphic.prototype.getStyle * @description 获取要素样式。 * @returns {ol.style.Image} ol.style.Image 子类样式对象。
()
| 103 | * @returns {ol.style.Image} ol.style.Image 子类样式对象。 |
| 104 | */ |
| 105 | getStyle() { |
| 106 | return this.style_; |
| 107 | } |
| 108 | |
| 109 | /** |
| 110 | * @function OverlayGraphic.prototype.setStyle |
no outgoing calls
no test coverage detected