public class

NavParallelRoadStatus

extends BaseModel
java.lang.Object
   ↳ com.tencent.navix.api.model.BaseModel
     ↳ com.tencent.navix.api.model.NavParallelRoadStatus

Class Overview

导航道路状态

Summary

Public Constructors
NavParallelRoadStatus(int currentRoadType, int firstHintType, int secHintType)
Public Methods
NavRoadType getCurrentRoadType()
当前路线类型
NavRoadType getFirstHintType()
路线类型切换提示,第一类型
NavRoadType getSecHintType()
路线类型切换提示,第二类型
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public NavParallelRoadStatus (int currentRoadType, int firstHintType, int secHintType)

Public Methods

public NavRoadType getCurrentRoadType ()

当前路线类型

Returns
  • 当前路线类型

public NavRoadType getFirstHintType ()

路线类型切换提示,第一类型

public NavRoadType getSecHintType ()

路线类型切换提示,第二类型