@gis_victory/gismap 2.0.53 → 2.0.54

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -6215,6 +6215,8 @@ declare class MeasureManager {
6215
6215
  private hideTooltip;
6216
6216
  private removeTooltip;
6217
6217
  private finishMeasure;
6218
+ private recordMeasureResult;
6219
+ private clearMeasureLayer;
6218
6220
  /**
6219
6221
  * 计算线段距离(使用 Haversine 公式,单位:米)
6220
6222
  */