Geolib.js - 종속성 없는 기본 Geo 함수들 모음
(github.com)거리계산, 좌표들간의 중심찾기, 좌표변환, 해당좌표가 라인/지역 안에 있는지 검사, 가장 가까운 좌표 찾기, 거리간 정렬, 항정선(Rhumb line) Bearing 찾기 등 Geo 관련 2D 함수들 모음.
- getDistance
- findNearest
- getPathLength
- getCenter/getCenterOfBounds(coords)
- isPointInPolygon
- getRhumbLineBearing
- getCompassDirection
- orderByDistance
- getDistanceFromLine
- isPointInLine
- computeDestinationPoint