ServiceAreaPolygon class final
A class that describes the single service area polygon.
The service area polygon stores the resultant service area polygon, which cover the area of the network that can be reached within the given time, distance, or other travel-cost cutoff.
- Implemented types
Properties
- fromImpedanceCutoff → double
-
From impedance cutoff.
no setter
- geometry → Polygon
-
Service area polygon's geometry.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- toImpedanceCutoff → double
-
To impedance cutoff.
no setter
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