DYCoordinateInChina 0.1.1

DYCoordinateInChina 0.1.1

测试已测试
语言语言 Obj-CObjective C
许可证 MIT
发布时间上次发布2016年6月

Dwarven 维护。



  • Dwarven

确定坐标是否在中国火星(GCJ-02)上

Podfile

要将 DYCoordinateInChina 集成到 Xcode 项目中并使用 CocoaPods,请在您的 Podfile 中指定它

pod 'DYCoordinateInChina'

使用方法

#import "DYCoordinateInChina.h"
BOOL result = [[DYCoordinateInChina sharedInstance] coordinateInChina:<#(CLLocationCoordinate2D)#>];
// or
DYCoordinateInChina * cic = [[DYCoordinateInChina alloc] init];
BOOL result = [cic coordinateInChina:<#(CLLocationCoordinate2D)#>];