RouteLineExpressionData   
    data class RouteLineExpressionData(    val offset: Double,     @ColorInt val segmentColor: Int,     val legIndex: Int)
Content copied to clipboard
Contains data related to a route distance traveled and a traffic congestion color.
Parameters
offset
a distance offset value
segmentColor 
a color for a segment of a route line
legIndex 
the route leg index for this data
Constructors
Link copied to clipboard
                fun RouteLineExpressionData(    offset: Double,     @ColorInt segmentColor: Int,     legIndex: Int)
Content copied to clipboard