UNPKG

universal-geocoder

Version:

Universal geocoding abstraction server-side and client-side with multiple built-in providers

7 lines 235 B
import type { Feature } from "geojson"; import Geocoded from "./Geocoded"; export default class GeoJsonDumper { private static baseGeoJson; static dump(geocoded: Geocoded): Feature; } //# sourceMappingURL=GeoJsonDumper.d.ts.map