avoidTolls property
bool
get
avoidTolls
The 'avoidTolls/avoidUnpaved/avoidPoorConditions' option instructs the router to return routes that avoid tolls/unpaved/roads in poor condition when possible. Changing these options may trigger reroute. All disabled by default.
Implementation
core.bool get avoidTolls;
set
avoidTolls
(bool val)
Implementation
set avoidTolls(core.bool val);