menu
gem_kit
core.dart
MapViewRoute
hideLabel method
hideLabel
dark_mode
light_mode
hideLabel
method
void
hideLabel
(
)
Hide route label.
Throws
An exception if it fails.
Implementation
void hideLabel() { _mapViewRouteCollection.hideLabel(route); }
gem_kit
core
MapViewRoute
hideLabel method
MapViewRoute class