UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

4 lines 331 B
import { type RouteLine, type RoutePoint, type RouteSnapResult, type SnapToRouteConfig } from "../types"; export { SNAP_THRESHOLD_METERS } from "./gpsThreshold"; export declare function snapToRoute(position: RoutePoint, routeLines: RouteLine[], config: SnapToRouteConfig): RouteSnapResult; //# sourceMappingURL=snapToRoute.d.ts.map