geodesy

Creator: coderz1093

Last updated:

Add to Cart

Description:

geodesy

Geodesy #

About #
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.
How to Use Geodesy #
Commands #
For Dart
dart pub add geodesy
copied to clipboard
For Flutter
flutter pub add geodesy
copied to clipboard
Import Geodesy #
import 'package:geodesy/geodesy.dart';
copied to clipboard
Class #
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 #
Static methods are available without using Geodesy instance.
Please see the Usage and Example.
License #
This project is licensed under MIT.
Contributors #
Thank you for your contributions! We appreciate all the contributions from the community.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.