DOKK / manpages / debian 10 / libmongoc-doc / mongoc_index_opt_geo_t.3.en
MONGOC_INDEX_OPT_GEO_T(3) MongoDB C Driver MONGOC_INDEX_OPT_GEO_T(3)

mongoc_index_opt_geo_t - mongoc_index_opt_geo_t

#include <mongoc/mongoc.h>
typedef struct {

uint8_t twod_sphere_version;
uint8_t twod_bits_precision;
double twod_location_min;
double twod_location_max;
double haystack_bucket_size;
uint8_t *padding[32]; } mongoc_index_opt_geo_t;


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

mongoc_index_opt_t

mongoc_index_opt_wt_t

MongoDB, Inc

2017-present, MongoDB, Inc

February 23, 2019 1.14.0