getH3IndexesFromUnidirectionalEdge method
Implementation
void getH3IndexesFromUnidirectionalEdge(
int edge,
ffi.Pointer<ffi.Uint64> originDestination,
) {
return _getH3IndexesFromUnidirectionalEdge(
edge,
originDestination,
);
}
void getH3IndexesFromUnidirectionalEdge(
int edge,
ffi.Pointer<ffi.Uint64> originDestination,
) {
return _getH3IndexesFromUnidirectionalEdge(
edge,
originDestination,
);
}