Enum ServiceAreaPolygonDetail
Service area polygon detail.
Namespace: Esri.ArcGISRuntime.Tasks.NetworkAnalysis
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum ServiceAreaPolygonDetail
Remarks
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.
Fields
Name | Description |
---|---|
Generalized | Creates generalized polygons using the hierarchy present in the network data source in order to produce results quickly. |
High | Creates polygons with a higher level of detail for applications in which very precise results are important. |
Standard | Creates polygons with a standard level of detail. This is the default. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.1 - 200.5 |
Xamarin.Android | 100.1 - 100.15 |
Xamarin.iOS | 100.1 - 100.15 |
UWP | 100.1 - 200.5 |