setShowRoute abstract method

void setShowRoute(
  1. bool showRoute
)

Show or hide route. Enabled by default. Setting it to false will not hide balloons, road events, traffic lights. Hide it manually if needed.

Implementation

void setShowRoute(core.bool showRoute);