latlng 2.0.7 latlng: ^2.0.7 copied to clipboard
GeoJSON, Geodesy and Geographical calculations for Dart. Provides LatLong and Mercator projection (EPSG4326).
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';
Features #
- Julian date and time.
- ECI and ECF Calculations.
- Look Angle Calculation.
- Ground Track.
- WGS84 and WGS72.
- Projection to Tile Index.