UNPKG

@maptiler/geocoding-control

Version:

The Javascript & TypeScript Map Control component for MapTiler Geocoding service. Easy to be integrated into any JavaScript mapping application.

3 lines (2 loc) 238 B
import type { MapController, ProximityRule } from "./types"; export declare function getProximity(mapController: MapController | undefined, proximity: ProximityRule[] | null | undefined, ac: AbortController): Promise<string | undefined>;