public static final enum

NavTTSInfo.BeepType

extends Enum<E extends Enum<E>>
implements NavEnum<T>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.tencent.navix.api.model.NavTTSInfo.BeepType

Class Overview

提示音类型

Summary

Enum Values
NavTTSInfo.BeepType  Beep  转向动作时的提示音  
NavTTSInfo.BeepType  None  无提示音  
NavTTSInfo.BeepType  PassSpeedCamera  限速摄像头  
Public Methods
Integer asValue()
static NavTTSInfo.BeepType valueOf(String name)
final static BeepType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface com.tencent.navix.api.model.NavEnum
From interface java.lang.Comparable

Enum Values

public static final NavTTSInfo.BeepType Beep

转向动作时的提示音

public static final NavTTSInfo.BeepType None

无提示音

public static final NavTTSInfo.BeepType PassSpeedCamera

限速摄像头

Public Methods

public Integer asValue ()

public static NavTTSInfo.BeepType valueOf (String name)

public static final BeepType[] values ()