* @function OverlayGraphic.prototype.setId * @description 设置当前要素 ID。 * @param {string} id - 要素 ID。
(id)
| 58 | * @param {string} id - 要素 ID。 |
| 59 | */ |
| 60 | setId(id) { |
| 61 | this.id = id; |
| 62 | } |
| 63 | |
| 64 | /** |
| 65 | * @function OverlayGraphic.prototype.getGeometry |
no outgoing calls
no test coverage detected