* @function GeometryGeoText.prototype.getCentroid * @description 获取标签对象的质心。 * @returns {GeometryPoint} 标签对象的质心。
()
| 75 | * @returns {GeometryPoint} 标签对象的质心。 |
| 76 | */ |
| 77 | getCentroid() { |
| 78 | return new Point(this.x, this.y); |
| 79 | } |
| 80 | |
| 81 | /** |
| 82 | * @function GeometryGeoText.prototype.clone |
no outgoing calls
no test coverage detected