BaiduMap_IOSSDK_v4.2.1_Docs
|
此类表示路线中的一个路段(基类) 更多...
#import <BMKRouteSearchType.h>
Protected 属性 | |
int | _distance |
int | _duration |
BMKMapPoint * | _points |
int | _pointsCount |
属性 | |
int | distance |
路段长度 单位: 米 | |
int | duration |
路段耗时 单位: 秒 | |
BMKMapPoint * | points |
路段所经过的地理坐标集合 | |
int | pointsCount |
路段所经过的地理坐标集合内点的个数 | |
此类表示路线中的一个路段(基类)