geoview-core
    Preparing search index...

    Type Alias SimulatedMapClick

    Define a return type for a map click simulation to be able to await on different promises.

    type SimulatedMapClick = {
        promiseQuery: Promise<void>;
        promiseQueryBatched: Promise<void>;
    }
    Index

    Properties

    promiseQuery: Promise<void>

    Promise resolving when the query of the map click is complete

    promiseQueryBatched: Promise<void>

    Promise resolving when the query of the map click is complete and the UI has been updated