Skip to content

🌍 Convert coordinates from Lambert to WGS84 with Swift

License

Notifications You must be signed in to change notification settings

yageek/LambertSwift

Repository files navigation

MIT License Carthage compatible CocoaPods Compatible Platform

LambertSwift

LambertSwift is a Swift lightweight library to convert Lambert coordinates to WGS84

Carthage

github "yageek/LambertSwift"

Swift Package Manager

.Package(url: "https://github.com/yageek/LambertSwift.org.git",majorVersion: 1)

Cocoapods

pod 'LambertSwift'

Usage

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)

License

LambertSwift is released under the MIT license. See LICENSE for details.