TencentMapSDK_iOS_3D_v1.3.3
QMapServices.h
1 //
2 // QMapServices.h
3 // QMapKit
4 //
5 // Created by tabsong on 14-9-11.
6 // Copyright (c) 2014年 Tencent. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "QFoundation.h"
11 
15 Q_EXTERN @interface QMapServices : NSObject
16 
17 + (QMapServices *)sharedServices;
18 
22 @property (nonatomic, copy) NSString *apiKey;
23 
27 @property (nonatomic, readonly) NSString *SDKVersion;
28 
29 @end
NSString * SDKVersion
SDK 版本号
Definition: QMapServices.h:27
服务类, 提供SDK版本信息和权限鉴定功能
Definition: QMapServices.h:15
NSString * apiKey
在创建QMapView之前需要先绑定key
Definition: QMapServices.h:22