maneuverArrowWidthFactor property

double maneuverArrowWidthFactor

A factor of VisualNavigator.measureDependentWidth defining the width of the maneuver arrow. The factor should be positive. A value less than or equal to 0 is ignored. By default it is set to one. Gets the factor that multiplies width of the maneuver arrow defined by VisualNavigator.measureDependentWidth. By default it is set to one.

Implementation

double get maneuverArrowWidthFactor;
void maneuverArrowWidthFactor=(double value)

A factor of VisualNavigator.measureDependentWidth defining the width of the maneuver arrow. The factor should be positive. A value less than or equal to 0 is ignored. By default it is set to one. Sets the factor that multiplies the width of the maneuver arrow defined by the VisualNavigator.measureDependentWidth.

Implementation

set maneuverArrowWidthFactor(double value);