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

    Type Alias ObserveLocationChangeResponse

    ObserveLocationChangeResponse: BridgeStream<GetCoordinateResponse>

    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.