Module Values.RouteRoundaboutExitStepDetailsSource

Details about the roundabout step.

Sourcetype nonrec t = {
  1. intersection : LocalizedStringList.t option;
    (*

    Name of the intersection, if applicable to the step.

    *)
  2. relativeExit : RouteRoundaboutExitStepDetailsRelativeExitInteger.t option;
    (*

    Exit to be taken.

    *)
  3. roundaboutAngle : RoundaboutAngle.t option;
    (*

    Angle of the roundabout.

    *)
  4. steeringDirection : RouteSteeringDirection.t option;
    (*

    Steering direction for the step.

    *)
}
Sourceval make : ?intersection:??? -> ?relativeExit:??? -> ?roundaboutAngle:??? -> ?steeringDirection:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Double of RoundaboutAngle.t | `Enum of string | `Integer of RouteRoundaboutExitStepDetailsRelativeExitInteger.t | `List of [> `Structure of (string * [> `String of LanguageTag.t ]) list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t