輸入三維點成功結果。

interface Input3DPointSuccessResult {
    geo: GeoPoint;
    success: true;
}

Hierarchy

  • InputSuccessResult<GeoPoint>
    • Input3DPointSuccessResult

Properties

Properties

幾何。

success: true

是否成功。

Generated using TypeDoc