My Project
BaiduPanoOverlay.h
Go to the documentation of this file.
1 //
2 // BaiduPanoOverlay.h
3 // BaiduPanoSDK
4 //
5 // Created by bianheshan on 15/4/23.
6 // Copyright (c) 2015年 baidu. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import <CoreLocation/CoreLocation.h>
11 typedef enum : NSUInteger {
16 @interface BaiduPanoOverlay : NSObject
17 @property(strong, nonatomic) NSString *overlayKey;
18 @property(assign, nonatomic) BaiduPanoOverlayType type;
19 @property(assign, nonatomic) CLLocationCoordinate2D coordinate;
20 @property(assign, nonatomic) double height;
21 @end
CLLocationCoordinate2D coordinate
BaiduPanoOverlayType
NSString * overlayKey
BaiduPanoOverlayType type