hideLabel method
void
hideLabel()
Hide the route label for this map view route.
See also:
- MapViewRoutesCollection.hideLabel — Hide the label for a route.
Implementation
void hideLabel() {
_mapViewRouteCollection.hideLabel(route);
}