lambert-objc 0.0.3

lambert-objc 0.0.3

测试已测试
语言语言 CC
许可证 MIT
发布最新发布2014年12月

Yannick Heinrich 维护。



  • HEINRICH Yannick

描述

Lambert-objc 是 C lambert 库的 Objective-C 封装

安装

原始文件

  • 2.0.1 lambert Github仓库下载 lambert.hlambert.c 并将它们添加到你的项目中
  • CLLocation+Lambert.hCLLocation+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 许可证发布。