public enum

Destination.Traffic

extends java.lang.Enum<Destination.Traffic>

 java.lang.Object

↳java.lang.Enum<Destination.Traffic>

↳androidx.car.cluster.navigation.Destination.Traffic

Overview

Congestion level on the way to a destination, compared to ideal driving conditions.

Summary

Enum Constants
HIGHHigh amount of traffic
LOWTraffic level close to free flow
MEDIUMIntermediate amount of traffic
UNKNOWNTraffic information is not available
Methods
public static Destination.TrafficvalueOf(java.lang.String name)

public static Destination.Trafficvalues()

from java.lang.Enum<E>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
from java.lang.ObjectgetClass, notify, notifyAll, wait, wait, wait

Enum Constants

UNKNOWN

Traffic information is not available

HIGH

High amount of traffic

MEDIUM

Intermediate amount of traffic

LOW

Traffic level close to free flow

Methods

public static Destination.Traffic values()

public static Destination.Traffic valueOf(java.lang.String name)