Show / Hide Table of Contents

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

TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.1 - 200.8
Xamarin.Android100.1 - 100.15
Xamarin.iOS100.1 - 100.15
UWP100.1 - 200.8
In This Article
Back to top Copyright © 2022 Esri.