Values.SearchPlaceIndexForPositionSummarySourceA summary of the request sent by using SearchPlaceIndexForPosition.
type nonrec t = {position : Position.t option;The position specified in the request.
*)maxResults : PlaceIndexSearchResultLimit.t option;Contains the optional result count limit that is specified in the request. Default value: 50
*)dataSource : String_.t option;The geospatial data provider attached to the place index resource specified in the request. Values can be one of the following: Esri Grab Here For more information about data providers, see Amazon Location Service data providers.
*)language : LanguageTag.t option;The preferred language used to return results. Matches the language in the request. The value is a valid BCP 47 language tag, for example, en for English.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of PlaceIndexSearchResultLimit.t
| `List of [> `Double of Double.t ] list
| `String of String_.t ])
list ]