remove method
- Route route
Remove the route from the collection.
Parameters
- IN route The route to be removed
Throws
- An exception if it fails.
Implementation
void remove(final Route route) {
objectMethod(
pointerId,
'MapViewRouteCollection',
'remove',
args: route.pointerId,
);
}