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.

Inheritance

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

coreValue int
no setter
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<ServiceAreaPolygonDetail>
A constant List of the values in this enum, in order of their declaration.