Type Alias GeocodingSearchResult
type GeocodingSearchResult = {
attribution: string;
features: GeocodingFeature[];
query: string[];
type: "FeatureCollection";
}
attribution: string;
features: GeocodingFeature[];
query: string[];
type: "FeatureCollection";
}
Attribution of the result