iOS高德地图SDK(2D)  v5.6.0
MAMapVersion.h
Go to the documentation of this file.
1 //
2 // MAMapVersion.h
3 // MAMapKit
4 //
5 // Created by yi chen on 2/24/16.
6 // Copyright © 2016 Amap. All rights reserved.
7 //
8 
9 #import <AMapFoundationKit/AMapFoundationVersion.h>
10 
11 #ifndef MAMapVersion_h
12 #define MAMapVersion_h
13 
14 #define MAMapVersionNumber 50600
15 #define MAMapMinRequiredFoundationVersion 10400
16 
17 // 依赖库版本检测
18 #if AMapFoundationVersionNumber < MAMapMinRequiredFoundationVersion
19 #error "The AMapFoundationKit version is less than minimum required, please update! Any questions please to visit http://lbs.amap.com"
20 #endif
21 
22 FOUNDATION_EXTERN NSString * const MAMapKitVersion;
23 FOUNDATION_EXTERN NSString * const MAMapKitName;
24 
25 
26 #endif /* MAMapVersion_h */
FOUNDATION_EXTERN NSString *const MAMapKitName
Definition: MAMapVersion.h:23
FOUNDATION_EXTERN NSString *const MAMapKitVersion
Definition: MAMapVersion.h:22
© 2017 高德信息技术有限公司 版权所有,保留所有权利。