Type Alias BaseGeocodingOptions
BaseGeocodingOptions: LanguageGeocodingOptions & {
adjustSearchParams?: (searchParams: URLSearchParams) => void;
apiKey?: string;
}
adjustSearchParams?: (searchParams: URLSearchParams) => void;
apiKey?: string;
}
Type Declaration
OptionaladjustSearchParams?: (searchParams: URLSearchParams) => voidOptionalapiKey?: stringCustom MapTiler Cloud API key to use instead of the one in global
config.
Callback function to adjust the target URL search params before fetching.