BaiduMap_IOSSDK_v5.4.0_Docs
BMKMapManager.h
1 //
2 // BMKMapManager.h
3 // BaiduMapAPI_Base
4 //
5 // Created by Daniel Bey on 2018年07月05日.
6 // Copyright © 2018 Baidu. All rights reserved.
7 //
8 #define BMKMapManagerInstance [BMKMapManager sharedInstance]
9 #import "BMKGeneralDelegate.h"
10 #import <UIKit/UIKit.h>
11 #import "BMKTypes.h"
12 
14 @interface BMKMapManager : NSObject
15 
16 //获得实例对象
17 + (BMKMapManager*) sharedInstance;
32 + (BOOL)setCoordinateTypeUsedInBaiduMapSDK:(BMK_COORD_TYPE)coorType;
33 
34 
40 + (BMK_COORD_TYPE)getCoordinateTypeUsedInBaiduMapSDK;
41 
42 
49 + (void)logEnable:(BOOL)enable module:(BMKMapModule)mapModule;
50 
51 
59 - (BOOL)start:(NSString *)key generalDelegate:(id <BMKGeneralDelegate>)delegate;
60 
61 
67 - (NSUInteger)getTotalSendFlaxLength;
68 
69 
75 - (NSUInteger)getTotalRecvFlaxLength;
76 
80 - (BOOL)stop;
81 
82 @end
BMK_COORD_TYPE getCoordinateTypeUsedInBaiduMapSDK()
主引擎类
Definition: BMKMapManager.h:14
通知Delegate
Definition: BMKGeneralDelegate.h:11
NSUInteger getTotalRecvFlaxLength()
NSUInteger getTotalSendFlaxLength()