setShowJams abstract method

void setShowJams(
  1. bool showJams
)

Enable or disable traffic jams along route. Enabled by default. Unless this is disabled, MapKit forces palette and colors values in routePolyline to draw jams on route. When disabled, you are free to change the routes' colors.

Implementation

void setShowJams(core.bool showJams);