toImpedanceCutoff property

double toImpedanceCutoff

To impedance cutoff.

A service area polygon's maximal impedance value. For example, a time impedance value of "5 10 15" specifies service areas of 5, 10, and 15 minutes intervals. You can get polygon which covers area from 5 to 10 minutes interval.

Implementation

double get toImpedanceCutoff {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ServiceAreaPolygon_getToImpedanceCutoff(
        _handle, errorHandler);
  });
}