leaflet-control-geocoder
    Preparing search index...

    Interface MapboxResponseInternal

    interface MapboxResponse {
        attribution: string;
        features: Feature[];
        query: string[];
        type: string;
    }
    Index

    Properties

    attribution: string
    features: Feature[]
    query: string[]
    type: string