| java.lang.Object | |
| ↳ | com.tencent.map.lssupport.bean.TLSBRouteExplain |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| TLSBRouteExplain() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | getContent() | ||||||||||
| int | getFrom() | ||||||||||
| List<TLSLatlng> | getPoints() | ||||||||||
| int | getRouteExplainType() | ||||||||||
| int | getTo() | ||||||||||
| void | setContent(String content) | ||||||||||
| void | setFrom(int from) | ||||||||||
| void | setPoints(List<TLSLatlng> mPoints) | ||||||||||
| void | setRouteExplainType(int routeExplainType) | ||||||||||
| void | setTo(int to) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||