geodesy 0.4.1
geodesy: ^0.4.1 copied to clipboard
A Dart library for geodesic and trigonometric calculations working with points and paths
CHANGELOG #
0.4.1 #
- fixed isGeoPointInBoundingBox typos & logic
0.4.0 #
- added dart 3 compatible changes
- revised test cases
- bumped minimum dart version to 3.0.
0.4.0-nullsafety.0 #
- Null Safety Upgrade
0.3.2 #
- Added tests
- Added pointsInRange
0.3.1 #
- Applied strict static analysis
- Made the radius parameter optional
0.3.0 #
- Added latlong package
- Deprecated LatLng
- Deprecated degreesToRadians & radiansToDegrees
0.2.0 #
- Added intersectionByPaths
- Added crossTrackDistanceTo
- Added isGeoPointInPolygon
0.1.1 #
- Added example
- Reformatted with Dart Style
0.1.0 #
- Initial version, created by wingkwong