getDirectedEdgeDestination method

int getDirectedEdgeDestination(
  1. int edge,
  2. Pointer<H3Index> out
)

@defgroup getDirectedEdgeDestination
getDirectedEdgeDestination Functions for getDirectedEdgeDestination @{ / /** @brief Returns the destination hexagon H3Index from the directed edge H3Index

Implementation

int getDirectedEdgeDestination(
  int edge,
  ffi.Pointer<H3Index> out,
) {
  return _getDirectedEdgeDestination(
    edge,
    out,
  );
}