百度地图SDK for iOS v4.0.0 类参考
|
此类表示公交换乘路线中的一个路段 更多...
#import <BMKRouteSearchType.h>
Protected 属性 | |
BMKRouteNode * | _entrace |
BMKRouteNode * | _exit |
NSString * | _instruction |
BMKTransitStepType | _stepType |
BMKVehicleInfo * | _vehicleInfo |
![]() | |
int | _distance |
int | _duration |
BMKMapPoint * | _points |
int | _pointsCount |
属性 | |
BMKRouteNode * | entrace |
路段入口信息 | |
BMKRouteNode * | exit |
路段出口信息 | |
NSString * | instruction |
路段换乘说明 | |
BMKTransitStepType | stepType |
路段类型 | |
BMKVehicleInfo * | vehicleInfo |
当路段为公交路段或地铁路段时,可以获取交通工具信息 | |
![]() | |
int | distance |
路段长度 单位: 米 | |
int | duration |
路段耗时 单位: 秒 | |
BMKMapPoint * | points |
路段所经过的地理坐标集合 | |
int | pointsCount |
路段所经过的地理坐标集合内点的个数 | |
此类表示公交换乘路线中的一个路段