hideLabel method

void hideLabel()

Hide route label.

Throws

  • An exception if it fails.

Implementation

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