GeocodingSearchResult: {
    attribution: string;
    features: GeocodingFeature[];
    query: string[];
    type: "FeatureCollection";
}

Type declaration

  • attribution: string

    Attribution of the result

  • features: GeocodingFeature[]

    Array of features found

  • query: string[]

    Tokenized search query

  • type: "FeatureCollection"

Generated using TypeDoc