Tencent_Panorama_SDK_v1.1.3
QPanoServices.h
1 //
2 // QPanoServices.h
3 // QPanoramaKit_Debug
4 //
5 // Created by xfang on 15/5/25.
6 // Copyright (c) 2015年 tencent. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
14 @interface QPanoServices : NSObject
15 
16 
17 + (QPanoServices *)sharedServices;
18 
22 @property (nonatomic, copy) NSString *apiKey;
23 
27 @property (nonatomic, readonly) NSString *SDKVersion;
28 
29 
30 
31 @end
区别于QPanoramaService, 该类用于提供SDK版本信息和权限鉴定功能
Definition: QPanoServices.h:14
NSString * apiKey
在创建QMapView之前需要先绑定key
Definition: QPanoServices.h:22
NSString * SDKVersion
SDK 版本号 1.1.3.
Definition: QPanoServices.h:27