experimentalLocalIjToH3 abstract method

BigInt experimentalLocalIjToH3(
  1. BigInt origin,
  2. CoordIJ coordinates
)

Produces an H3 index for IJ coordinates anchored by an origin.

  • The coordinate space used by this function may have deleted regions or warping due to pentagonal distortion.
  • Coordinates are only comparable if they come from the same origin index.
  • Failure may occur if the index is too far away from the origin or if the index is on the other side of a pentagon.
  • This function is experimental, and its output is not guaranteed to be compatible across different versions of H3.

Implementation

BigInt experimentalLocalIjToH3(BigInt origin, CoordIJ coordinates);