Function map_model::pathfind::dijkstra::calc_path [−][src]
fn calc_path(
graph: DiGraphMap<LaneID, TurnID>,
req: &PathRequest,
params: &RoutingParams,
map: &Map
) -> Option<(Path, Duration)>
fn calc_path(
graph: DiGraphMap<LaneID, TurnID>,
req: &PathRequest,
params: &RoutingParams,
map: &Map
) -> Option<(Path, Duration)>