public static final enum

DriveRoutePlanOptions.TruckOptions.PlateColor

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.plan.DriveRoutePlanOptions.TruckOptions.PlateColor

Class Overview

车牌颜色

Summary

Enum Values
DriveRoutePlanOptions.TruckOptions.PlateColor  Black  黑牌  
DriveRoutePlanOptions.TruckOptions.PlateColor  Blue  蓝牌  
DriveRoutePlanOptions.TruckOptions.PlateColor  Green  绿牌(新能源、农用车)  
DriveRoutePlanOptions.TruckOptions.PlateColor  Unknown  未知  
DriveRoutePlanOptions.TruckOptions.PlateColor  White  白牌  
DriveRoutePlanOptions.TruckOptions.PlateColor  Yellow  黄牌  
DriveRoutePlanOptions.TruckOptions.PlateColor  YellowGreen  黄绿牌  
Public Methods
Integer asValue()
static DriveRoutePlanOptions.TruckOptions.PlateColor valueOf(String name)
final static PlateColor[] 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 DriveRoutePlanOptions.TruckOptions.PlateColor Black

黑牌

public static final DriveRoutePlanOptions.TruckOptions.PlateColor Blue

蓝牌

public static final DriveRoutePlanOptions.TruckOptions.PlateColor Green

绿牌(新能源、农用车)

public static final DriveRoutePlanOptions.TruckOptions.PlateColor Unknown

未知

public static final DriveRoutePlanOptions.TruckOptions.PlateColor White

白牌

public static final DriveRoutePlanOptions.TruckOptions.PlateColor Yellow

黄牌

public static final DriveRoutePlanOptions.TruckOptions.PlateColor YellowGreen

黄绿牌

Public Methods

public Integer asValue ()

public static DriveRoutePlanOptions.TruckOptions.PlateColor valueOf (String name)

public static final PlateColor[] values ()