LineConfig
class 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.