DYCoordinateInChina 0.1.1

DYCoordinateInChina 0.1.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jun 2016

Maintained by Dwarven.



  • By
  • Dwarven

To determine a coordinate is in mars in China (GCJ-02)

Podfile

To integrate DYCoordinateInChina into your Xcode project using CocoaPods, specify it in your Podfile:

pod 'DYCoordinateInChina'

How to use

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