Interface InputPointOptions

輸入點設定

interface InputPointOptions {
    onCompleted?: ((event) => void);
}

Hierarchy

Properties

Properties

onCompleted?: ((event) => void)

Type declaration

    • (event): void
    • 輸入完成的回呼函式。

      Parameters

      • event: {
            geo: GeoPoint;
            success: boolean;
        }
        • geo: GeoPoint

          輸入完成幾何。

        • success: boolean

          是否成功。

      Returns void

Generated using TypeDoc