My Project
|
#import <Foundation/Foundation.h>
#import <CoreGraphics/CoreGraphics.h>
#import <UIKit/UIKit.h>
#import <CoreLocation/CoreLocation.h>
Go to the source code of this file.
Classes | |
struct | MecatorPoint |
class | BaiduPanoUtils |
Typedefs | |
typedef struct MecatorPoint | MECATORPOINT |
typedef struct MecatorPoint * | BPMECATORPOINT |
Enumerations | |
enum | COOR_TYPE : NSUInteger { COOR_TYPE_BDLL = 1, COOR_TYPE_BDMC = 2, COOR_TYPE_GPS = 3, COOR_TYPE_COMMON = 4 } |
typedef struct MecatorPoint * BPMECATORPOINT |
typedef struct MecatorPoint MECATORPOINT |
enum COOR_TYPE : NSUInteger |
Enumerator | |
---|---|
COOR_TYPE_BDLL | |
COOR_TYPE_BDMC | |
COOR_TYPE_GPS | |
COOR_TYPE_COMMON |
Definition at line 21 of file BaiduPanoUtils.h.