Package-level declarations

Types

Link copied to clipboard
class RouteTrafficIncidentStyle(    val lineWidths: List<WidthByZoom> = DEFAULT_LINE_WIDTHS,     val lineOutlineWidths: List<WidthByZoom> = DEFAULT_LINE_OUTLINE_WIDTHS,     val lineStartCapType: CapType = DEFAULT_LINE_START_CAP_TYPE,     val lineEndCapType: CapType = DEFAULT_LINE_END_CAP_TYPE,     val markerLabelFontUri: String = DEFAULT_MARKER_LABEL_FONT_URI,     val markerLabelTextSize: Double = DEFAULT_MARKER_LABEL_TEXT_SIZE,     val markerLabelTextOutlineWidth: Double = DEFAULT_MARKER_LABEL_TEXT_OUTLINE_WIDTH,     val markerLabelTextOffset: PointF = DEFAULT_MARKER_LABEL_OFFSET,     val markerLabelTextAnchoring: TextAnchoring = DEFAULT_MARKER_LABEL_ANCHORING,     val markerVisibilityByCategory: Map<TrafficIncidentCategory, RouteTrafficIncidentStyle.MarkerVisibility> = DEFAULT_MARKER_VISIBILITY_BY_CATEGORY,     val propertiesByMagnitudeOfDelay: Map<RouteTrafficIncidentStyle.MagnitudeOfDelayKey, RouteTrafficIncidentStyle.MagnitudeOfDelayProperties> = DEFAULT_PROPERTIES_BY_MAGNITUDE_OF_DELAY)

Style configuration for on-route traffic incidents.

Link copied to clipboard

Represents a traffic incident.

Link copied to clipboard

The category of the traffic incident.