open class RouteStyle
Specifies properties of the route like: width, fillColor, and outlineColor.
static val DEFAULT_INACTIVE_ROUTE_STYLE: RouteStyle!
Default inactive route style which will be used if custom one will not be specified during route creation. |
|
static val DEFAULT_ROUTE_STYLE: RouteStyle!
Default route style which will be used if custom one will not be specified during route creation. |
open fun getDashList(): MutableList<DashDescriptor!>!
Returns the list of dash descriptors. |
|
open fun getFillColor(): Int!
Returns the route fill color. |
|
open fun getLineCapType(): LineCapType!
Returns the |
|
open fun getLineJoinType(): LineJoinType!
Returns the |
|
open fun getOutlineColor(): Int!
Returns the route outline color. |
|
open fun getWidth(): Double!
Returns the route width. |