UNPKG

@zenlocator/geo

Version:
14 lines (8 loc) 196 B
export default function(center, coords = []) { let ret; const orderedCoords = this.orderByDistance(center, coords); if (orderedCoords.length) { ret = orderedCoords[0]; } return ret; }