Values_0.GeoLocationTargetSourceA geolocation target that you select to index. Each geolocation target contains a name and order key-value pair that specifies the geolocation target fields.
type nonrec t = {name : TargetFieldName.t option;The name of the geolocation target field. If the target field is part of a named shadow, you must select the named shadow using the namedShadow filter.
*)order : TargetFieldOrder.t option;The order of the geolocation target field. This field is optional. The default value is LatLon.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of TargetFieldName.t ]) list ]