9 #ifndef BMKOpenPanorama_h 10 #define BMKOpenPanorama_h 12 #import <BaiduMapAPI_Base/BMKTypes.h> 13 #import "BMKOpenOption.h" 15 @protocol BMKOpenPanoramaDelegate;
21 @property (nonatomic, strong) NSString*
poiUid;
28 @property (nonatomic, weak) id<BMKOpenPanoramaDelegate> delegate;
40 @protocol BMKOpenPanoramaDelegate <NSObject>
42 - (void)onGetOpenPanoramaStatus:(BMKOpenErrorCode) ecode;
调起百度地图全景参数类
Definition: BMKOpenPanorama.h:18
调起百度地图参数基类
Definition: BMKOpenOption.h:13
NSString * poiUid
poi的uid
Definition: BMKOpenPanorama.h:21
调起百度地图 – 全景
Definition: BMKOpenPanorama.h:26