BaiduMap_IOSSDK_v6.5.5doc_Docs  6.5.5
BMKBuildingSearchOption.h
浏览该文件的文档.
1 //
2 // BMKBuildingSearchOption.h
3 // BaiduMapAPI_Search
4 //
5 // Created by zhangbaojin on 2021/4/19.
6 // Copyright © 2021 Baidu. All rights reserved.
7 //
8 
9 #import <CoreLocation/CoreLocation.h>
10 
11 NS_ASSUME_NONNULL_BEGIN
12 
14 @interface BMKBuildingSearchOption : NSObject
15 
17 @property (nonatomic, assign) CLLocationCoordinate2D location;
18 
19 
20 @end
21 
22 NS_ASSUME_NONNULL_END
BMKBuildingSearchOption::location
CLLocationCoordinate2D location
待解析的经纬度坐标(必选)
Definition: BMKBuildingSearchOption.h:17
BMKBuildingSearchOption
建筑物请求信息类
Definition: BMKBuildingSearchOption.h:15