pub package

Geodesy and Geographical calculations for Dart. Provides LatLong and Mercator projection (EPSG4326).

Getting Started

In your pubspec.yaml file add:

dependencies:
  latlng: any

Then, in your code import:

import 'package:latlng/latlng.dart';

Libraries

latlng
Geodesy and Geographical calculations for Dart. Provides LatLong and Mercator projection (EPSG4326).