UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

2 lines (1 loc) 274 B
import{haversineDistance as e}from"../../utils/haversineDistance";export const MOVE_THRESHOLD_M=3;export function normalizeHeading(n){return Math.floor(n)}export function hasMeaningfulChange(n,t){return e(n.lat,n.lng,t.lat,t.lng)>=MOVE_THRESHOLD_M?!0:n.heading!==t.heading}