@grabjs/superapp-sdk
    Preparing search index...

    Type Alias ObserveLocationChangeResponse

    ObserveLocationChangeResponse: BridgeStream<
        200
        | 403
        | 424
        | 500
        | 501,
        GetCoordinateResult,
    >

    Response when observing the device coordinates.

    This is a BridgeStream that can be:

    • Subscribed to via .subscribe() for continuous updates
    • Awaited via await to get the first value only

    The stream can emit the same status codes as GetCoordinateResponse.