isRouteVisible property
Route visibility which defines whether to perform route rendering during visual navigation.
When enabled, the set Route will be rendered as a MapPolyline together with MapArrow items that
indicate the next turns. By default, it is enabled.
When disabled, MapArrow items are still rendered. To hide arrows, use VisualNavigatorColors with
transparent color.
Gets the current state of route rendering during visual navigation.
Implementation
bool get isRouteVisible;
Route visibility which defines whether to perform route rendering during visual navigation.
When enabled, the set Route will be rendered as a MapPolyline together with MapArrow items that
indicate the next turns. By default, it is enabled.
When disabled, MapArrow items are still rendered. To hide arrows, use VisualNavigatorColors with
transparent color.
Sets whether to perform route rendering during visual navigation.
Implementation
set isRouteVisible(bool value);