Service Area Result
A class that describes the service area result. The result from ServiceAreaTask.solveServiceArea(ServiceAreaParameters) operation. A Service area result object represents the results of the operation. It can contains the following (if you enabled returning corresponding property on parameters): An array of polygons and/or lines representing the service areas. An array of graphics representing the facilities used in the analysis. An arrays of barriers (point, polyline, polygon)
Since
200.1.0
Properties
Array of the facilities used to calculate the service are.
Array of the point barriers. Barriers are only returned if the returnPointBarriers property of ServiceAreaParameters is true.
Array of the polygon barriers. Barriers are only returned if the returnPolygonBarriers property of ServiceAreaParameters is true.
Array of the polyline barriers. Barriers are only returned if the returnPolylineBarriers property of ServiceAreaParameters is true.
Functions
Gets array of the result polygons. Result polygons are only returned if the returnPolygons property of ServiceAreaParameters is true.
Gets array of the result polylines. Result polylines are only returned if the returnPolylines property of ServiceAreaParameters is true.