1MONGOC_INDEX_OPT_GEO_T(3) MongoDB C Driver 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
25 mongoc_index_opt_t
26
27 mongoc_index_opt_wt_t
28
30 MongoDB, Inc
31
33 2017-present, MongoDB, Inc
34
35
36
37
381.15.2 Nov 06, 2019 MONGOC_INDEX_OPT_GEO_T(3)