iOS息屏导航渲染SDK
0.6.2
Toggle main menu visibility
Loading...
Searching...
No Matches
AMCMapKitVersion.h
Go to the documentation of this file.
1
//
2
// AMCMapKitVersion.h
3
// AMCMapKit
4
//
5
// Created by lly on 2024/1/9.
6
//
7
8
#ifndef AMCMapKitVersion_h
9
#define AMCMapKitVersion_h
10
11
#import <Foundation/Foundation.h>
12
#import <AMapNaviKit/AMapNaviVersion.h>
13
14
FOUNDATION_EXTERN NSString *
const
AMCMapKitVersion
;
15
16
// AMapNavi依赖库版本检测
17
//AMapNavi dependency library version detection
18
#define AMCMapKitRequiredNaviVersion 90801
19
#if AMapNaviVersionNumber < AMCMapKitRequiredNaviVersion
20
#error "The AMapNavi version is not AMCMapKit required, please update! Any questions please to visit http://lbs.amap.com"
21
#endif
22
23
#endif
/* AMCMapKitVersion_h */
AMCMapKitVersion
FOUNDATION_EXTERN NSString *const AMCMapKitVersion
Definition
AMCMapKitVersion.h:14
© 2024 高德信息技术有限公司版权所有,保留所有权利。