public class

NavRouteExplain

extends Object
java.lang.Object
   ↳ com.tencent.navix.api.model.NavRouteExplain

Class Overview

路线解释性

Summary

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

Public Constructors

public NavRouteExplain (int from, int to, int priority, boolean showIcon, int type, String content, List<LatLng> points, String title)

Public Methods

public String getContent ()

路线解释性内容

public int getFrom ()

起点Index

Returns
  • 起点Index

public List<LatLng> getPoints ()

点串信息

Returns
  • 点串信息

public String getTitle ()

路线解释性标题

Returns
  • 路线解释性标题

public int getTo ()

终点Index

Returns
  • 终点Index

public NavRouteExplain.Type getType ()

获取类型

Returns
  • 类型