UNPKG

@maptiler/geocoding-control

Version:

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

4 lines (3 loc) 190 B
import type { BBox } from "./types"; export declare function wrapNum(x: number, range: [number, number], includeMax: boolean): number; export declare function unwrapBbox(bbox0: BBox): BBox;