removeAllPersistentRoadblocks static method
void
removeAllPersistentRoadblocks()
Removes all user-defined persistent roadblocks.
This clears every persistent roadblock created by the application.
Also see:
- removePersistentRoadblockById - Remove a roadblock by its unique id.
- removePersistentRoadblockByCoordinates - Remove a roadblock by its reference coordinate.
Implementation
static void removeAllPersistentRoadblocks() {
staticMethod('TrafficService', 'removeAllPersistentRoadblocks');
}