avoidanceFlags property

DrivingAvoidanceFlags get avoidanceFlags

The flags instruct the router to return routes that avoid roads with the specified properties when possible. Changing these flags may trigger reroute. All disabled by default.

Implementation

directions_driving_avoidance_flags.DrivingAvoidanceFlags get avoidanceFlags;
set avoidanceFlags (DrivingAvoidanceFlags val)

Implementation

set avoidanceFlags(
    directions_driving_avoidance_flags.DrivingAvoidanceFlags val);