fromImpedanceCutoff property

double fromImpedanceCutoff

From impedance cutoff.

A service area polygon's minimal 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 fromImpedanceCutoff {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ServiceAreaPolygon_getFromImpedanceCutoff(
        _handle, errorHandler);
  });
}