BaiduMap_IOSSDK_v6.6.3_Docs
6.6.3
首页
类
类列表
类索引
类继承关系
类成员
全部
_
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
变量
_
c
d
h
i
k
l
m
n
o
s
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
i
k
l
n
o
s
t
函数
b
n
变量
类型定义
枚举
b
枚举值
b
c
e
i
k
l
o
s
t
宏定义
•
全部
类
文件
函数
变量
类型定义
枚举
枚举值
属性
宏定义
BaiduMapAPI_Search.framework
Headers
BMKBuildingSearch.h
浏览该文件的文档.
1
//
2
// BMKBuildingSearch.h
3
// BaiduMapAPI_Search
4
//
5
// Created by zhangbaojin on 2021/4/19.
6
// Copyright © 2021 Baidu. All rights reserved.
7
//
8
9
#import "
BMKSearchBase.h
"
10
#import "
BMKBuildingSearchOption.h
"
11
#import "
BMKBuildingSearchResult.h
"
12
NS_ASSUME_NONNULL_BEGIN
13
14
@protocol
BMKBuildingSearchDelegate
;
16
@interface
BMKBuildingSearch
:
BMKSearchBase
17
19
@property
(nonatomic, weak) id<BMKBuildingSearchDelegate>
delegate
;
20
22
- (BOOL)buildingSearch:(
BMKBuildingSearchOption
*)buildingOption;
23
24
@end
25
26
27
29
@protocol
BMKBuildingSearchDelegate
<NSObject>
30
31
@optional
36
- (void)onGetBuildingResult:(
BMKBuildingSearch
*)searcher result:(
BMKBuildingSearchResult
*)result errorCode:(
BMKSearchErrorCode
)error;
37
38
39
@end
40
41
42
NS_ASSUME_NONNULL_END
BMKBuildingSearch
建筑物检索类,建筑物检索为高级服务,AK需要申请高级权限 since 6.4.0
Definition:
BMKBuildingSearch.h:17
BMKBuildingSearchDelegate-p
搜索delegate,用于获取搜索结果
Definition:
BMKBuildingSearch.h:29
BMKBuildingSearchResult.h
BMKSearchBase.h
BMKSearchErrorCode
BMKSearchErrorCode
检索结果状态码
Definition:
BMKTypes.h:132
BMKBuildingSearchOption.h
BMKBuildingSearchResult
建筑物返回结果类
Definition:
BMKBuildingSearchResult.h:15
BMKBuildingSearch::delegate
id< BMKBuildingSearchDelegate > delegate
建筑检索模块的delegate
Definition:
BMKBuildingSearch.h:19
BMKSearchBase
检索服务基类
Definition:
BMKSearchBase.h:14
BMKBuildingSearchOption
建筑物请求信息类
Definition:
BMKBuildingSearchOption.h:15
制作者
1.8.20