sdk-maps / com.tomtom.online.sdk.map / RouteStyle

RouteStyle

open class RouteStyle

Specifies properties of the route like: width, fillColor, and outlineColor.

Properties

DEFAULT_INACTIVE_ROUTE_STYLE

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.

DEFAULT_ROUTE_STYLE

static val DEFAULT_ROUTE_STYLE: RouteStyle!

Default route style which will be used if custom one will not be specified during route creation.

Functions

getDashList

open fun getDashList(): MutableList<DashDescriptor!>!

Returns the list of dash descriptors.

getFillColor

open fun getFillColor(): Int!

Returns the route fill color.

getLineCapType

open fun getLineCapType(): LineCapType!

Returns the LineCapType of a route.

getLineJoinType

open fun getLineJoinType(): LineJoinType!

Returns the LineJoinType of a route.

getOutlineColor

open fun getOutlineColor(): Int!

Returns the route outline color.

getWidth

open fun getWidth(): Double!

Returns the route width.