geodesy 0.10.0 copy "geodesy: ^0.10.0" to clipboard
geodesy: ^0.10.0 copied to clipboard

A Dart library for geodesic and trigonometric calculations working with points and paths

Geodesy #

pub package

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

For Flutter

flutter pub add geodesy

Import the library in your dart file #

import 'package:geodesy/geodesy.dart';

Initialization #

final Geodesy geodesy = Geodesy();

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 details here.

Example #

Please check out here.

Static Methods #

Static methods are available without using Geodesy instance.

Please see the details here.

Example #

Please check out here.

Code of Conduct #

See here.

License #

See here.

55
likes
0
pub points
94%
popularity

Publisher

unverified uploader

A Dart library for geodesic and trigonometric calculations working with points and paths

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

latlong2

More

Packages that depend on geodesy