百度地图SDK for iOS v4.0.0 类参考
BMKSCTXPOIPointInfo.h
1 //
2 // BMKSCTXPOIPointInfo.h
3 // BaiduMapAPI_SCTX
4 //
5 // Created by Daniel Bey on 2017年11月22日.
6 // Copyright © 2017 Baidu. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import <CoreLocation/CoreLocation.h>
11 
15 @interface BMKSCTXPOIPointInfo : NSObject
16 
20 @property (nonatomic, assign) CLLocationCoordinate2D coordinate;
21 
25 @property (nonatomic, copy) NSString* poiID;
26 
30 @property (nonatomic, copy) NSString* poiKeyword;
31 
32 @end
Definition: BMKSCTXPOIPointInfo.h:15
CLLocationCoordinate2D coordinate
Definition: BMKSCTXPOIPointInfo.h:20
NSString * poiID
Definition: BMKSCTXPOIPointInfo.h:25
NSString * poiKeyword
Definition: BMKSCTXPOIPointInfo.h:30