OpenSDKv5.7.2
属性 | 所有成员列表
BNRouteDetailInfo类 参考

路线详情信息 更多...

#import <BNRoutePlanModel.h>

类 BNRouteDetailInfo 继承关系图:
Inheritance graph
[图例]
BNRouteDetailInfo 的协作图:
Collaboration graph
[图例]

属性

int unLabel
 路线标签 更多...
 
int unLength
 总长度,单位米 更多...
 
int unPasstime
 总时间,单位秒 更多...
 
NSArray * routeItemList
 路段详情列表,每一个元素是BNaviRouteItem类型 更多...
 
BOOL bTolled
 是否包含收费路段 更多...
 

详细描述

路线详情信息

在文件 BNRoutePlanModel.h132 行定义.

属性说明

◆ bTolled

- (BOOL) bTolled
readwritenonatomicassign

是否包含收费路段

在文件 BNRoutePlanModel.h157 行定义.

◆ routeItemList

- (NSArray*) routeItemList
readwritenonatomicstrong

路段详情列表,每一个元素是BNaviRouteItem类型

在文件 BNRoutePlanModel.h152 行定义.

◆ unLabel

- (int) unLabel
readwritenonatomicassign

路线标签

在文件 BNRoutePlanModel.h137 行定义.

◆ unLength

- (int) unLength
readwritenonatomicassign

总长度,单位米

在文件 BNRoutePlanModel.h142 行定义.

◆ unPasstime

- (int) unPasstime
readwritenonatomicassign

总时间,单位秒

在文件 BNRoutePlanModel.h147 行定义.


该类的文档由以下文件生成: