experimentalH3ToLocalIj abstract method

CoordIJ experimentalH3ToLocalIj(
  1. BigInt origin,
  2. BigInt destination
)

Produces IJ coordinates for an H3 index 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

CoordIJ experimentalH3ToLocalIj(BigInt origin, BigInt destination);