ServiceAreaPolygonDetail Class
Enumerates the level of detail of the output polygons. More...
Since: | Esri::ArcGISRuntime 100.1 |
Detailed Description
Enumerates the level of detail of the output polygons.
The ServiceAreaPolygonDetail can be one of:
Value | Description |
---|---|
ServiceAreaPolygonDetail::Generalized (0) | Generalized polygons using the hierarchy present in the network data source in order to produce results quickly |
ServiceAreaPolygonDetail::Standard (1) | Polygons with a standard level of detail |
ServiceAreaPolygonDetail::High (2) | Polygons with a higher level of detail for applications in which very precise results are important |