returnPolygons property

bool returnPolygons

Return polygons.

Specifies the type of output to be generated. Service area output will contain polygon features encompassing reachable area(s).

Implementation

bool get returnPolygons {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ServiceAreaTaskInfo_getReturnPolygons(
      _handle,
      errorHandler,
    );
  });
}