RouteVehicleRestrictionLineStyle
class RouteVehicleRestrictionLineStyle(@ColorInt val lineColor: Int = DEFAULT_LINE_COLOR, @ColorInt val lineOutlineColor: Int = DEFAULT_LINE_COLOR, val lineWidths: List<WidthByZoom> = DEFAULT_LINE_WIDTHS, val lineOutlineWidths: List<WidthByZoom> = DEFAULT_LINE_OUTLINE_WIDTHS, val lineStartCapType: CapType = DEFAULT_LINE_START_CAP_TYPE, val lineEndCapType: CapType = DEFAULT_LINE_END_CAP_TYPE, val linePatternDisplay: RouteStyle.LinePatternDisplay = DEFAULT_LINE_PATTERN_DISPLAY_MINOR, val linePatternImage: Image? = DEFAULT_LINE_PATTERN_IMAGE)
Represents a style configuration for the vehicle restriction line.
Important: This is a Public Preview API. It may be changed or removed at any time.
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.