Initial commit
parents
Showing
.gitignore
0 → 100644
CHANGELOG.md
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
dart_test.yaml
0 → 100644
doc/images/latlong.jpg
0 → 100644
62.3 KB
doc/images/smooth-path.jpg
0 → 100644
410 KB
doc/images/smooth-path.pxm
0 → 100644
File added
example/main.dart
0 → 100644
lib/latlong.dart
0 → 100644
lib/latlong/Circle.dart
0 → 100644
lib/latlong/Distance.dart
0 → 100644
lib/latlong/LatLng.dart
0 → 100644
lib/latlong/LengthUnit.dart
0 → 100644
lib/latlong/Path.dart
0 → 100644
This diff is collapsed.
Click to expand it.
lib/latlong/calculator/Haversine.dart
0 → 100644
lib/latlong/calculator/Vincenty.dart
0 → 100644
lib/latlong/interfaces.dart
0 → 100644
lib/spline.dart
0 → 100644
lib/spline/CatmullRomSpline.dart
0 → 100644
pubspec.lock
0 → 100644
This diff is collapsed.
Click to expand it.
pubspec.yaml
0 → 100644
test/unit/latlong/Circle_test.dart
0 → 100644
test/unit/latlong/Distance_test.dart
0 → 100644
test/unit/latlong/LatLong_test.dart
0 → 100644
test/unit/latlong/LengthUnit_test.dart
0 → 100644
test/unit/latlong/Path_test.dart
0 → 100644
test/unit/latlong/Sexagesimal_test.dart
0 → 100644
test/unit/spline/CatmullRom_test.dart
0 → 100644
tool/grind.dart.off
0 → 100644