@terra.gl/core 0.0.1-alpha.69 → 0.0.1-alpha.70

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
@@ -7188,8 +7188,8 @@ export declare class TrajectoryLayer extends Layer {
7188
7188
  */
7189
7189
  private _transformCoordinates;
7190
7190
  /**
7191
- * Build the full trail line (static).
7192
- * 构建完整轨迹线(静态)
7191
+ * Build the trail line (dynamic — remaining path from current to end).
7192
+ * 构建轨迹线(动态 — 从当前位置到终点的剩余路径)
7193
7193
  */
7194
7194
  private _buildTrailLine;
7195
7195
  /**
@@ -7241,6 +7241,11 @@ export declare class TrajectoryLayer extends Layer {
7241
7241
  * 更新已走轨迹线
7242
7242
  */
7243
7243
  private _updateActiveLine;
7244
+ /**
7245
+ * Update the trail line (remaining path from current to end).
7246
+ * 更新轨迹线(从当前位置到终点的剩余路径)
7247
+ */
7248
+ private _updateTrailLine;
7244
7249
  /**
7245
7250
  * Interpolate position at a given time offset.
7246
7251
  * 在给定时间偏移处插值位置