lambert 2.0.0 copy "lambert: ^2.0.0" to clipboard
lambert: ^2.0.0 copied to clipboard

Lambert coordinates convertion package from Lambert system to WGS84 system.

This package helps to convert geographical point from a Lambert coordinate system to the WGS84 coordinate system.

Usage #

import 'package:lambert/lambert.dart';

main() {
  var point = Point(668832.5384,6950138.7285,0.0);
  var result = point.convert(lambert.Zone.L93).degree();

  print("WGS84 Lat: ${result.y} Lon:${result.x}");
}
0
likes
150
points
182
downloads

Publisher

verified publisheryageek.net

Weekly Downloads

Lambert coordinates convertion package from Lambert system to WGS84 system.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on lambert