roundaboutExits

@SerialName(value = "roundabout_exits")
val roundaboutExits: Boolean? = null

Whether to emit instructions at roundabout exits (true) or not (false, default). Without this parameter, roundabout maneuvers are given as a single instruction that includes both entering and exiting the roundabout. With roundabout_exits=true, this maneuver becomes two instructions, one for entering the roundabout and one for exiting it. Must be used in conjunction with RouteOptions.steps=true.

Since

3.1.0