A Dart library for implementing geodesic and trigonometric calculations based on a spherical Earth model for working with points and paths such as distances, bearings and destinations.
dart pub add geodesy
flutter pub add geodesy
import 'package:geodesy/geodesy.dart';
The Geodesy
class provides a collection of methods for performing various geodetic calculations, including distance calculations, point intersections, and more. This class is designed to work with geographical coordinates in the form of latitude and longitude.
Please see the Usage and Example.
Static methods are available without using Geodesy
instance.
Please see the Usage and Example.
This project is licensed under MIT.
Thank you for your contributions! We appreciate all the contributions from the community.