Lambert-objc 是 C lambert 库的 Objective-C 封装
lambert.h
和 lambert.c
并将它们添加到你的项目中CLLocation+Lambert.h
和 CLLocation+Lambert.m
添加到你的项目中Lambert 分类为 CLLocation
类添加了新的初始化器
/**
* Zone argument could be one of the followings :
* LAMBERT_I,LAMBERT_II,LAMBERT_III,LAMBERT_IV,LAMBERT_II_E,LAMBERT_93
*/
CLLocation * loc = [[CLLocation alloc] initWithLambertX:994272.661 andY:113467.422 inZone:LAMBERT_I];
版权所有 (c) 2013 Yannick Heinrich - 根据 GPLv2 许可证发布。