hideLabel method

void hideLabel()

Hide route label.

Implementation

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