RouteStyle
Parameters
The color of the active route. You can control the opacity of the route line by using the alpha component of the ARGB color integer.
The color of the alternative routes. This color may be overruled individually for each alternative route using alternativeLineColorOverrule
. You can control the opacity of the route line by using the alpha component of the ARGB color integer.
The color to individually overrule the color specified in alternativeLineColor
. You can control the opacity of the route line by using the alpha component of the ARGB color integer.
The line width (in dp units) of the active route. This parameter must be a non-empty list containing non-negative values for both the width and the zoom level that width is used at. Items in this list must not contain duplicated zoom level values.
The outline width (in dp units) of the alternative routes. This parameter must be a non-empty list containing non-negative values for both the width and the zoom level that width is used at. Items in this list must not contain duplicated zoom level values.
WARNING: THE CURRENT IMPLEMENTATION REQUIRES THIS LIST TO BE EQUAL TO activeLineWidths
.
The outline width (in dp units) of the active route. This parameter must be a non-empty list containing non-negative values for both the width and the zoom level that width is used at. Items in this list must not contain duplicated zoom level values.
WARNING: THE CURRENT IMPLEMENTATION REQUIRES THE SIZE OF THIS LIST TO BE 1.
The outline width (in dp units) of the alternative routes. This parameter must be a non-empty list containing non-negative values for both the width and the zoom level that width is used at. Items in this list must not contain duplicated zoom level values.
WARNING: THE CURRENT IMPLEMENTATION REQUIRES THIS LIST TO BE EQUAL TO activeOutlineWidths
.
The pin image for waypoint markers.
The icon image for waypoint markers.