LinePatternDisplay

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class LinePatternDisplay(val zoom: ClosedFloatingPointRange<Double>)

Represents the criteria for vehicle restriction lines to be displayed with a pattern.

Constructors

Link copied to clipboard
constructor(zoom: ClosedFloatingPointRange<Double>)

Properties

Link copied to clipboard

Range of zoom levels within which traffic lines are displayed with a pattern (instead of a solid color).

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