ZoneCategory enum - routing library - Dart API
ZoneCategory
ZoneCategory enum
Identifies categories of zones which routes avoid going through when used in AvoidanceOptions.
Values
- environmental → const ZoneCategory
-
A zone defined by environmental criteria. This type of zones comprises zones like Low Emission Zones (LEZ), German Umweltzones or Italian (E)ZTLs.
- vignette → const ZoneCategory
-
Vignette roads, which are found in some European countries. This type of zones works based on payment for a fixed time period.
- congestionPricing → const ZoneCategory
-
A zone that consists of roads usually in the city centers, airports, bridges, or busy areas. It's used to mitigate traffic congestion by charging a higher pricing in rush hours.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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.
inherited
Constants
-
values
→ const List<
ZoneCategory> - A constant List of the values in this enum, in order of their declaration.