- Fixed broken deployment of v1.1.0.
- Implemented function
isEqual
.
- Fixed a typo in the example of function
average
.
- Implemented
getBoundingBox
,insideBoundingBox
,insideCircle
,insidePolygon
,average
. - Implemented
cpa
(closest point of approach) - Renamed
angle
toheading
everywhere in the library (properties and functions). Breaking change. - Worked out docs and examples.
- Implemented
isLatLon
,isLatLng
,isLatitudeLongitude
,isLonLatTuple
,getLocationType
,createLocation
. - Implemented
normalizeAngle
,normalizeLatitude
,normalizeLongitude
,normalizeLocation
.
- Implemented support for
{lat, lng}
format, and corresponding functiontoLatLng
. - Implemented
getLatitude
andgetLongitude
. - Implemented
angleAndDistanceTo
,angleTo
,distanceTo
,moveTo
. - Implemented conversion functions
degToRad
,radToDeg
,knotsToMeterPerSecond
,meterPerSecondToKnots
,knotsToKmPerHour
, andkmPerHourToKnots
.
- Implemented functions
toLatLon
,toLatitudeLongitude
, andtoLonLatTuple
- First published version (still empty)