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