My Project
BaiduLocationPanoData.h
Go to the documentation of this file.
1 //
2 // BaiduLocationPanoData.h
3 // BaiduPanoSDK
4 //
5 // Created by bianheshan on 15/7/9.
6 // Copyright (c) 2015年 baidu. All rights reserved.
7 //
8 
9 #import "BaiduPanoData.h"
10 
12 
13 @property (copy, nonatomic) NSString *pid;// 某一地点的全景图区唯一ID
14 @property (copy, nonatomic) NSString *roadName;// 当前地点道路名称
15 @property (copy, nonatomic) NSString *mode; // 模式
16 
17 @end