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

NAME

6       mongoc_index_opt_geo_t - mongoc_index_opt_geo_t
7

SYNOPSIS

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

DESCRIPTION

21       This  structure  contains the options that may be used for tuning a GEO
22       index.
23

SEE ALSO

25       mongoc_index_opt_t
26
27       mongoc_index_opt_wt_t
28

AUTHOR

30       MongoDB, Inc
31
33       2017-present, MongoDB, Inc
34
35
36
37
381.16.2                           Feb 25, 2020        MONGOC_INDEX_OPT_GEO_T(3)
Impressum