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
130
pub points
45%
popularity

Publisher

verified publisheryageek.net

Lambert coordinates convertion package from Lambert system to WGS84 system.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on lambert