UNPKG

@mikezimm/fps-core-v7

Version:

Library of reusable core interfaces, types and constants migrated from fps-library-v2

9 lines 405 B
/** * 2024-10-31 GeoLocation code originally migrated from PhotoForm Webpart sample * Happy Halloween 2024! * 2024-11-04 updated */ import { IFpsGeolocationPosition } from "./interfaces"; export declare const UnknownGeoLocation: IFpsGeolocationPosition; export declare function getGeoLocation(debugMode: boolean): Promise<IFpsGeolocationPosition>; //# sourceMappingURL=functions.d.ts.map