@maplibre/maplibre-gl-geocoder
    Preparing search index...

    Type Alias MaplibreGeocoderEventTypeMap

    type MaplibreGeocoderEventTypeMap = {
        clear: void;
        error: { error: Error };
        loading: { query: string };
        result: { result: CarmenGeojsonFeature };
        results: MaplibreGeocoderResultsEvent;
    }
    Index

    Properties

    clear: void

    Fired when the input is cleared

    error: { error: Error }

    Fired with the error data when an error occurs

    loading: { query: string }

    Fired with when the geocoder is looking up a query

    result: { result: CarmenGeojsonFeature }

    Fired with the result data when input is set

    Fired with the results data when the geocoder returns a response