Files
elasticsearch-js/docs/reference-shared-types--global-search-mvt-types.asciidoc
2024-12-05 14:46:52 -06:00

88 lines
3.9 KiB
Plaintext

[[reference-shared-types--global-search-mvt-types]]
////////
===========================================================================================================================
|| ||
|| ||
|| ||
|| ██████╗ ███████╗ █████╗ ██████╗ ███╗ ███╗███████╗ ||
|| ██╔══██╗██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝ ||
|| ██████╔╝█████╗ ███████║██║ ██║██╔████╔██║█████╗ ||
|| ██╔══██╗██╔══╝ ██╔══██║██║ ██║██║╚██╔╝██║██╔══╝ ||
|| ██║ ██║███████╗██║ ██║██████╔╝██║ ╚═╝ ██║███████╗ ||
|| ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚══════╝ ||
|| ||
|| ||
|| This file is autogenerated, DO NOT send pull requests that changes this file directly. ||
|| You should update the script that does the generation, which can be found in: ||
|| https://github.com/elastic/elastic-client-generator-js ||
|| ||
|| You can run the script with the following command: ||
|| npm run elasticsearch -- --version <version> ||
|| ||
|| ||
|| ||
===========================================================================================================================
////////
== Shared SearchMvt types
[discrete]
[[SearchMvtCoordinate]]
=== SearchMvtCoordinate
[pass]
++++
<pre>
++++
type SearchMvtCoordinate = <<integer>>
[pass]
++++
</pre>
++++
[discrete]
[[SearchMvtGridAggregationType]]
=== SearchMvtGridAggregationType
[pass]
++++
<pre>
++++
type SearchMvtGridAggregationType = 'geotile' | 'geohex'
[pass]
++++
</pre>
++++
[discrete]
[[SearchMvtGridType]]
=== SearchMvtGridType
[pass]
++++
<pre>
++++
type SearchMvtGridType = 'grid' | 'point' | 'centroid'
[pass]
++++
</pre>
++++
[discrete]
[[SearchMvtZoomLevel]]
=== SearchMvtZoomLevel
[pass]
++++
<pre>
++++
type SearchMvtZoomLevel = <<integer>>
[pass]
++++
</pre>
++++