Module Values.RouteMatrixSideOfStreetOptionsSource

Options to configure matching the provided position to a side of the street.

Sourcetype nonrec t = {
  1. position : Position.t;
    (*

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

    *)
  2. useWith : SideOfStreetMatchingStrategy.t option;
    (*

    Strategy that defines when the side of street position should be used. AnyStreet will always use the provided position. Default value: DividedStreetOnly

    *)
}
Sourceval context_ : string
Sourceval make : ?useWith:??? -> position:Position.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Double of Double.t ] 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