1MONGOC_INDEX_OPT_GEO_T(3)          libmongoc         MONGOC_INDEX_OPT_GEO_T(3)
2
3
4

SYNOPSIS

6          #include <mongoc/mongoc.h>
7
8          typedef struct {
9             uint8_t twod_sphere_version;
10             uint8_t twod_bits_precision;
11             double twod_location_min;
12             double twod_location_max;
13             double haystack_bucket_size;
14             uint8_t *padding[32];
15          } mongoc_index_opt_geo_t;
16

DESCRIPTION

18       This  structure  contains the options that may be used for tuning a GEO
19       index.
20
21       SEE ALSO:
22          mongoc_index_opt_t
23
24          mongoc_index_opt_wt_t
25
26

AUTHOR

28       MongoDB, Inc
29
31       2017-present, MongoDB, Inc
32
33
34
35
361.25.1                           Nov 08, 2023        MONGOC_INDEX_OPT_GEO_T(3)
Impressum