ExcludedArea class

Исключаемая область, которую следует избегать при построении маршрута.

Constructors

ExcludedArea({ExcludedAreaType type = ExcludedAreaType.point, ExcludedAreaSeverity severity = ExcludedAreaSeverity.soft, required RouteDistance extent, required List<GeoPoint> points})
const

Properties

extent RouteDistance
Размер исключаемой области (не больше 25 км).
final
hashCode int
The hash code for this object.
no setteroverride
points List<GeoPoint>
Координаты точек исключаемой области (не больше 500).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severity ExcludedAreaSeverity
Приоритет исключения области.
final
type ExcludedAreaType
Тип исключаемой области.
final

Methods

copyWith({ExcludedAreaType? type, ExcludedAreaSeverity? severity, RouteDistance? extent, List<GeoPoint>? points}) ExcludedArea
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