resetRouteRoadBlocks static method

void resetRouteRoadBlocks()

Reset the user road blocks.

This will remove all the user road blocks set by the user.

Throws

  • An exception if it fails.

Implementation

static void resetRouteRoadBlocks() {
  objectMethod(0, 'RoutingService', 'resetRouteRoadBlocks');
}