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

公交换乘路段,如果walking和buslines同时有值,则是先walking后buslines More...

#import <AMapCommonObj.h>

Inheritance diagram for AMapSegment:
AMapSearchObject

Properties

AMapWalkingwalking
 此路段步行导航信息 More...
 
NSArray< AMapBusLine * > * buslines
 此路段可供选择的不同公交线路 AMapBusLine 数组 More...
 
AMapTaxitaxi
 出租车信息,跨城时有效 More...
 
AMapRailwayrailway
 火车信息,跨城时有效 More...
 
NSString * enterName
 入口名称 More...
 
AMapGeoPointenterLocation
 入口经纬度 More...
 
NSString * exitName
 出口名称 More...
 
AMapGeoPointexitLocation
 出口经纬度 More...
 

Additional Inherited Members

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

Detailed Description

公交换乘路段,如果walking和buslines同时有值,则是先walking后buslines

Property Documentation

◆ buslines

- (NSArray<AMapBusLine *>*) buslines
readwritenonatomicstrong

此路段可供选择的不同公交线路 AMapBusLine 数组

◆ enterLocation

- (AMapGeoPoint*) enterLocation
readwritenonatomiccopy

入口经纬度

◆ enterName

- (NSString*) enterName
readwritenonatomiccopy

入口名称

◆ exitLocation

- (AMapGeoPoint*) exitLocation
readwritenonatomiccopy

出口经纬度

◆ exitName

- (NSString*) exitName
readwritenonatomiccopy

出口名称

◆ railway

- (AMapRailway*) railway
readwritenonatomicstrong

火车信息,跨城时有效

◆ taxi

- (AMapTaxi*) taxi
readwritenonatomicstrong

出租车信息,跨城时有效

◆ walking

- (AMapWalking*) walking
readwritenonatomicstrong

此路段步行导航信息


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