9 #import <Foundation/Foundation.h> 23 + (NSDictionary *)App_getNaviDataMetadata:(NSString *)fileName;
35 + (NSInteger)distanceWithStartPoint:(
MBPoint *)startPoint endPoint:(
MBPoint *)endPoint;
45 + (NSString *)distanceTextWithStartPoint:(
MBPoint *)startPoint endPoint:(
MBPoint *)endPoint;
56 + (NSString *)distanceTextWithLength:(NSInteger)length;
66 + (NSString *)orientationTextWithStartPoint:(
MBPoint *)startPoint endPoint:(
MBPoint *)endPoint;
76 + (NSInteger)angleFromDx:(NSInteger)dx andDy:(NSInteger)dy;
86 + (NSInteger)angleFromPoint:(
MBPoint)posFrom toPoint:(
MBPoint)posTo;
102 + (NSString *)getAbsolutePath:(NSString *)relativePath;
131 + (
unsigned char *) convertUIImageToBitmapRGBA8:(UIImage *) image;
144 + (UIImage *) convertBitmapRGBA8ToUIImage:(
unsigned char *) buffer
145 withWidth:(
int) width
146 withHeight:(
int) height;
NSString * Device_uniqueDeviceIdentifier()
Definition: MBNaviCoreBase.h:87
Definition: MBNaviCoreBase.h:31