clearPointBarriers method
Clears point barriers.
Clears point barriers that were set by ServiceAreaParameters.setPointBarriers or ServiceAreaParameters.setPointBarriersWithFeatureTable.
Implementation
void clearPointBarriers() {
_withThrowingErrorHandler((errorHandler) {
runtimecore.RT_ServiceAreaParameters_clearPointBarriers(
_handle, errorHandler);
});
}