Module Values.RouteMatrixDestinationSource

The route destination.

Sourcetype nonrec t = {
  1. options : RouteMatrixDestinationOptions.t option;
    (*

    Destination related options. Not supported in ap-southeast-1 and ap-southeast-5 regions for GrabMaps customers.

    *)
  2. position : Position.t;
    (*

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

    *)
}
Sourceval context_ : string
Sourceval make : ?options:??? -> position:Position.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Double of Double.t ] list | `Structure of (string * [> `Double of Heading.t | `Long of RouteMatrixDestinationOptionsAvoidActionsForDistanceLong.t | `Structure of (string * [> `Enum of string | `List of [> `Double of Double.t ] list | `Long of RouteMatrixMatchingOptionsOnRoadThresholdLong.t | `String of SensitiveString.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