Module Values.RoutePedestrianOptionsSource

Options related to the pedestrian. Not supported in ap-southeast-1 and ap-southeast-5 regions for GrabMaps customers.

Sourcetype nonrec t = {
  1. speed : RoutePedestrianOptionsSpeedDouble.t option;
    (*

    Walking speed in Kilometers per hour.

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