pub fn grid_path_cells(
    start: H3Cell,
    end: H3Cell
) -> Result<IndexVec<H3Cell>, Error>
Expand description

Line of h3 indexes connecting two cells

Arguments

  • start- start cell
  • end - end cell