Type Alias GeocodingSearchResult

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

Properties

attribution: string

Attribution of the result

features: GeocodingFeature[]

Array of features found

query: string[]

Tokenized search query

type: "FeatureCollection"

Was this helpful?

Client JS
Reference
GeocodingSearchResult