輸入表面點成功結果。

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

Hierarchy

  • InputSuccessResult<GeoPoint>
    • InputSurfacePointSuccessResult

Properties

Properties

幾何。

success: true

是否成功。

Generated using TypeDoc