Struct h3ron_graph::algorithm::shortest_path::DefaultShortestPathOptions [−][src]
pub struct DefaultShortestPathOptions {}Expand description
Default implementation of a type implementing the ShortestPathOptions
trait.
Implementations
Trait Implementations
Number of cells to be allowed to be missing between a cell and the graph while the cell is still counted as being connected to the graph Read more
number of destinations to reach. Routing for the origin cell will stop when this number of destinations are reached. When not set, routing will continue until all destinations are reached Read more