iOS高德地图SDK(3D)  V7.5.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 "MAConfig.h"
10 #import <AMapFoundationKit/AMapFoundationVersion.h>
11 
12 #ifndef MAMapVersion_h
13 #define MAMapVersion_h
14 
15 #define MAMapVersionNumber 70500
16 
17 #define MAMapMinRequiredFoundationVersion 10603
18 
19 // 依赖库版本检测
20 #if AMapFoundationVersionNumber < MAMapMinRequiredFoundationVersion
21 #error "The AMapFoundationKit version is less than minimum required, please update! Any questions please to visit http://lbs.amap.com"
22 #endif
23 
24 FOUNDATION_EXTERN NSString * const MAMapKitVersion;
25 FOUNDATION_EXTERN NSString * const MAMapKitName;
26 
27 
28 #endif /* MAMapVersion_h */
FOUNDATION_EXTERN NSString *const MAMapKitName
Definition: MAMapVersion.h:25
FOUNDATION_EXTERN NSString *const MAMapKitVersion
Definition: MAMapVersion.h:24
© 2017 高德信息技术有限公司 版权所有,保留所有权利。