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

公交路径规划 More...

#import <AMapSearchObj.h>

Inheritance diagram for AMapTransitRouteSearchRequest:
AMapRouteSearchBaseRequest AMapSearchObject

Properties

NSInteger strategy
 公交换乘策略([default = 0]) More...
 
NSString * city
 起点所在城市, 必填. 仅支持citycode More...
 
NSString * destinationCity
 目的地所在城市, 必填. 仅支持citycode,与city相同时代表同城,不同时代表跨城 More...
 
BOOL nightflag
 是否包含夜班车,默认为 NO More...
 
NSString * originPOI
 起点POI ID More...
 
NSString * destinationPOI
 目的地POI ID More...
 
NSString * adcode
 起点所在行政区域编码 More...
 
NSString * destinationAdcode
 终点所在行政区域编码 More...
 
NSInteger alternativeRoute
 返回方案条数 可传入1-10的阿拉伯数字,代表返回的不同条数。默认值:5 More...
 
BOOL multiExport
 是否返回所有地铁出入口,默认为NO More...
 
NSInteger maxTrans
 最大换乘次数 0:直达 1:最多换乘1次 2:最多换乘2次 3:最多换乘3次 4:最多换乘4次。默认值:4 More...
 
NSString * date
 请求日期 例如:2013-10-28 More...
 
NSString * time
 请求时间 例如:9-54 More...
 
AMapTransitRouteShowFieldsType showFieldsType
 返回结果控制 More...
 
- Properties inherited from AMapRouteSearchBaseRequest
AMapGeoPointorigin
 出发点 More...
 
AMapGeoPointdestination
 目的地 More...
 

Additional Inherited Members

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

Detailed Description

公交路径规划

Property Documentation

◆ adcode

- (NSString*) adcode
readwritenonatomiccopy

起点所在行政区域编码

◆ alternativeRoute

- (NSInteger) alternativeRoute
readwritenonatomicassign

返回方案条数 可传入1-10的阿拉伯数字,代表返回的不同条数。默认值:5

◆ city

- (NSString*) city
readwritenonatomiccopy

起点所在城市, 必填. 仅支持citycode

◆ date

- (NSString*) date
readwritenonatomiccopy

请求日期 例如:2013-10-28

◆ destinationAdcode

- (NSString*) destinationAdcode
readwritenonatomiccopy

终点所在行政区域编码

◆ destinationCity

- (NSString*) destinationCity
readwritenonatomiccopy

目的地所在城市, 必填. 仅支持citycode,与city相同时代表同城,不同时代表跨城

◆ destinationPOI

- (NSString*) destinationPOI
readwritenonatomiccopy

目的地POI ID

◆ maxTrans

- (NSInteger) maxTrans
readwritenonatomicassign

最大换乘次数 0:直达 1:最多换乘1次 2:最多换乘2次 3:最多换乘3次 4:最多换乘4次。默认值:4

◆ multiExport

- (BOOL) multiExport
readwritenonatomicassign

是否返回所有地铁出入口,默认为NO

◆ nightflag

- (BOOL) nightflag
readwritenonatomicassign

是否包含夜班车,默认为 NO

◆ originPOI

- (NSString*) originPOI
readwritenonatomiccopy

起点POI ID

◆ showFieldsType

- (AMapTransitRouteShowFieldsType) showFieldsType
readwritenonatomicassign

返回结果控制

◆ strategy

- (NSInteger) strategy
readwritenonatomicassign

公交换乘策略([default = 0])

◆ time

- (NSString*) time
readwritenonatomiccopy

请求时间 例如:9-54


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