From 3e8437ae559487362fae3525beb79c534c213a51 Mon Sep 17 00:00:00 2001 From: 单军华 Date: Thu, 12 Jul 2018 13:44:34 +0800 Subject: [PATCH] bug修复和功能优化 --- screendisplay/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Utils.framework/Headers/BMKOpenRoute.h | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 45 insertions(+), 0 deletions(-) diff --git a/screendisplay/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Utils.framework/Headers/BMKOpenRoute.h b/screendisplay/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Utils.framework/Headers/BMKOpenRoute.h new file mode 100644 index 0000000..ea80b58 --- /dev/null +++ b/screendisplay/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Utils.framework/Headers/BMKOpenRoute.h @@ -0,0 +1,45 @@ +// +// BMKOpenRoute.h +// UtilsComponent +// +// Created by wzy on 15/3/26. +// Copyright (c) 2015��� baidu. All rights reserved. +// + +#ifndef UtilsComponent_BMKOpenRoute_h +#define UtilsComponent_BMKOpenRoute_h +#import "BMKOpenRouteOption.h" +#import <BaiduMapAPI_Base/BMKTypes.h> + +///������������������ -- ������ +///���������iphone������������ 8.2.0������������������ +@interface BMKOpenRoute : NSObject + +/** + * ������������������������������������ + * ���������iphone������������ 8.2.0������������������ + *@param option ������������������������BMKOpenWalkingRouteOption��� + *@return ������������ + */ ++ (BMKOpenErrorCode)openBaiduMapWalkingRoute:(BMKOpenWalkingRouteOption *) option; + +/** + * ������������������������������������ + * ���������iphone������������ 8.2.0������������������ + *@param option ������������������������BMKOpenTransitRouteOption��� + *@return ������������ + */ ++ (BMKOpenErrorCode)openBaiduMapTransitRoute:(BMKOpenTransitRouteOption *) option; + +/** + * ������������������������������������������ + * ���������iphone������������ 8.2.0������������������ + *@param option ������������������������BMKOpenDrivingRouteOption��� + *@return ������������ + */ ++ (BMKOpenErrorCode)openBaiduMapDrivingRoute:(BMKOpenDrivingRouteOption *) option; + +@end + + +#endif -- Gitblit v1.8.0