| java.lang.Object | |
| ↳ | com.tencent.navix.api.model.NavRouteExplain |
路线解释性
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| enum | NavRouteExplain.Type | 路线解释性类型 | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| NavRouteExplain(int from, int to, int priority, boolean showIcon, int type, String content, List<LatLng> points, String title) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String |
getContent()
路线解释性内容
| ||||||||||
| int |
getFrom()
起点Index
| ||||||||||
| List<LatLng> |
getPoints()
点串信息
| ||||||||||
| String |
getTitle()
路线解释性标题
| ||||||||||
| int |
getTo()
终点Index
| ||||||||||
| NavRouteExplain.Type |
getType()
获取类型
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
路线解释性内容
起点Index
点串信息
路线解释性标题
终点Index