UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

5 lines 281 B
import { type GpsPosition } from "./types"; export declare const MOVE_THRESHOLD_M = 3; export declare function normalizeHeading(heading: number): number; export declare function hasMeaningfulChange(prev: GpsPosition, curr: GpsPosition): boolean; //# sourceMappingURL=utils.d.ts.map