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
150
points
195
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