returnPolylines property

bool returnPolylines

Return polylines.

Specifies the type of output to be generated. Service area output will contain line features representing the roads reachable before the cutoffs are exceeded.

Implementation

bool get returnPolylines {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ServiceAreaTaskInfo_getReturnPolylines(
        _handle, errorHandler);
  });
}