BaiduMap_IOSSDK_v6.6.2_Docs 6.6.2
载入中...
搜索中...
未找到
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]
10#import <UIKit/UIKit.h>
11#import "BMKTypes.h"
12#import "BMKCommonInfo.h"
13
15@interface BMKMapManager : NSObject
20+ (void)setAgreePrivacy:(BOOL)isAgree;
21
23+ (NSString *)getCUID;
24
27
37+ (BOOL)setCoordinateTypeUsedInBaiduMapSDK:(BMK_COORD_TYPE)coorType;
38
39
43
44
49+ (void)logEnable:(BOOL)enable module:(BMKMapModule)mapModule __deprecated_msg("此方法已废弃,替换为BMKBaseLog");
50
55- (BOOL)start:(NSString *)key generalDelegate:(id <BMKGeneralDelegate>)delegate;
56
57
60- (NSUInteger)getTotalSendFlaxLength;
61
62
65- (NSUInteger)getTotalRecvFlaxLength;
66
68- (BOOL)stop;
69
70@end
BMKMapModule
地图模块枚举
Definition BMKTypes.h:16
主引擎类
Definition BMKMapManager.h:16
NSString * getCUID()
地图开放平台使用到的唯一标识符,since 6.5.4
BOOL stop()
停止引擎
NSUInteger getTotalSendFlaxLength()
BMKMapManager * sharedInstance()
获得实例对象
BMK_COORD_TYPE getCoordinateTypeUsedInBaiduMapSDK()
NSUInteger getTotalRecvFlaxLength()