Geodesy and Geographical calculations for Dart. Provides LatLong and Mercator projection (EPSG4326).
In your pubspec.yaml
file add:
dependencies:
latlng: any
Then, in your code import:
import 'package:latlng/latlng.dart';
- Julian date and time.
- ECI and ECF Calculations.
- Look Angle Calculation.
- Ground Track.
- WGS84 and WGS72.
- Projection to Tile Index.