Module Values.WaypointOptimizationTravelModeOptionsSource

Travel mode related options for the provided travel mode.

Sourcetype nonrec t = {
  1. pedestrian : WaypointOptimizationPedestrianOptions.t option;
    (*

    Travel mode options when the provided travel mode is Pedestrian.

    *)
  2. truck : WaypointOptimizationTruckOptions.t option;
    (*

    Travel mode options when the provided travel mode is Truck.

    *)
}
Sourceval make : ?pedestrian:??? -> ?truck:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Double of WaypointOptimizationPedestrianOptionsSpeedDouble.t | `Enum of string | `List of [> `Enum of string ] list | `Long of WeightKilograms.t | `String of TunnelRestrictionCode.t | `Structure of (string * [> `Integer of WaypointOptimizationTrailerOptionsTrailerCountInteger.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