iOS高德地图SDK(搜索)  V7.4.0
AMapSearchVersion.h
Go to the documentation of this file.
1 //
2 // AMapSearchVersion.h
3 // AMapSearchKit
4 //
5 // Created by xiaoming han on 15/10/27.
6 // Copyright © 2015年 Amap. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import <AMapFoundationKit/AMapFoundationVersion.h>
11 
12 #ifndef AMapSearchVersion_h
13 #define AMapSearchVersion_h
14 
15 #define AMapSearchVersionNumber 70400
16 #define AMapSearchMinRequiredFoundationVersion 10603
17 
18 // 依赖库版本检测
19 #if AMapFoundationVersionNumber < AMapSearchMinRequiredFoundationVersion
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 AMapSearchVersion;
24 FOUNDATION_EXTERN NSString * const AMapSearchName;
25 
26 #endif /* AMapSearchVersion_h */
FOUNDATION_EXTERN NSString *const AMapSearchVersion
Definition: AMapSearchVersion.h:23
FOUNDATION_EXTERN NSString *const AMapSearchName
Definition: AMapSearchVersion.h:24
© 2017 高德信息技术有限公司 版权所有,保留所有权利。