高德地图SDK(导航) V10.0.900
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 10000900
16#define AMapNaviFoundationVersionMinRequired 10802
17#define AMapNavi3DMapVersionMinRequired 90000
18
20#if AMapFoundationVersionNumber < AMapNaviFoundationVersionMinRequired
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#ifdef MAMapVersionNumber
25#if MAMapVersionNumber < AMapNavi3DMapVersionMinRequired
26#error "The MAMapKit(3D Version) version is less than minimum required, please update! Any questions please to visit http://lbs.amap.com"
27#endif
28#endif
29
30FOUNDATION_EXTERN NSString * const AMapNaviVersion;
31FOUNDATION_EXTERN NSString * const AMapNaviName;
32
33#endif /* AMapNaviVersion_h */
FOUNDATION_EXTERN NSString *const AMapNaviVersion
依赖库版本检测
Definition AMapNaviVersion.h:30
FOUNDATION_EXTERN NSString *const AMapNaviName
Definition AMapNaviVersion.h:31
© 2017 高德信息技术有限公司 版权所有,保留所有权利。