1MONGOC_INDEX_OPT_GEO_T(3) libmongoc MONGOC_INDEX_OPT_GEO_T(3)
2
3
4
6 mongoc_index_opt_geo_t - mongoc_index_opt_geo_t
7
9 #include <mongoc/mongoc.h>
10
11 typedef struct {
12 uint8_t twod_sphere_version;
13 uint8_t twod_bits_precision;
14 double twod_location_min;
15 double twod_location_max;
16 double haystack_bucket_size;
17 uint8_t *padding[32];
18 } mongoc_index_opt_geo_t;
19
21 This structure contains the options that may be used for tuning a GEO
22 index.
23
24 SEE ALSO:
25 mongoc_index_opt_t
26
27 mongoc_index_opt_wt_t
28
29
31 MongoDB, Inc
32
34 2017-present, MongoDB, Inc
35
36
37
38
391.23.1 Oct 20, 2022 MONGOC_INDEX_OPT_GEO_T(3)