NavigationRoadStretchRenderingData.Style

  • NavigationRoadStretchRenderingData.Style is an enum defining rendering styles for road stretches in navigation.

  • It includes three predefined styles: SLOWER_TRAFFIC, TRAFFIC_JAM, and UNKNOWN.

  • This enum inherits methods from java.lang.Enum, java.lang.Object, and java.lang.Comparable for object comparison and manipulation.

  • Developers can use these styles to visually represent different traffic conditions on a map during navigation.

public static final enum NavigationRoadStretchRenderingData.Style extends Enum<NavigationRoadStretchRenderingData.Style>

Names of the rendering styles that can be applied to a road stretch.

Inherited Method Summary

Enum Values

public static final NavigationRoadStretchRenderingData.Style SLOWER_TRAFFIC

public static final NavigationRoadStretchRenderingData.Style TRAFFIC_JAM

public static final NavigationRoadStretchRenderingData.Style UNKNOWN