CongestionRates

class CongestionRates @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX]) constructor(val lowCongestionRange: IntRange, val moderateCongestionRange: IntRange, val heavyCongestionRange: IntRange, val severeCongestionRange: IntRange, val lowCongestionColor: Color, val moderateCongestionColor: Color, val heavyCongestionColor: Color, val severeCongestionColor: Color)

Constructors

Link copied to clipboard
constructor(lowCongestionRange: IntRange, moderateCongestionRange: IntRange, heavyCongestionRange: IntRange, severeCongestionRange: IntRange, lowCongestionColor: Color, moderateCongestionColor: Color, heavyCongestionColor: Color, severeCongestionColor: Color)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int