hideLabel method

void hideLabel()

Hide the route label for this map view route.

See also:

Implementation

void hideLabel() {
  _mapViewRouteCollection.hideLabel(route);
}