BaiduMap_IOSSDK_v6.5.8_Docs
6.5.8
|
浏览该文件的文档.
9 #import <Foundation/Foundation.h>
11 #import <CoreLocation/CoreLocation.h>
20 @property (nonatomic, assign) CLLocationCoordinate2D startPoint
__deprecated_msg(
"已废弃since 6.4.0,请使用 startNode");
23 @property (nonatomic, assign) CLLocationCoordinate2D endPoint
__deprecated_msg(
"已废弃since 6.4.0,请使用 endNode");
32 @property (nonatomic, copy) NSArray<BMKWalkNaviRouteNodeInfo *> *
ViaNodes;
CLLocationCoordinate2D startPoint __deprecated_msg("已废弃since 6.4.0,请使用 startNode")
算路起点
Definition: BMKWalkNaviRouteNodeInfo.h:18
算路起始点设置类
Definition: BMKWalkNaviLaunchParam.h:18
BMKWalkNaviRouteNodeInfo * startNode
算路起点参数 since 6.4.0
Definition: BMKWalkNaviLaunchParam.h:26
CLLocationCoordinate2D endPoint __deprecated_msg("已废弃since 6.4.0,请使用 endNode")
算路终点
BMKWalkNaviRouteNodeInfo * endNode
算路终点参数 since 6.4.0
Definition: BMKWalkNaviLaunchParam.h:29
NSArray< BMKWalkNaviRouteNodeInfo * > * ViaNodes
算路途径点参数 since 6.5.2
Definition: BMKWalkNaviLaunchParam.h:32