displayRestrictedRoadSections
fun displayRestrictedRoadSections(displayRestrictedRoadSections: Boolean): MapboxRouteLineViewOptions.Builder
Content copied to clipboard
Indicates if the route line will display restricted road sections with a dashed line. Note that in order for restricted sections to be displayed, you also need to set MapboxRouteLineApiOptions.calculateRestrictedRoadSections to true, so that the necessary data is calculated. You can have a set-up when some of your MapboxRouteLineViews display the restricted sections and the other don't. I that case set MapboxRouteLineViewOptions.displayRestrictedRoadSections to true for those views that will display restricted sections and set MapboxRouteLineApiOptions.calculateRestrictedRoadSections to true if at least one of your views will display them.
Return
the builder
Parameters
displayRestrictedRoadSections
whether restricted road sections should be displayed