ServiceAreaPolygonDetail enum
Service area polygon detail.
Specifies the level of detail of the output polygons. If your analysis covers an urban area with a grid-like street network, the difference between generalized and standard polygons will be minimal. However, for mountain and rural roads, the standard and detailed polygons may present significantly more accurate results than generalized polygons.
Constructors
- ServiceAreaPolygonDetail()
-
const
Values
- generalized → const ServiceAreaPolygonDetail
-
Creates generalized polygons using the hierarchy present in the network data source in order to produce results quickly.
- standard → const ServiceAreaPolygonDetail
-
Creates polygons with a standard level of detail. This is the default.
- high → const ServiceAreaPolygonDetail
-
Creates polygons with a higher level of detail for applications in which very precise results are important.
Properties
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<
ServiceAreaPolygonDetail> - A constant List of the values in this enum, in order of their declaration.