Module Values.RouteTollPaymentSiteSource

Locations or sites where the toll fare is collected.

Sourcetype nonrec t = {
  1. name : String_.t option;
    (*

    Name of the payment site.

    *)
  2. position : Position23.t option;
    (*

    Position in World Geodetic System (WGS 84) format: [longitude, latitude].

    *)
}
Sourceval make : ?name:??? -> ?position:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Double of Double.t ] list | `String of String_.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