maneuverArrowWidthFactor property

double maneuverArrowWidthFactor

A multiplier for VisualNavigator.measureDependentWidth that defines the maneuver arrow line width. Gets the factor that scales the maneuver arrow line width defined by VisualNavigator.measureDependentWidth. The default value is 1.0.

Implementation

double get maneuverArrowWidthFactor;
void maneuverArrowWidthFactor=(double value)

A multiplier for VisualNavigator.measureDependentWidth that defines the maneuver arrow line width. Sets the factor to calculate the width of the maneuver arrow line based on the VisualNavigator.measureDependentWidth. The factor must be positive. Values less than or equal to 0.0 are ignored.

Implementation

set maneuverArrowWidthFactor(double value);