BaiduMap_IOSSDK_v6.6.2_Docs 6.6.2
|
此类表示驾车路线中的一个路段 更多...
#include <BMKRouteSearchType.h>
属性 | |
int | direction |
该路段起点方向值 | |
BMKRouteNode * | entrace |
路段入口信息 | |
NSString * | entraceInstruction |
路段入口的指示信息 | |
BMKRouteNode * | exit |
路段出口信息 | |
NSString * | exitInstruction |
路段出口指示信息 | |
NSString * | instruction |
路段总体指示信息 | |
int | numTurns |
路段需要转弯数 | |
BOOL | hasTrafficsInfo |
路段是否有路况信息 | |
NSArray< NSNumber * > * | traffics |
路段的路况信息,成员为NSNumber。0:无数据;1:畅通;2:缓慢;3:拥堵 4:严重拥堵 | |
int | roadLevel |
NSString * | roadName |
道路名称 Since 6.3.0 | |
属性 继承自 BMKRouteStep | |
int | distance |
路段长度 单位: 米 | |
int | duration |
路段耗时 单位: 秒 | |
BMKMapPoint * | points |
路段所经过的地理坐标集合 | |
int | pointsCount |
路段所经过的地理坐标集合内点的个数 | |
此类表示驾车路线中的一个路段
|
readwritenonatomicassign |
该路段起点方向值
|
readwritenonatomicstrong |
路段入口信息
|
readwritenonatomiccopy |
路段入口的指示信息
|
readwritenonatomicstrong |
路段出口信息
|
readwritenonatomiccopy |
路段出口指示信息
|
readwritenonatomicassign |
路段是否有路况信息
|
readwritenonatomiccopy |
路段总体指示信息
|
readwritenonatomicassign |
路段需要转弯数
|
readwritenonatomicassign |
道路类型(Since 5.1.0) 枚举值:返回0-9之间的值 0:高速路 1:城市高速路 2: 国道 3:省道 4:县道 5:乡镇村道 6:其他道路 7:九级路 8:航线(轮渡) 9:行人道路
|
readwritenonatomiccopy |
道路名称 Since 6.3.0
|
readwritenonatomiccopy |
路段的路况信息,成员为NSNumber。0:无数据;1:畅通;2:缓慢;3:拥堵 4:严重拥堵