Module Values.WaypointOptimizationTrafficOptionsSource

Options related to traffic.

Sourcetype nonrec t = {
  1. usage : TrafficUsage.t option;
    (*

    Determines if traffic should be used or ignored while calculating the route. Default value: UseTrafficData

    *)
}
Sourceval make : ?usage:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) 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