高德地图SDK(定位)  V2.6.5
AMapLocationVersion.h
Go to the documentation of this file.
1 //
2 // AMapLoctionVersion.h
3 // AMapLocationKit
4 //
5 // Created by AutoNavi on 16/1/22.
6 // Copyright © 2016年 Amap. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import <AMapFoundationKit/AMapFoundationVersion.h>
11 
12 #ifndef AMapLoctionVersion_h
13 #define AMapLoctionVersion_h
14 
15 #define AMapLocationVersionNumber 20605
16 #define AMapLocationFoundationVersionMinRequired 10400
17 
18 // 依赖库版本检测
19 #if AMapFoundationVersionNumber < AMapLocationFoundationVersionMinRequired
20 #error "The AMapFoundationKit version is less than minimum required, please update! Any questions please to visit http://lbs.amap.com"
21 #endif
22 
23 FOUNDATION_EXTERN NSString * const AMapLocationVersion;
24 FOUNDATION_EXTERN NSString * const AMapLocationName;
25 
26 #endif /* AMapLoctionVersion_h */
FOUNDATION_EXTERN NSString *const AMapLocationVersion
Definition: AMapLocationVersion.h:23
FOUNDATION_EXTERN NSString *const AMapLocationName
Definition: AMapLocationVersion.h:24
© 2017 高德信息技术有限公司 版权所有,保留所有权利。