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