iOS高德地图SDK(搜索)  V9.5.0
AMapBusLine Class Reference

公交线路 More...

#import <AMapCommonObj.h>

Inheritance diagram for AMapBusLine:
AMapSearchObject

Properties

NSString * uid
 公交线路ID More...
 
NSString * type
 公交类型 More...
 
NSString * name
 公交线路名称 More...
 
NSString * polyline
 坐标集合 More...
 
NSString * citycode
 城市编码 More...
 
NSString * startStop
 首发站 More...
 
NSString * endStop
 终点站 More...
 
AMapGeoPointlocation
 当查询公交站点时,返回的 AMapBusLine 中含有该字段 More...
 
NSString * startTime
 首班车时间 More...
 
NSString * endTime
 末班车时间 More...
 
NSString * company
 所属公交公司 More...
 
CGFloat distance
 距离。在公交线路查询时,该值为此线路的全程距离,单位为千米; 在公交路径规划时,该值为乘坐此路公交车的行驶距离,单位为米 More...
 
CGFloat basicPrice
 起步价 More...
 
CGFloat totalPrice
 全程票价 More...
 
AMapGeoPolygonbounds
 矩形区域左下、右上顶点坐标 More...
 
NSArray< AMapBusStop * > * busStops
 本线路公交站 AMapBusStop 数组 More...
 
AMapBusStopdepartureStop
 起程站 More...
 
AMapBusStoparrivalStop
 下车站 More...
 
NSArray< AMapBusStop * > * viaBusStops
 途径公交站 AMapBusStop 数组 More...
 
NSInteger duration
 预计行驶时间(单位:秒) More...
 
NSInteger viaNum
 此段途径公交站数 More...
 

Additional Inherited Members

- Instance Methods inherited from AMapSearchObject
(NSString *) - formattedDescription
 返回格式化的描述信息。通用数据结构和response类型有效。 More...
 

Detailed Description

公交线路

Property Documentation

◆ arrivalStop

- (AMapBusStop*) arrivalStop
readwritenonatomicstrong

下车站

◆ basicPrice

- (CGFloat) basicPrice
readwritenonatomicassign

起步价

◆ bounds

- (AMapGeoPolygon*) bounds
readwritenonatomiccopy

矩形区域左下、右上顶点坐标

◆ busStops

- (NSArray<AMapBusStop *>*) busStops
readwritenonatomicstrong

本线路公交站 AMapBusStop 数组

◆ citycode

- (NSString*) citycode
readwritenonatomiccopy

城市编码

◆ company

- (NSString*) company
readwritenonatomiccopy

所属公交公司

◆ departureStop

- (AMapBusStop*) departureStop
readwritenonatomicstrong

起程站

◆ distance

- (CGFloat) distance
readwritenonatomicassign

距离。在公交线路查询时,该值为此线路的全程距离,单位为千米; 在公交路径规划时,该值为乘坐此路公交车的行驶距离,单位为米

◆ duration

- (NSInteger) duration
readwritenonatomicassign

预计行驶时间(单位:秒)

◆ endStop

- (NSString*) endStop
readwritenonatomiccopy

终点站

◆ endTime

- (NSString*) endTime
readwritenonatomiccopy

末班车时间

◆ location

- (AMapGeoPoint*) location
readwritenonatomiccopy

当查询公交站点时,返回的 AMapBusLine 中含有该字段

◆ name

- (NSString*) name
readwritenonatomiccopy

公交线路名称

◆ polyline

- (NSString*) polyline
readwritenonatomiccopy

坐标集合

◆ startStop

- (NSString*) startStop
readwritenonatomiccopy

首发站

◆ startTime

- (NSString*) startTime
readwritenonatomiccopy

首班车时间

◆ totalPrice

- (CGFloat) totalPrice
readwritenonatomicassign

全程票价

◆ type

- (NSString*) type
readwritenonatomiccopy

公交类型

◆ uid

- (NSString*) uid
readwritenonatomiccopy

公交线路ID

◆ viaBusStops

- (NSArray<AMapBusStop *>*) viaBusStops
readwritenonatomicstrong

途径公交站 AMapBusStop 数组

◆ viaNum

- (NSInteger) viaNum
readwritenonatomicassign

此段途径公交站数


The documentation for this class was generated from the following file:
© 2017 高德信息技术有限公司 版权所有,保留所有权利。