立得地图iOS SDK 地图&搜索服务参考手册 V1.7.0
LMKMapServices.h
浏览该文件的文档.
1 //
2 // LMKMapServices.h
3 // LeadorMapSDK
4 //
5 // Copyright © 2016年 IShowChina. All rights reserved.
6 //
7 
8 #import <Foundation/Foundation.h>
9 
13 @interface LMKMapServices : NSObject
14 
18 @property (nonatomic, copy) NSString *SDKVersion;
19 
23 + (instancetype)sharedServices;
24 
25 @end
地图服务类
Definition: LMKMapServices.h:13
instancetype sharedServices()
LMKMapServices单例构造方法
NSString * SDKVersion
SDK版本号
Definition: LMKMapServices.h:18