avoidFerries property
When set to true, avoids ferries where reasonable, giving preference to
routes not containing ferries. Applies only to the DRIVE andTWO_WHEELER
google.maps.routing.v2.RouteTravelMode.
Implementation
@$pb.TagNumber(3)
$core.bool get avoidFerries => $_getBF(2);
Implementation
@$pb.TagNumber(3)
set avoidFerries($core.bool v) {
$_setBool(2, v);
}