Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
MONGOC_INDEX_OPT_GEO_T(3)	   libmongoc	     MONGOC_INDEX_OPT_GEO_T(3)

SYNOPSIS
	  #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;

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

       SEE ALSO:
	  mongoc_index_opt_t

	  mongoc_index_opt_wt_t

AUTHOR
       MongoDB,	Inc

COPYRIGHT
       2009-present, MongoDB, Inc.

1.30.2				 Apr 12, 2025	     MONGOC_INDEX_OPT_GEO_T(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mongoc_index_opt_geo_t&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help