9 #import <Foundation/Foundation.h> 10 #import <CoreGraphics/CoreGraphics.h> 11 #import <UIKit/UIKit.h> 12 #import <CoreLocation/CoreLocation.h> 21 typedef enum : NSUInteger {
30 + (
MECATORPOINT)getMcWithLon:(
double)lon lat:(
double)lat;
31 + (const
char *)convertUIImageToBitmapRGBA8:(UIImage *)image;
32 + (CLLocationCoordinate2D)baiduCoorEncryptLon:(
double)lon lat:(
double)lat coorType:(
COOR_TYPE)type;
33 + (
unsigned long) hexFromUIColor: (UIColor*) color;
34 + (float) hexFromUIEdgeInsets:(UIEdgeInsets)edgeInsets;
36 + (NSString *)distanceMcX1:(
double) x1 mcY1:(
double) y1 mcX2:(
double) x2 mcY2:(
double) y2;
struct MecatorPoint MECATORPOINT
MecatorPoint(double dx, double dy)
struct MecatorPoint * BPMECATORPOINT