高德地图SDK(导航) V10.0.900
Loading...
Searching...
No Matches
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 100001000
16#define MAMapMinRequiredFoundationVersion 10802
17
18// 依赖库版本检测
19#if AMapFoundationVersionNumber < MAMapMinRequiredFoundationVersion
20#error "The AMapFoundationKit version is less than minimum required, please update! Any questions please to visit http://lbs.amap.com"
21#endif
22
23FOUNDATION_EXTERN NSString * const MAMapKitVersion;
24FOUNDATION_EXTERN NSString * const MAMapKitName;
25
26
27#endif /* MAMapVersion_h */
FOUNDATION_EXTERN NSString *const MAMapKitVersion
Definition MAMapVersion.h:23
FOUNDATION_EXTERN NSString *const MAMapKitName
Definition MAMapVersion.h:24
© 2017 高德信息技术有限公司 版权所有,保留所有权利。