UNPKG

@golemio/parkings

Version:
10 lines (9 loc) 278 B
import { Geometry } from "@golemio/core/dist/shared/geojson"; export declare class GeoConfigHelper { private readonly RELATIVE_PATH_GEOJSON; private fileName; private geoCordinates; constructor(); returnGeoCoordinates(): Geometry; private loadGeoJson; }