Route Line Expression Data
            data class RouteLineExpressionData(offset: Double, @ColorInt() segmentColor: Int, 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
RouteLineExpressionData
                          
                    Link copied to clipboard
                        fun RouteLineExpressionData(offset: Double, @ColorInt() segmentColor: Int, legIndex: Int)
Content copied to clipboard
a distance offset value
Functions
component1
                          
                    Link copied to clipboard
                        component2
                          
                    Link copied to clipboard
                        component3
                          
                    Link copied to clipboard