ServiceAreaResult

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

Link copied to clipboard

Array of the facilities used to calculate the service are.

Link copied to clipboard

Messages. Messages received when solve is completed. If a route cannot be solved, the message returned by the server identifies the route that could not be solved.

Link copied to clipboard

Array of the point barriers. Barriers are only returned if the returnPointBarriers property of ServiceAreaParameters is true.

Link copied to clipboard

Array of the polygon barriers. Barriers are only returned if the returnPolygonBarriers property of ServiceAreaParameters is true.

Link copied to clipboard

Array of the polyline barriers. Barriers are only returned if the returnPolylineBarriers property of ServiceAreaParameters is true.

Functions

Link copied to clipboard

Gets array of the result polygons. Result polygons are only returned if the returnPolygons property of ServiceAreaParameters is true.

Link copied to clipboard

Gets array of the result polylines. Result polylines are only returned if the returnPolylines property of ServiceAreaParameters is true.