pr_geo 0.0.3+5 copy "pr_geo: ^0.0.3+5" to clipboard
pr_geo: ^0.0.3+5 copied to clipboard

A library for measuring distance between geographic coordinates using a method created by Me.

example/example.dart

import 'package:pr_geo/pr_geo.dart';

void main() {
  GeoCoordinate point1 = GeoCoordinate(
    latitude: 0,
    longitude: 1,
  );
  GeoCoordinate point2 = GeoCoordinate(
    latitude: 0,
    longitude: 2,
  );
  print('Distance between points is: ${PR_Geo.distance(point1, point2)}');
}
0
likes
140
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

A library for measuring distance between geographic coordinates using a method created by Me.

Documentation

API reference

License

MIT (license)

More

Packages that depend on pr_geo