Crate h3ron_h3_sys

source ·
Expand description

Low-level bindings to H3

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

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 Aliases

  • @brief Result code (success or specific error) from an H3 operation
  • @brief Identifier for an object (cell, edge, etc) in the H3 system.