高德地图SDK(导航)  V11.1.000
AMapNaviHeaderHandler.h
Go to the documentation of this file.
1 //
2 // AMapNaviHeaderHandler.h
3 // AMapNaviKit
4 //
5 // Created by eidan on 2018/9/21.
6 // Copyright © 2018年 Amap. All rights reserved.
7 //
8 
9 #if __has_include(<AMapNaviKit/MAMapKit.h>)
10 #import <AMapNaviKit/MAMapKit.h>
11 #elif __has_include(<MAMapKit/MAMapKit.h>)
12 #import <MAMapKit/MAMapKit.h>
13 #elif __has_include("MAMapKit.h")
14 #import "MAMapKit.h"
15 #endif
16 
17 #if __has_include(<AMapFoundationKit/AMapFoundationKit.h>)
18 #import <AMapFoundationKit/AMapFoundationKit.h>
19 #elif __has_include(<AMapNaviKit/AMapFoundationKit.h>)
20 #import <AMapNaviKit/AMapFoundationKit.h>
21 #elif __has_include("AMapFoundationKit.h")
22 #import "AMapFoundationKit.h"
23 #endif
24 
25 
© 2017 高德信息技术有限公司 版权所有,保留所有权利。