BaiduMap_IOSSDK_v4.2.1_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 
9 #import "BMKGeneralDelegate.h"
10 #import <UIKit/UIKit.h>
11 #import "BMKTypes.h"
12 
14 @interface BMKMapManager : NSObject
15 
30 + (BOOL)setCoordinateTypeUsedInBaiduMapSDK:(BMK_COORD_TYPE)coorType;
31 
32 
38 + (BMK_COORD_TYPE)getCoordinateTypeUsedInBaiduMapSDK;
39 
40 
47 + (void)logEnable:(BOOL)enable module:(BMKMapModule)mapModule;
48 
49 
57 - (BOOL)start:(NSString *)key generalDelegate:(id <BMKGeneralDelegate>)delegate;
58 
59 
65 - (NSUInteger)getTotalSendFlaxLength;
66 
67 
73 - (NSUInteger)getTotalRecvFlaxLength;
74 
78 - (BOOL)stop;
79 
80 @end
BMK_COORD_TYPE getCoordinateTypeUsedInBaiduMapSDK()
主引擎类
Definition: BMKMapManager.h:14
NSUInteger getTotalRecvFlaxLength()
NSUInteger getTotalSendFlaxLength()