defaultImpedanceCutoff property
Default impedance cutoff.
An impedance cutoff is a value for the impedance beyond which facilities should not be found.
Implementation
double get defaultImpedanceCutoff {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_ClosestFacilityTaskInfo_getDefaultImpedanceCutoff(
_handle,
errorHandler,
);
});
}