BaiduMap_IOSSDK_v6.5.5doc_Docs
6.5.5
首页
类
类列表
类索引
类继承关系
类成员
全部
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
函数
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
z
变量
_
b
c
d
f
h
i
k
l
m
n
o
p
r
s
t
u
w
x
y
z
属性
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
文件
文件列表
文件成员
全部
_
b
c
e
g
i
k
l
n
o
s
t
函数
b
g
i
n
变量
类型定义
枚举
b
枚举值
b
c
e
i
k
l
o
s
t
宏定义
•
全部
类
文件
函数
变量
类型定义
枚举
枚举值
属性
宏定义
BaiduMapAPI_Base.framework
Headers
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
19
+ (void)setAgreePrivacy:(BOOL)isAgree;
20
22
+ (NSString *)
getCUID
;
23
25
+ (
BMKMapManager
*)
sharedInstance
;
26
36
+ (BOOL)setCoordinateTypeUsedInBaiduMapSDK:(BMK_COORD_TYPE)coorType;
37
38
41
+ (BMK_COORD_TYPE)
getCoordinateTypeUsedInBaiduMapSDK
;
42
43
48
+ (void)logEnable:(BOOL)enable module:(
BMKMapModule
)mapModule __deprecated_msg("此方法已废弃,替换为BMKBaseLog");
49
54
- (BOOL)start:(NSString *)key generalDelegate:(
id
<
BMKGeneralDelegate
>)delegate;
55
56
59
- (NSUInteger)
getTotalSendFlaxLength
;
60
61
64
- (NSUInteger)
getTotalRecvFlaxLength
;
65
67
- (BOOL)
stop
;
68
69
@end
BMKTypes.h
-[BMKMapManager stop]
BOOL stop()
停止引擎
BMKGeneralDelegate-p
通知Delegate
Definition:
BMKGeneralDelegate.h:11
BMKMapModule
BMKMapModule
地图模块枚举
Definition:
BMKTypes.h:16
BMKGeneralDelegate.h
-[BMKMapManager getTotalSendFlaxLength]
NSUInteger getTotalSendFlaxLength()
-[BMKMapManager getTotalRecvFlaxLength]
NSUInteger getTotalRecvFlaxLength()
+[BMKMapManager getCoordinateTypeUsedInBaiduMapSDK]
BMK_COORD_TYPE getCoordinateTypeUsedInBaiduMapSDK()
BMKMapManager
主引擎类
Definition:
BMKMapManager.h:15
+[BMKMapManager getCUID]
NSString * getCUID()
地图开放平台使用到的唯一标识符,since 6.5.4
+[BMKMapManager sharedInstance]
BMKMapManager * sharedInstance()
获得实例对象
制作者
1.8.20