9#import <BaiduMapAPI_Base/BMKTypes.h>
44@property (nonatomic, copy) NSString *appScheme;
46@property (nonatomic, copy) NSString *appName;
48@property (nonatomic, assign) BOOL isSupportWeb;
52@property (nonatomic, strong) NSArray<BMKPlanNode *> *viaPoints;
59@property (nonatomic, assign)
float height;
61@property (nonatomic, assign)
float width;
63@property (nonatomic, assign)
float weight;
65@property (nonatomic, assign)
float length;
BMK_NAVI_TYPE
Definition BMKNavigation.h:13
@ BMK_NAVI_TYPE_NATIVE
Definition BMKNavigation.h:14
@ BMK_NAVI_TYPE_WEB
客户端导航
Definition BMKNavigation.h:15
BMK_NAVI_ROUTE_PLAN_TYPE
Definition BMKNavigation.h:19
@ BMK_NAVI_ROUTE_PLAN_TYPE_BLK
Definition BMKNavigation.h:20
@ BMK_NAVI_ROUTE_PLAN_TYPE_DEFAULT
少走高速,避免收费(自驾);不走高速(货车)
Definition BMKNavigation.h:24
@ BMK_NAVI_ROUTE_PLAN_TYPE_ECONOMICS
智能推荐
Definition BMKNavigation.h:25
@ BMK_NAVI_ROUTE_PLAN_TYPE_TIME
躲避拥堵(自驾)
Definition BMKNavigation.h:21
@ BMK_NAVI_ROUTE_PLAN_TYPE_DIS
最短时间,高速优先(自驾)
Definition BMKNavigation.h:22
@ BMK_NAVI_ROUTE_PLAN_TYPE_FEE
最短路程,不走高速(自驾);不支持(货车)
Definition BMKNavigation.h:23
BMKOpenErrorCode
调起百度地图结果状态码
Definition BMKTypes.h:124
此类管理调起导航时传入的参数
Definition BMKNavigation.h:30
BMKPlanNode * _endPoint
Definition BMKNavigation.h:32
NSString * _appScheme
Definition BMKNavigation.h:34
BMKPlanNode * _startPoint
Definition BMKNavigation.h:31
BMK_NAVI_TYPE naviType __deprecated_msg("自2.8.0开始废弃")
导航类型 注:自2.8.0开始废弃,只支持调起客户端导航,在调起客户端导航时,才会调起web导航
BMK_NAVI_TYPE _naviType
Definition BMKNavigation.h:33
NSString * _appName
Definition BMKNavigation.h:35
调起百度地图 – 导航(驾车、步行、骑行、新能源、摩托车、货车)
Definition BMKNavigation.h:91
线路检索节点信息,一个路线检索节点可以通过经纬度坐标或城市名加地名确定
Definition BMKTypes.h:309
货车导航参数
Definition BMKNavigation.h:58
int emissionLimit
排放标准 。取值范围1-6,对 应国1-国6标准,可选
Definition BMKNavigation.h:83
BOOL loadWeight
核定载重。单位吨,范围[0,100],可选
Definition BMKNavigation.h:85
BOOL isTrailer
是否挂车,可选
Definition BMKNavigation.h:71
NSString * plateProvince
车牌省份,如京,粤,可选
Definition BMKNavigation.h:73
float height
车辆高度,单位米,范围[0,10],可选
Definition BMKNavigation.h:59
float axleWeight
轴重,单位吨,范围[0,100],可选
Definition BMKNavigation.h:67
float weight
车辆总重,单位吨,范围[0,100],可选
Definition BMKNavigation.h:63
float length
车辆长度,单位米,范围[0,25],可选
Definition BMKNavigation.h:65
float width
车辆宽度, 单位米,范围[0,5],可选
Definition BMKNavigation.h:61
int plateColor
车牌颜色,0:蓝色(默认) 1:黄 2:黑 3:白 4:绿,可选
Definition BMKNavigation.h:77
int powerType
动力类型1-汽油;2-柴油;3-电动;4-混合,可选
Definition BMKNavigation.h:81
int axleCount
轴数,范围[0, 50],可选
Definition BMKNavigation.h:69
float displacement
百公里油耗,单位L,可选
Definition BMKNavigation.h:79
NSString * plateNumber
车牌号码,省份外的号码,如B69999,可选
Definition BMKNavigation.h:75