clearAllButMainRoute method
Remove all routes, except the main route.
Throws
- An exception if it fails.
Implementation
void clearAllButMainRoute() {
objectMethod(pointerId, 'MapViewRouteCollection', 'clearAllButMainRoute');
}
Remove all routes, except the main route.
Throws
void clearAllButMainRoute() {
objectMethod(pointerId, 'MapViewRouteCollection', 'clearAllButMainRoute');
}