jeodezi 1.0.3 copy "jeodezi: ^1.0.3" to clipboard
jeodezi: ^1.0.3 copied to clipboard

Jeodezi is Dart version of Jeodezi Kotlin which is based of Chris Veness's amazing work Geodesy Functions. Geodesy Functions is written in JavaScript and contains dozens of functions to make calculati [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add jeodezi

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  jeodezi: ^1.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:jeodezi/jeodezi.dart';
8
likes
120
pub points
72%
popularity

Publisher

verified publisherbahadirarslan.com

Jeodezi is Dart version of Jeodezi Kotlin which is based of Chris Veness's amazing work Geodesy Functions. Geodesy Functions is written in JavaScript and contains dozens of functions to make calculations about: Geodesic calculations (distances, bearings, etc) covering both spherical earth and ellipsoidal earth models, and both trigonometry-based and vector-based approaches. Ellipsoidal-earth coordinate systems covering both historical datums and modern terrestrial reference frames (TRFs).

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on jeodezi