* @function OverlayGraphic.prototype.getGeometry * @description 获取当前要素几何信息。 * @returns {ol.geom.Point} 要素几何信息。
()
| 67 | * @returns {ol.geom.Point} 要素几何信息。 |
| 68 | */ |
| 69 | getGeometry() { |
| 70 | return this.geometry_; |
| 71 | } |
| 72 | |
| 73 | /** |
| 74 | * @function OverlayGraphic.prototype.setGeometry |
no outgoing calls
no test coverage detected