iOS高德地图SDK(搜索) V9.8.0
Loading...
Searching...
No Matches
AMapSegment Class Reference

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

#include <AMapCommonObj.h>

Inheritance diagram for AMapSegment:
AMapSearchObject

Properties

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

Additional Inherited Members

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

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 高德信息技术有限公司 版权所有,保留所有权利。