LambertSwift is a Swift lightweight library to convert Lambert coordinates to WGS84
github "yageek/LambertSwift"
.Package(url: "https://github.com/yageek/LambertSwift.org.git",majorVersion: 1)
pod 'LambertSwift'
The Lambert extension adds a new initializer to the CLLocation
class :
/**
* Zone argument could be one of the followings :
* I, II, III, IV, II_E, L93
*/
var loc:CLLocation = CLLocation(x: 668832.5384, y: 6950138.7285, inZone: .L93)
LambertSwift is released under the MIT license. See LICENSE for details.