allowsUTurnAtWayPoints property

bool? allowsUTurnAtWayPoints
final

If the value of this property is true, a returned route may require an immediate U-turn at an intermediate waypoint. At an intermediate waypoint, if the value of this property is false, each returned route may continue straight ahead or turn to either side but may not U-turn. This property has no effect if only two waypoints are specified. same as 'not continueStraight' on Android

Implementation

final bool? allowsUTurnAtWayPoints;