RouteVehicleRestrictionLineStyle
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP] )
Represents a style configuration for the vehicle restriction line.
Constructors
Link copied to clipboard
constructor(@ColorInt lineColor: Int = DEFAULT_LINE_COLOR, @ColorInt lineOutlineColor: Int = DEFAULT_LINE_COLOR, lineWidths: List<WidthByZoom> = DEFAULT_LINE_WIDTHS, lineOutlineWidths: List<WidthByZoom> = DEFAULT_LINE_OUTLINE_WIDTHS, lineStartCapType: CapType = DEFAULT_LINE_START_CAP_TYPE, lineEndCapType: CapType = DEFAULT_LINE_END_CAP_TYPE, linePatternDisplay: RouteStyle.LinePatternDisplay = DEFAULT_LINE_PATTERN_DISPLAY_MINOR, linePatternImage: Image? = DEFAULT_LINE_PATTERN_IMAGE)
Properties
Link copied to clipboard
The end cap of the vehicle restriction line.
Link copied to clipboard
The color of the vehicle restriction line outline.
Link copied to clipboard
The widths (width per zoom level) of the vehicle restriction line outline.
Link copied to clipboard
The criteria for the vehicle restriction line to be displayed with a pattern.
Link copied to clipboard
The image for the pattern of the vehicle restriction line.
Link copied to clipboard
The start cap of the vehicle restriction line.
Link copied to clipboard
The widths (width per zoom level) of the vehicle restriction line.