SpeedRangeToStyleZoom class

Соответствие интервала скоростей и стилевого уровня масштабирования.

Constructors

SpeedRangeToStyleZoom({required SpeedRange range, required RouteDistance minDistanceToManeuver, required RouteDistance maxDistanceToManeuver, required StyleZoom styleZoom})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
maxDistanceToManeuver RouteDistance
Максимальное расстояние после манёвра, при котором плавное уменьшение уровня зума должно завершиться.
final
minDistanceToManeuver RouteDistance
Минимальное расстояние до манёвра, при котором должна включаться логика плавного увеличения уровня зума.
final
range SpeedRange
Интервал скоростей.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
styleZoom StyleZoom
Стилевой уровень масштабирования.
final

Methods

copyWith({SpeedRange? range, RouteDistance? minDistanceToManeuver, RouteDistance? maxDistanceToManeuver, StyleZoom? styleZoom}) SpeedRangeToStyleZoom
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override