Values.RouteKeepStepDetailsSourceDetails that are specific to a Keep step.
type nonrec t = {intersection : LocalizedStringList.t option;Name of the intersection, if applicable to the step.
*)steeringDirection : RouteSteeringDirection.t option;Steering direction for the step.
*)turnAngle : TurnAngle.t option;Angle of the turn.
*)turnIntensity : RouteTurnIntensity.t option;Intensity of the turn.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of TurnAngle.t
| `Enum of string
| `List of
[> `Structure of (string * [> `String of LanguageTag.t ]) list ]
list ])
list ]