@expofp/floorplan
Version:
Interactive floor plan library for expos and events
8 lines • 327 B
TypeScript
import { type GpsPosition } from "./types";
export declare function useUserLocationAndHeading(onUpdate: (pos: GpsPosition) => void): {
startGeolocation: () => void;
startOrientation: () => void;
stopGeolocation: () => void;
stopOrientation: () => void;
};
//# sourceMappingURL=useUserLocationAndHeading.d.ts.map