valhalla-browser API
    Preparing search index...

    Interface ProgressEvent

    Host progress notification associated with a request ID.

    interface ProgressEvent {
        phase: ProgressPhase;
        requestId: number;
        tileId?: string;
    }

    Hierarchy (View Summary)

    Index

    Current initialization, computation or download stage.

    requestId: number

    Monotonically increasing operation ID within this Router.

    tileId?: string

    Decimal GraphId when the event concerns a tile; absent for other events.