|
iOS高德地图SDK(搜索) V9.8.0
|
公交线路 More...
#include <AMapCommonObj.h>
Properties | |
| NSString * | uid |
| 公交线路ID | |
| NSString * | type |
| 公交类型 | |
| NSString * | name |
| 公交线路名称 | |
| NSString * | polyline |
| 坐标集合 | |
| NSString * | citycode |
| 城市编码 | |
| NSString * | startStop |
| 首发站 | |
| NSString * | endStop |
| 终点站 | |
| AMapGeoPoint * | location |
| 当查询公交站点时,返回的 AMapBusLine 中含有该字段 | |
| NSString * | startTime |
| 首班车时间 | |
| NSString * | endTime |
| 末班车时间 | |
| NSString * | company |
| 所属公交公司 | |
| CGFloat | distance |
| 距离。在公交线路查询时,该值为此线路的全程距离,单位为千米; 在公交路径规划时,该值为乘坐此路公交车的行驶距离,单位为米 | |
| CGFloat | basicPrice |
| 起步价 | |
| CGFloat | totalPrice |
| 全程票价 | |
| AMapGeoPolygon * | bounds |
| 矩形区域左下、右上顶点坐标 | |
| NSArray< AMapBusStop * > * | busStops |
| 本线路公交站 AMapBusStop 数组 | |
| AMapBusStop * | departureStop |
| 起程站 | |
| AMapBusStop * | arrivalStop |
| 下车站 | |
| NSArray< AMapBusStop * > * | viaBusStops |
| 途径公交站 AMapBusStop 数组 | |
| NSInteger | duration |
| 预计行驶时间(单位:秒) | |
| NSInteger | viaNum |
| 此段途径公交站数 | |
Additional Inherited Members | |
Instance Methods inherited from AMapSearchObject | |
| (NSString *) | - formattedDescription |
| 返回格式化的描述信息。通用数据结构和response类型有效。 | |
公交线路
|
readwritenonatomicstrong |
下车站
|
readwritenonatomicassign |
起步价
|
readwritenonatomiccopy |
矩形区域左下、右上顶点坐标
|
readwritenonatomicstrong |
本线路公交站 AMapBusStop 数组
|
readwritenonatomiccopy |
城市编码
|
readwritenonatomiccopy |
所属公交公司
|
readwritenonatomicstrong |
起程站
|
readwritenonatomicassign |
距离。在公交线路查询时,该值为此线路的全程距离,单位为千米; 在公交路径规划时,该值为乘坐此路公交车的行驶距离,单位为米
|
readwritenonatomicassign |
预计行驶时间(单位:秒)
|
readwritenonatomiccopy |
终点站
|
readwritenonatomiccopy |
末班车时间
|
readwritenonatomiccopy |
当查询公交站点时,返回的 AMapBusLine 中含有该字段
|
readwritenonatomiccopy |
公交线路名称
|
readwritenonatomiccopy |
坐标集合
|
readwritenonatomiccopy |
首发站
|
readwritenonatomiccopy |
首班车时间
|
readwritenonatomicassign |
全程票价
|
readwritenonatomiccopy |
公交类型
|
readwritenonatomiccopy |
公交线路ID
|
readwritenonatomicstrong |
途径公交站 AMapBusStop 数组
|
readwritenonatomicassign |
此段途径公交站数