Go to the source code of this file.
|
| GRN_API uint64_t | grn_h3_compute_cell (grn_ctx *ctx, grn_geo_point *geo_point, int32_t resolution, const char *tag) |
| |
| GRN_API grn_rc | grn_h3_compute_grid_disk (grn_ctx *ctx, grn_geo_point *geo_point, int32_t resolution, int32_t k, grn_obj *h3_indices, const char *tag) |
| |
| GRN_API uint64_t | grn_h3_compute_grid_distance (grn_ctx *ctx, uint64_t h3_index1, uint64_t h3_index2, const char *tag) |
| |
◆ grn_h3_compute_cell()
◆ grn_h3_compute_grid_disk()
◆ grn_h3_compute_grid_distance()
| GRN_API uint64_t grn_h3_compute_grid_distance |
( |
grn_ctx * |
ctx, |
|
|
uint64_t |
h3_index1, |
|
|
uint64_t |
h3_index2, |
|
|
const char * |
tag |
|
) |
| |