BaiduMap_IOSSDK_v6.6.2_Docs 6.6.2
载入中...
搜索中...
未找到
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
11NS_ASSUME_NONNULL_BEGIN
12
14@interface BMKBuildingSearchOption : NSObject
15
17@property (nonatomic, assign) CLLocationCoordinate2D location;
18
19
20@end
21
22NS_ASSUME_NONNULL_END
建筑物请求信息类
Definition BMKBuildingSearchOption.h:15
CLLocationCoordinate2D location
待解析的经纬度坐标(必选)
Definition BMKBuildingSearchOption.h:17