高德地图SDK(导航) V11.2.000
Loading...
Searching...
No Matches
AMapNaviVersion.h
Go to the documentation of this file.
1//
2// AMapNaviVersion.h
3// AMapNaviKit
4//
5// Created by AutoNavi on 16/1/7.
6// Copyright © 2016年 Amap. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
11
12#ifndef AMapNaviVersion_h
13#define AMapNaviVersion_h
14
15#define AMapNaviVersionNumber 11020000
16#define AMapNaviFoundationVersionMinRequired 10900
17
18#define AMapNavi3DMapVersionMinRequired 90000
19
21#if AMapFoundationVersionNumber < AMapNaviFoundationVersionMinRequired
22#error "The AMapFoundationKit version is less than minimum required, please update! Any questions please to visit http://lbs.amap.com"
23#endif
24
25#ifdef MAMapVersionNumber
26#if MAMapVersionNumber < AMapNavi3DMapVersionMinRequired
27#error "The MAMapKit(3D Version) version is less than minimum required, please update! Any questions please to visit http://lbs.amap.com"
28#endif
29#endif
30
31FOUNDATION_EXTERN NSString * const AMapNaviVersion;
32FOUNDATION_EXTERN NSString * const AMapNaviName;
33
34#endif /* AMapNaviVersion_h */
FOUNDATION_EXTERN NSString *const AMapNaviVersion
依赖库版本检测 Dependency library version detection
Definition AMapNaviVersion.h:31
FOUNDATION_EXTERN NSString *const AMapNaviName
Definition AMapNaviVersion.h:32
© 2017 高德信息技术有限公司 版权所有,保留所有权利。