| java.lang.Object | |
| ↳ | com.tencent.navix.api.model.NavRouteSegment |
路线Segment信息
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| NavRouteSegment(int from, int to, int distance, String roadName, String action, String direction, int numTrafficLight, List<NavRouteSegmentRoadName> roadnames, int adcode) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int |
getAdCode()
AdCode
| ||||||||||
| String |
getDirection()
Segment方向
| ||||||||||
| int |
getDistance()
距离,米
| ||||||||||
| int |
getFrom()
起点Index
| ||||||||||
| int |
getNumTrafficLight()
红绿灯数
| ||||||||||
| String |
getRoadName()
路名
| ||||||||||
| List<NavRouteSegmentRoadName> |
getRoadNames()
Segment路名列表
| ||||||||||
| int |
getTo()
终点Index
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
AdCode
Segment方向
距离,米
起点Index
红绿灯数
路名
终点Index