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.

example/lambert_example.dart

// Copyright (c) 2016, Yannick Heinrich. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.

library lambert.example;

import 'package:lambert/lambert.dart' as lambert;

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

  print("Result: ${result.y} ${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