LineConfig

Configuration for rendering a route line.

Parameters

lineDashConfig

Configuration for rendering a dashed route line. null to use solid line.

lineCap

the line cap applied to the routes LineLayer. Defaults to LineCap.ROUND.

lineJoin

the line join applied to the routes LineLayer. Defaults to LineJoin.ROUND.

Types

Link copied to clipboard
class Builder

A builder used to create an instance of LineConfig.

Properties

Link copied to clipboard
val lineCap: LineCap
Link copied to clipboard
Link copied to clipboard
val lineJoin: LineJoin

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String