Expand description

low-level bindings to H3

This crate includes the C sources for libh3, so compiling it requires a C toolchain and the cmake build tool.

Modules

Structs

@struct CellBoundary @brief cell boundary in latitude/longitude

@struct CoordIJ @brief IJ hexagon coordinates

@struct GeoLoop @brief similar to CellBoundary, but requires more alloc work

@struct GeoMultiPolygon @brief Simplified core of GeoJSON MultiPolygon coordinates definition

@struct GeoPolygon @brief Simplified core of GeoJSON Polygon coordinates definition

@struct LatLng @brief latitude/longitude in radians

Functions

Type Definitions

@brief Result code (success or specific error) from an H3 operation

@brief Identifier for an object (cell, edge, etc) in the H3 system.