An open API service indexing awesome lists of open source software.

https://github.com/xclud/dart_latlng

Geodesy and Geographical calculations for Dart.
https://github.com/xclud/dart_latlng

dart flutter latlong map projection

Last synced: about 1 year ago
JSON representation

Geodesy and Geographical calculations for Dart.

Awesome Lists containing this project

README

          

[![pub package](https://img.shields.io/pub/v/latlng.svg)](https://pub.dartlang.org/packages/latlng)

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

## Getting Started

In your `pubspec.yaml` file add:

```dart
dependencies:
latlng: any
```

Then, in your code import:

```dart
import 'package:latlng/latlng.dart';
```

## Features

* Julian date and time.
* ECI and ECF Calculations.
* Look Angle Calculation.
* Ground Track.
* WGS84 and WGS72.
* Projection to Tile Index.