FunctionsGeospatial
h3_get_unidirectional_edge_boundary
Returns a line boundary for a directed edge as a JSON array with two points: `[[lat_origin,lon_origin],[lat_destination,lon_destination]]`.
h3_get_unidirectional_edge_boundary(…) → StringKind · scalar
Returns a line boundary for a directed edge as a JSON array with two points: [[lat_origin,lon_origin],[lat_destination,lon_destination]].
Part of the Geospatial family.
h3_get_unidirectional_edge
Creates a deterministic directed-edge token from origin and destination H3 indexes. The token packs origin bits with a direction code in the high bits.
h3_get_unidirectional_edges_from_hexagon
Returns six directed-edge tokens for a cell as a JSON array. Each edge originates from the input cell and targets one pseudo-neighbor direction.