// todo: remarks// todo: lines// todo: what is s.pCls?// todo: what is s.wt?// todo: what is s.dur?constparseNearby = (ctx, n) => { // n = raw nearby locationconst res = ctx.profile.parseLocation(ctx, n);
res.distance = n.dist;
return res;
};
export {
parseNearby,
};