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

步行路径规划 More...

#import <AMapSearchObj.h>

Inheritance diagram for AMapWalkingRouteSearchRequest:
AMapRouteSearchBaseRequest AMapSearchObject

Properties

NSInteger multipath
 是否提供备选步行方案([default = 0])0-只提供一条步行方案; 1-提供备选步行方案(有可能无备选方案) More...
 
NSInteger isindoor
 是否需要室内算路. 0 : 不需要 (默认值); 1 : 需要 More...
 
NSInteger alternativeRoute
 返回路线条数, 0: 默认返回一条路线方案; 1 : 多备选路线中第一条路线; 2 : 多备选路线中前两条路线; 3 : 多备选路线中三条路线 More...
 
AMapWalkingRouteShowFieldType showFieldsType
 设置需要返回的扩展信息,默认为AMapPOISearchShowFieldsTypeNone,只返回基础信息字段 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

◆ alternativeRoute

- (NSInteger) alternativeRoute
readwritenonatomicassign

返回路线条数, 0: 默认返回一条路线方案; 1 : 多备选路线中第一条路线; 2 : 多备选路线中前两条路线; 3 : 多备选路线中三条路线

◆ isindoor

- (NSInteger) isindoor
readwritenonatomicassign

是否需要室内算路. 0 : 不需要 (默认值); 1 : 需要

◆ multipath

- (NSInteger) multipath
readwritenonatomicassign

是否提供备选步行方案([default = 0])0-只提供一条步行方案; 1-提供备选步行方案(有可能无备选方案)

◆ showFieldsType

- (AMapWalkingRouteShowFieldType) showFieldsType
readwritenonatomicassign

设置需要返回的扩展信息,默认为AMapPOISearchShowFieldsTypeNone,只返回基础信息字段


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