UNPKG

leaflet-control-geocoder

Version:

Extendable geocoder with builtin support for OpenStreetMap Nominatim, Bing, Google, Mapbox, MapQuest, What3Words, Photon, Pelias, HERE, Neutrino, Plus codes

13 lines (12 loc) 300 B
/** * @internal */ export declare function htmlEscape(string?: string): string; /** * @internal */ export declare function getJSON<T>(url: string, params: Record<string, unknown>): Promise<T>; /** * @internal */ export declare function template(str: string, data: Record<string, any>): string;