[][src]Function map_model::connectivity::walking::all_walking_costs_from

pub fn all_walking_costs_from(
    map: &Map,
    start: BuildingID,
    time_limit: Duration,
    opts: WalkingOptions
) -> HashMap<BuildingID, Duration>

Starting from one building, calculate the cost to all others. If a destination isn't reachable, it won't be included in the results. Ignore results greater than the time_limit away.

If the start building is on the shoulder of a road and !opts.allow_shoulders, then the results will always be empty.