UNPKG

nominatim-browser

Version:

A Nominatim client that can be used from the browser.

9 lines (8 loc) 220 B
export declare class ReverseGeocodeTestFixture { static MINNEAPOLIS_LAT_LONG: { lat: string; lon: string; }; reverseGeocode(): Promise<void>; reverseGeocodeWithAddress(): Promise<void>; }