測量2D距離成功結果。

interface MeasureDistance2DSuccessResult {
    geo: {
        distance: number;
        geo: GeoPolyline;
    };
    success: true;
}

Properties

Properties

geo: {
    distance: number;
    geo: GeoPolyline;
}

幾何。

Type declaration

  • distance: number

    測量結束的長度。

  • geo: GeoPolyline

    測量結果幾何。

success: true

是否成功。

Generated using TypeDoc