public class

NavIdleSectionInfo

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

Class Overview

播报空闲信息

Summary

Nested Classes
enum NavIdleSectionInfo.Type 空闲类型  
Public Constructors
NavIdleSectionInfo(int distance, NavIdleSectionInfo.Type type)
Public Methods
int getDistance()
闲时播报距离
NavIdleSectionInfo.Type getType()
闲时类型
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public NavIdleSectionInfo (int distance, NavIdleSectionInfo.Type type)

Public Methods

public int getDistance ()

闲时播报距离

Returns
  • 闲时播报距离

public NavIdleSectionInfo.Type getType ()

闲时类型

Returns
  • 闲时类型