62 lines
1.8 KiB
Objective-C
62 lines
1.8 KiB
Objective-C
//
|
|
// AMapNaviKit.h
|
|
// AMapNaviKit
|
|
//
|
|
// Created by AutoNavi on 14-7-4.
|
|
// Copyright (c) 2014年 Amap. All rights reserved.
|
|
//
|
|
|
|
#import <AMapNaviKit/AMapNaviVersion.h>
|
|
#import <AMapNaviKit/AMapNaviCommonObj.h>
|
|
|
|
#import <AMapNaviKit/AMapNaviInfo.h>
|
|
#import <AMapNaviKit/AMapNaviRoute.h>
|
|
#import <AMapNaviKit/AMapNaviLocation.h>
|
|
#import <AMapNaviKit/AMapNaviStatisticsInfo.h>
|
|
|
|
#import <AMapNaviKit/AMapNaviBaseManager.h>
|
|
#import <AMapNaviKit/AMapNaviDriveManager.h>
|
|
#import <AMapNaviKit/AMapNaviDriveDataRepresentable.h>
|
|
#import <AMapNaviKit/AMapNaviWalkManager.h>
|
|
#import <AMapNaviKit/AMapNaviWalkDataRepresentable.h>
|
|
#import <AMapNaviKit/AMapNaviRideManager.h>
|
|
#import <AMapNaviKit/AMapNaviRideDataRepresentable.h>
|
|
#import <AMapNaviKit/AMapNaviEleBikeManager.h>
|
|
#import <AMapNaviKit/AMapNaviManagerConfig.h>
|
|
|
|
#if __has_include(<AMapNaviKit/AMapNaviTrafficBarView.h>)
|
|
#import <AMapNaviKit/AMapNaviTrafficBarView.h>
|
|
#endif
|
|
|
|
#if __has_include(<AMapNaviKit/AMapNaviHeaderHandler.h>)
|
|
#import <AMapNaviKit/AMapNaviHeaderHandler.h>
|
|
#endif
|
|
|
|
#if __has_include(<AMapNaviKit/AMapNaviDriveView.h>)
|
|
#import <AMapNaviKit/AMapNaviDriveView.h>
|
|
#endif
|
|
|
|
#if __has_include(<AMapNaviKit/AMapNaviWalkView.h>)
|
|
#import <AMapNaviKit/AMapNaviWalkView.h>
|
|
#endif
|
|
|
|
#if __has_include(<AMapNaviKit/AMapNaviRideView.h>)
|
|
#import <AMapNaviKit/AMapNaviRideView.h>
|
|
#endif
|
|
|
|
#if __has_include(<AMapNaviKit/AMapNaviHUDView.h>)
|
|
#import <AMapNaviKit/AMapNaviHUDView.h>
|
|
#endif
|
|
|
|
#if __has_include(<AMapNaviKit/AMapNaviCompositeManager.h>)
|
|
#import <AMapNaviKit/AMapNaviCompositeManager.h>
|
|
#endif
|
|
|
|
#if __has_include(<AMapNaviKit/AMapNaviCompositeUserConfig.h>)
|
|
#import <AMapNaviKit/AMapNaviCompositeUserConfig.h>
|
|
#endif
|
|
|
|
#if __has_include(<AMapNaviKit/AMapNaviCompositeAnnotation.h>)
|
|
#import <AMapNaviKit/AMapNaviCompositeAnnotation.h>
|
|
#endif
|