BetterRouteStyle
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP] )
Represents the style used to display the better route.
Constructors
Link copied to clipboard
constructor(lineWidth: List<WidthByZoom> = DEFAULT_LINE_WIDTH, outlineWidth: List<WidthByZoom> = DEFAULT_OUTLINE_WIDTH, @ColorInt lineColor: Int = DEFAULT_LINE_COLOR, markerStyle: BetterRouteMarkerStyle = BetterRouteMarkerStyle(), isMarkerVisible: Boolean = DEFAULT_MARKER_VISIBILITY)
Types
Properties
Link copied to clipboard
Determines if the better route marker is visible. Default value is true.
Link copied to clipboard
The width (in dp units) for the line for a better route tube. This parameter must be a non-empty list containing non-negative values for both the width and the zoom level where the width is used. Items in this list must not contain duplicated zoom level values.
Link copied to clipboard
The better route marker style.
Link copied to clipboard
The width (in dp units) of the line's outline for better route tube. This parameter must be a non-empty list containing non-negative values for both the width and the zoom level where the width is used. Items in this list must not contain duplicated zoom level values.