Function MeasurePolyline

  • Returns the total distance in meters between an array of points. This distance is NOT following the terrain.

    Parameters

    • params: {
          posses: Cartesian3[];
      }
      • posses: Cartesian3[]

    Returns {
        totalLength: number;
    }

    • totalLength: number

Generated using TypeDoc