mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-25 11:44:25 +03:00
53 lines
90 KiB
HTML
53 lines
90 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `Map` struct in crate `map_model`."><meta name="keywords" content="rust, rustlang, rust-lang, Map"><title>map_model::Map - Rust</title><link rel="stylesheet" type="text/css" href="../normalize.css"><link rel="stylesheet" type="text/css" href="../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../light.css" id="themeStyle"><link rel="stylesheet" type="text/css" href="../dark.css" disabled ><link rel="stylesheet" type="text/css" href="../ayu.css" disabled ><script src="../storage.js"></script><noscript><link rel="stylesheet" href="../noscript.css"></noscript><link rel="icon" type="image/svg+xml" href="../favicon.svg">
|
||
<link rel="alternate icon" type="image/png" href="../favicon-16x16.png">
|
||
<link rel="alternate icon" type="image/png" href="../favicon-32x32.png"><style type="text/css">#crate-search{background-image:url("../down-arrow.svg");}</style></head><body class="rustdoc struct"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="sidebar-menu">☰</div><a href='../map_model/index.html'><div class='logo-container rust-logo'><img src='../rust-logo.png' alt='logo'></div></a><p class='location'>Struct Map</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#fields">Fields</a><div class="sidebar-links"><a href="#structfield.areas">areas</a><a href="#structfield.boundary_polygon">boundary_polygon</a><a href="#structfield.bounds">bounds</a><a href="#structfield.buildings">buildings</a><a href="#structfield.bus_routes">bus_routes</a><a href="#structfield.bus_stops">bus_stops</a><a href="#structfield.config">config</a><a href="#structfield.edits">edits</a><a href="#structfield.gps_bounds">gps_bounds</a><a href="#structfield.intersections">intersections</a><a href="#structfield.lanes">lanes</a><a href="#structfield.name">name</a><a href="#structfield.parking_lots">parking_lots</a><a href="#structfield.pathfinder">pathfinder</a><a href="#structfield.pathfinder_dirty">pathfinder_dirty</a><a href="#structfield.roads">roads</a><a href="#structfield.stop_signs">stop_signs</a><a href="#structfield.traffic_signals">traffic_signals</a><a href="#structfield.turns">turns</a><a href="#structfield.zones">zones</a></div><a class="sidebar-title" href="#implementations">Methods</a><div class="sidebar-links"><a href="#method.all_areas">all_areas</a><a href="#method.all_buildings">all_buildings</a><a href="#method.all_bus_routes">all_bus_routes</a><a href="#method.all_bus_stops">all_bus_stops</a><a href="#method.all_incoming_borders">all_incoming_borders</a><a href="#method.all_intersections">all_intersections</a><a href="#method.all_lanes">all_lanes</a><a href="#method.all_outgoing_borders">all_outgoing_borders</a><a href="#method.all_parking_lots">all_parking_lots</a><a href="#method.all_roads">all_roads</a><a href="#method.all_turns">all_turns</a><a href="#method.all_zones">all_zones</a><a href="#method.apply_edits">apply_edits</a><a href="#method.blank">blank</a><a href="#method.building_to_road">building_to_road</a><a href="#method.corrupt_err">corrupt_err</a><a href="#method.create_from_raw">create_from_raw</a><a href="#method.edit_road_cmd">edit_road_cmd</a><a href="#method.find_b_by_osm_id">find_b_by_osm_id</a><a href="#method.find_br">find_br</a><a href="#method.find_driving_lane_near_building">find_driving_lane_near_building</a><a href="#method.find_i_by_osm_id">find_i_by_osm_id</a><a href="#method.find_r_by_osm_id">find_r_by_osm_id</a><a href="#method.get_a">get_a</a><a href="#method.get_b">get_b</a><a href="#method.get_boundary_polygon">get_boundary_polygon</a><a href="#method.get_bounds">get_bounds</a><a href="#method.get_br">get_br</a><a href="#method.get_bs">get_bs</a><a href="#method.get_bus_route">get_bus_route</a><a href="#method.get_city_name">get_city_name</a><a href="#method.get_config">get_config</a><a href="#method.get_edits">get_edits</a><a href="#method.get_gps_bounds">get_gps_bounds</a><a href="#method.get_i">get_i</a><a href="#method.get_i_edit">get_i_edit</a><a href="#method.get_l">get_l</a><a href="#method.get_languages">get_languages</a><a href="#method.get_movement">get_movement</a><a href="#method.get_name">get_name</a><a href="#method.get_next_roads">get_next_roads</a><a href="#method.get_next_turns_and_lanes">get_next_turns_and_lanes</a><a href="#method.get_parent">get_parent</a><a href="#method.get_pl">get_pl</a><a href="#method.get_r">get_r</a><a href="#method.get_r_edit">get_r_edit</a><a href="#method.get_routes_serving_stop">get_routes_serving_stop</a><a href="#method.get_stop_sign">get_stop_sign</a><a href="#method.get_t">get_t</a><a href="#method.get_traffic_signal">get_traffic_signal</a><a href="#method.get_turn_between">get_turn_between</a><a href="#method.get_turns_for">get_turns_for</a><a href="#method.get_turns_from_lane">get_turns_from_lane</a><a href="#method.get_turns_in_intersection">get_turns_in_intersection</a><a href="#method.get_turns_to_lane">get_turns_to_lane</a><a href="#method.hack_override_bldg_type">hack_override_bldg_type</a><a href="#method.hack_override_offstreet_spots">hack_override_offstreet_spots</a><a href="#method.hack_override_offstreet_spots_individ">hack_override_offstreet_spots_individ</a><a href="#method.hack_override_orig_spawn_times">hack_override_orig_spawn_times</a><a href="#method.incremental_edit_traffic_signal">incremental_edit_traffic_signal</a><a href="#method.map_loaded_directly">map_loaded_directly</a><a href="#method.maybe_get_a">maybe_get_a</a><a href="#method.maybe_get_b">maybe_get_b</a><a href="#method.maybe_get_br">maybe_get_br</a><a href="#method.maybe_get_bs">maybe_get_bs</a><a href="#method.maybe_get_i">maybe_get_i</a><a href="#method.maybe_get_l">maybe_get_l</a><a href="#method.maybe_get_pl">maybe_get_pl</a><a href="#method.maybe_get_r">maybe_get_r</a><a href="#method.maybe_get_stop_sign">maybe_get_stop_sign</a><a href="#method.maybe_get_t">maybe_get_t</a><a href="#method.maybe_get_traffic_signal">maybe_get_traffic_signal</a><a href="#method.must_apply_edits">must_apply_edits</a><a href="#method.new">new</a><a href="#method.new_edits">new_edits</a><a href="#method.pathfind">pathfind</a><a href="#method.pathfind_avoiding_lanes">pathfind_avoiding_lanes</a><a href="#method.recalculate_pathfinding_after_edits">recalculate_pathfinding_after_edits</a><a href="#method.save">save</a><a href="#method.save_edits">save_edits</a><a href="#method.should_use_transit">should_use_transit</a><a href="#method.simple_path_btwn">simple_path_btwn</a><a href="#method.try_apply_edits">try_apply_edits</a><a href="#method.unsaved_edits">unsaved_edits</a></div><a class="sidebar-title" href="#trait-implementations">Trait Implementations</a><div class="sidebar-links"><a href="#impl-Deserialize%3C%27de%3E">Deserialize<'de></a><a href="#impl-Serialize">Serialize</a></div><a class="sidebar-title" href="#synthetic-implementations">Auto Trait Implementations</a><div class="sidebar-links"><a href="#impl-RefUnwindSafe">RefUnwindSafe</a><a href="#impl-Send">Send</a><a href="#impl-Sync">Sync</a><a href="#impl-Unpin">Unpin</a><a href="#impl-UnwindSafe">UnwindSafe</a></div><a class="sidebar-title" href="#blanket-implementations">Blanket Implementations</a><div class="sidebar-links"><a href="#impl-Any">Any</a><a href="#impl-Borrow%3CT%3E">Borrow<T></a><a href="#impl-BorrowMut%3CT%3E">BorrowMut<T></a><a href="#impl-DeserializeOwned">DeserializeOwned</a><a href="#impl-From%3CT%3E">From<T></a><a href="#impl-Into%3CU%3E">Into<U></a><a href="#impl-Same%3CT%3E">Same<T></a><a href="#impl-TryFrom%3CU%3E">TryFrom<U></a><a href="#impl-TryInto%3CU%3E">TryInto<U></a><a href="#impl-VZip%3CV%3E">VZip<V></a></div></div><p class='location'><a href='index.html'>map_model</a></p><script>window.sidebarCurrent = {name: 'Map', ty: 'struct', relpath: ''};</script><script defer src="sidebar-items.js"></script></div></nav><div class="theme-picker"><button id="theme-picker" aria-label="Pick another theme!"><img src="../brush.svg" width="18" alt="Pick another theme!"></button><div id="theme-choices"></div></div><script src="../theme.js"></script><nav class="sub"><form class="search-form"><div class="search-container"><div><select id="crate-search"><option value="All crates">All crates</option></select><input class="search-input" name="search" disabled autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"></div><span class="help-button">?</span>
|
||
<a id="settings-menu" href="../settings.html"><img src="../wheel.svg" width="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class='fqn'><span class='out-of-band'><span id='render-detail'><a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class='inner'>−</span>]</a></span><a class='srclink' href='../src/map_model/lib.rs.html#81-117' title='goto source code'>[src]</a></span><span class='in-band'>Struct <a href='index.html'>map_model</a>::<wbr><a class="struct" href=''>Map</a></span></h1><div class="docblock type-decl hidden-by-usual-hider"><pre class='rust struct'>pub struct Map {
|
||
roads: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../map_model/struct.Road.html" title="struct map_model::Road">Road</a>>,
|
||
lanes: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../map_model/struct.Lane.html" title="struct map_model::Lane">Lane</a>>,
|
||
intersections: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../map_model/struct.Intersection.html" title="struct map_model::Intersection">Intersection</a>>,
|
||
turns: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/collections/btree/map/struct.BTreeMap.html" title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a><<a class="struct" href="../map_model/struct.TurnID.html" title="struct map_model::TurnID">TurnID</a>, <a class="struct" href="../map_model/struct.Turn.html" title="struct map_model::Turn">Turn</a>>,
|
||
buildings: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../map_model/struct.Building.html" title="struct map_model::Building">Building</a>>,
|
||
bus_stops: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/collections/btree/map/struct.BTreeMap.html" title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a><<a class="struct" href="../map_model/struct.BusStopID.html" title="struct map_model::BusStopID">BusStopID</a>, <a class="struct" href="../map_model/struct.BusStop.html" title="struct map_model::BusStop">BusStop</a>>,
|
||
bus_routes: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../map_model/struct.BusRoute.html" title="struct map_model::BusRoute">BusRoute</a>>,
|
||
areas: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../map_model/struct.Area.html" title="struct map_model::Area">Area</a>>,
|
||
parking_lots: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../map_model/struct.ParkingLot.html" title="struct map_model::ParkingLot">ParkingLot</a>>,
|
||
boundary_polygon: <a class="struct" href="../geom/polygon/struct.Polygon.html" title="struct geom::polygon::Polygon">Polygon</a>,
|
||
stop_signs: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/collections/btree/map/struct.BTreeMap.html" title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a><<a class="struct" href="../map_model/struct.IntersectionID.html" title="struct map_model::IntersectionID">IntersectionID</a>, <a class="struct" href="../map_model/struct.ControlStopSign.html" title="struct map_model::ControlStopSign">ControlStopSign</a>>,
|
||
traffic_signals: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/collections/btree/map/struct.BTreeMap.html" title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a><<a class="struct" href="../map_model/struct.IntersectionID.html" title="struct map_model::IntersectionID">IntersectionID</a>, <a class="struct" href="../map_model/struct.ControlTrafficSignal.html" title="struct map_model::ControlTrafficSignal">ControlTrafficSignal</a>>,
|
||
gps_bounds: <a class="struct" href="../geom/bounds/struct.GPSBounds.html" title="struct geom::bounds::GPSBounds">GPSBounds</a>,
|
||
bounds: <a class="struct" href="../geom/bounds/struct.Bounds.html" title="struct geom::bounds::Bounds">Bounds</a>,
|
||
config: <a class="struct" href="../map_model/struct.MapConfig.html" title="struct map_model::MapConfig">MapConfig</a>,
|
||
pathfinder: <a class="enum" href="../map_model/pathfind/enum.Pathfinder.html" title="enum map_model::pathfind::Pathfinder">Pathfinder</a>,
|
||
pathfinder_dirty: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>,
|
||
zones: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../map_model/struct.Zone.html" title="struct map_model::Zone">Zone</a>>,
|
||
name: <a class="struct" href="../abstutil/abst_paths/struct.MapName.html" title="struct abstutil::abst_paths::MapName">MapName</a>,
|
||
edits: <a class="struct" href="../map_model/struct.MapEdits.html" title="struct map_model::MapEdits">MapEdits</a>,
|
||
}</pre></div><h2 id='fields' class='fields small-section-header'>
|
||
Fields<a href='#fields' class='anchor'></a></h2><span id="structfield.roads" class="structfield small-section-header"><a href="#structfield.roads" class="anchor field"></a><code>roads: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../map_model/struct.Road.html" title="struct map_model::Road">Road</a>></code></span><span id="structfield.lanes" class="structfield small-section-header"><a href="#structfield.lanes" class="anchor field"></a><code>lanes: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../map_model/struct.Lane.html" title="struct map_model::Lane">Lane</a>></code></span><span id="structfield.intersections" class="structfield small-section-header"><a href="#structfield.intersections" class="anchor field"></a><code>intersections: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../map_model/struct.Intersection.html" title="struct map_model::Intersection">Intersection</a>></code></span><span id="structfield.turns" class="structfield small-section-header"><a href="#structfield.turns" class="anchor field"></a><code>turns: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/collections/btree/map/struct.BTreeMap.html" title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a><<a class="struct" href="../map_model/struct.TurnID.html" title="struct map_model::TurnID">TurnID</a>, <a class="struct" href="../map_model/struct.Turn.html" title="struct map_model::Turn">Turn</a>></code></span><span id="structfield.buildings" class="structfield small-section-header"><a href="#structfield.buildings" class="anchor field"></a><code>buildings: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../map_model/struct.Building.html" title="struct map_model::Building">Building</a>></code></span><span id="structfield.bus_stops" class="structfield small-section-header"><a href="#structfield.bus_stops" class="anchor field"></a><code>bus_stops: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/collections/btree/map/struct.BTreeMap.html" title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a><<a class="struct" href="../map_model/struct.BusStopID.html" title="struct map_model::BusStopID">BusStopID</a>, <a class="struct" href="../map_model/struct.BusStop.html" title="struct map_model::BusStop">BusStop</a>></code></span><span id="structfield.bus_routes" class="structfield small-section-header"><a href="#structfield.bus_routes" class="anchor field"></a><code>bus_routes: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../map_model/struct.BusRoute.html" title="struct map_model::BusRoute">BusRoute</a>></code></span><span id="structfield.areas" class="structfield small-section-header"><a href="#structfield.areas" class="anchor field"></a><code>areas: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../map_model/struct.Area.html" title="struct map_model::Area">Area</a>></code></span><span id="structfield.parking_lots" class="structfield small-section-header"><a href="#structfield.parking_lots" class="anchor field"></a><code>parking_lots: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../map_model/struct.ParkingLot.html" title="struct map_model::ParkingLot">ParkingLot</a>></code></span><span id="structfield.boundary_polygon" class="structfield small-section-header"><a href="#structfield.boundary_polygon" class="anchor field"></a><code>boundary_polygon: <a class="struct" href="../geom/polygon/struct.Polygon.html" title="struct geom::polygon::Polygon">Polygon</a></code></span><span id="structfield.stop_signs" class="structfield small-section-header"><a href="#structfield.stop_signs" class="anchor field"></a><code>stop_signs: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/collections/btree/map/struct.BTreeMap.html" title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a><<a class="struct" href="../map_model/struct.IntersectionID.html" title="struct map_model::IntersectionID">IntersectionID</a>, <a class="struct" href="../map_model/struct.ControlStopSign.html" title="struct map_model::ControlStopSign">ControlStopSign</a>></code></span><span id="structfield.traffic_signals" class="structfield small-section-header"><a href="#structfield.traffic_signals" class="anchor field"></a><code>traffic_signals: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/collections/btree/map/struct.BTreeMap.html" title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a><<a class="struct" href="../map_model/struct.IntersectionID.html" title="struct map_model::IntersectionID">IntersectionID</a>, <a class="struct" href="../map_model/struct.ControlTrafficSignal.html" title="struct map_model::ControlTrafficSignal">ControlTrafficSignal</a>></code></span><span id="structfield.gps_bounds" class="structfield small-section-header"><a href="#structfield.gps_bounds" class="anchor field"></a><code>gps_bounds: <a class="struct" href="../geom/bounds/struct.GPSBounds.html" title="struct geom::bounds::GPSBounds">GPSBounds</a></code></span><span id="structfield.bounds" class="structfield small-section-header"><a href="#structfield.bounds" class="anchor field"></a><code>bounds: <a class="struct" href="../geom/bounds/struct.Bounds.html" title="struct geom::bounds::Bounds">Bounds</a></code></span><span id="structfield.config" class="structfield small-section-header"><a href="#structfield.config" class="anchor field"></a><code>config: <a class="struct" href="../map_model/struct.MapConfig.html" title="struct map_model::MapConfig">MapConfig</a></code></span><span id="structfield.pathfinder" class="structfield small-section-header"><a href="#structfield.pathfinder" class="anchor field"></a><code>pathfinder: <a class="enum" href="../map_model/pathfind/enum.Pathfinder.html" title="enum map_model::pathfind::Pathfinder">Pathfinder</a></code></span><span id="structfield.pathfinder_dirty" class="structfield small-section-header"><a href="#structfield.pathfinder_dirty" class="anchor field"></a><code>pathfinder_dirty: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span id="structfield.zones" class="structfield small-section-header"><a href="#structfield.zones" class="anchor field"></a><code>zones: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../map_model/struct.Zone.html" title="struct map_model::Zone">Zone</a>></code></span><span id="structfield.name" class="structfield small-section-header"><a href="#structfield.name" class="anchor field"></a><code>name: <a class="struct" href="../abstutil/abst_paths/struct.MapName.html" title="struct abstutil::abst_paths::MapName">MapName</a></code></span><span id="structfield.edits" class="structfield small-section-header"><a href="#structfield.edits" class="anchor field"></a><code>edits: <a class="struct" href="../map_model/struct.MapEdits.html" title="struct map_model::MapEdits">MapEdits</a></code></span><h2 id='implementations' class='small-section-header'>Implementations<a href='#implementations' class='anchor'></a></h2><h3 id='impl' class='impl'><code class='in-band'>impl <a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a></code><a href='#impl' class='anchor'></a><a class='srclink' href='../src/map_model/edits/mod.rs.html#460-678' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.new_edits' class="method"><code>pub fn <a href='#method.new_edits' class='fnname'>new_edits</a>(&self) -> <a class="struct" href="../map_model/struct.MapEdits.html" title="struct map_model::MapEdits">MapEdits</a></code><a class='srclink' href='../src/map_model/edits/mod.rs.html#461-474' title='goto source code'>[src]</a></h4><h4 id='method.get_edits' class="method"><code>pub fn <a href='#method.get_edits' class='fnname'>get_edits</a>(&self) -> &<a class="struct" href="../map_model/struct.MapEdits.html" title="struct map_model::MapEdits">MapEdits</a></code><a class='srclink' href='../src/map_model/edits/mod.rs.html#476-478' title='goto source code'>[src]</a></h4><h4 id='method.unsaved_edits' class="method"><code>pub fn <a href='#method.unsaved_edits' class='fnname'>unsaved_edits</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/map_model/edits/mod.rs.html#480-482' title='goto source code'>[src]</a></h4><h4 id='method.get_r_edit' class="method"><code>pub fn <a href='#method.get_r_edit' class='fnname'>get_r_edit</a>(&self, r: <a class="struct" href="../map_model/struct.RoadID.html" title="struct map_model::RoadID">RoadID</a>) -> <a class="struct" href="../map_model/struct.EditRoad.html" title="struct map_model::EditRoad">EditRoad</a></code><a class='srclink' href='../src/map_model/edits/mod.rs.html#484-495' title='goto source code'>[src]</a></h4><h4 id='method.edit_road_cmd' class="method"><code>pub fn <a href='#method.edit_road_cmd' class='fnname'>edit_road_cmd</a><F: <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.Fn.html" title="trait core::ops::function::Fn">Fn</a>(&mut <a class="struct" href="../map_model/struct.EditRoad.html" title="struct map_model::EditRoad">EditRoad</a>)>(&self, r: <a class="struct" href="../map_model/struct.RoadID.html" title="struct map_model::RoadID">RoadID</a>, f: F) -> <a class="enum" href="../map_model/enum.EditCmd.html" title="enum map_model::EditCmd">EditCmd</a></code><a class='srclink' href='../src/map_model/edits/mod.rs.html#497-502' title='goto source code'>[src]</a></h4><h4 id='method.get_i_edit' class="method"><code>pub fn <a href='#method.get_i_edit' class='fnname'>get_i_edit</a>(&self, i: <a class="struct" href="../map_model/struct.IntersectionID.html" title="struct map_model::IntersectionID">IntersectionID</a>) -> <a class="enum" href="../map_model/enum.EditIntersection.html" title="enum map_model::EditIntersection">EditIntersection</a></code><a class='srclink' href='../src/map_model/edits/mod.rs.html#505-514' title='goto source code'>[src]</a></h4><div class='docblock'><p>Panics on borders</p>
|
||
</div><h4 id='method.save_edits' class="method"><code>pub fn <a href='#method.save_edits' class='fnname'>save_edits</a>(&self)</code><a class='srclink' href='../src/map_model/edits/mod.rs.html#516-523' title='goto source code'>[src]</a></h4><h4 id='method.must_apply_edits' class="method"><code>pub fn <a href='#method.must_apply_edits' class='fnname'>must_apply_edits</a>(<br> &mut self, <br> new_edits: <a class="struct" href="../map_model/struct.MapEdits.html" title="struct map_model::MapEdits">MapEdits</a>, <br> timer: &mut <a class="struct" href="../abstutil/time/struct.Timer.html" title="struct abstutil::time::Timer">Timer</a><'_><br>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><a class="struct" href="https://doc.rust-lang.org/nightly/alloc/collections/btree/set/struct.BTreeSet.html" title="struct alloc::collections::btree::set::BTreeSet">BTreeSet</a><<a class="struct" href="../map_model/struct.RoadID.html" title="struct map_model::RoadID">RoadID</a>>, <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/collections/btree/set/struct.BTreeSet.html" title="struct alloc::collections::btree::set::BTreeSet">BTreeSet</a><<a class="struct" href="../map_model/struct.TurnID.html" title="struct map_model::TurnID">TurnID</a>>, <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/collections/btree/set/struct.BTreeSet.html" title="struct alloc::collections::btree::set::BTreeSet">BTreeSet</a><<a class="struct" href="../map_model/struct.TurnID.html" title="struct map_model::TurnID">TurnID</a>>, <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/collections/btree/set/struct.BTreeSet.html" title="struct alloc::collections::btree::set::BTreeSet">BTreeSet</a><<a class="struct" href="../map_model/struct.IntersectionID.html" title="struct map_model::IntersectionID">IntersectionID</a>><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a></code><a class='srclink' href='../src/map_model/edits/mod.rs.html#525-536' title='goto source code'>[src]</a></h4><h4 id='method.try_apply_edits' class="method"><code>pub fn <a href='#method.try_apply_edits' class='fnname'>try_apply_edits</a>(&mut self, new_edits: <a class="struct" href="../map_model/struct.MapEdits.html" title="struct map_model::MapEdits">MapEdits</a>, timer: &mut <a class="struct" href="../abstutil/time/struct.Timer.html" title="struct abstutil::time::Timer">Timer</a><'_>)</code><a class='srclink' href='../src/map_model/edits/mod.rs.html#538-540' title='goto source code'>[src]</a></h4><h4 id='method.apply_edits' class="method"><code>fn <a href='#method.apply_edits' class='fnname'>apply_edits</a>(<br> &mut self, <br> new_edits: <a class="struct" href="../map_model/struct.MapEdits.html" title="struct map_model::MapEdits">MapEdits</a>, <br> enforce_valid: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>, <br> timer: &mut <a class="struct" href="../abstutil/time/struct.Timer.html" title="struct abstutil::time::Timer">Timer</a><'_><br>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><a class="struct" href="https://doc.rust-lang.org/nightly/alloc/collections/btree/set/struct.BTreeSet.html" title="struct alloc::collections::btree::set::BTreeSet">BTreeSet</a><<a class="struct" href="../map_model/struct.RoadID.html" title="struct map_model::RoadID">RoadID</a>>, <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/collections/btree/set/struct.BTreeSet.html" title="struct alloc::collections::btree::set::BTreeSet">BTreeSet</a><<a class="struct" href="../map_model/struct.TurnID.html" title="struct map_model::TurnID">TurnID</a>>, <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/collections/btree/set/struct.BTreeSet.html" title="struct alloc::collections::btree::set::BTreeSet">BTreeSet</a><<a class="struct" href="../map_model/struct.TurnID.html" title="struct map_model::TurnID">TurnID</a>>, <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/collections/btree/set/struct.BTreeSet.html" title="struct alloc::collections::btree::set::BTreeSet">BTreeSet</a><<a class="struct" href="../map_model/struct.IntersectionID.html" title="struct map_model::IntersectionID">IntersectionID</a>><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a></code><a class='srclink' href='../src/map_model/edits/mod.rs.html#545-639' title='goto source code'>[src]</a></h4><h4 id='method.recalculate_pathfinding_after_edits' class="method"><code>pub fn <a href='#method.recalculate_pathfinding_after_edits' class='fnname'>recalculate_pathfinding_after_edits</a>(&mut self, timer: &mut <a class="struct" href="../abstutil/time/struct.Timer.html" title="struct abstutil::time::Timer">Timer</a><'_>)</code><a class='srclink' href='../src/map_model/edits/mod.rs.html#643-667' title='goto source code'>[src]</a></h4><div class='docblock'><p>This can expensive, so don't constantly do it while editing in the UI. But this must happen
|
||
before the simulation resumes.</p>
|
||
</div><h4 id='method.incremental_edit_traffic_signal' class="method"><code>pub fn <a href='#method.incremental_edit_traffic_signal' class='fnname'>incremental_edit_traffic_signal</a>(&mut self, signal: <a class="struct" href="../map_model/struct.ControlTrafficSignal.html" title="struct map_model::ControlTrafficSignal">ControlTrafficSignal</a>)</code><a class='srclink' href='../src/map_model/edits/mod.rs.html#671-677' title='goto source code'>[src]</a></h4><div class='docblock'><p>Since the player is in the middle of editing, the signal may not be valid. Don't go through
|
||
the entire apply_edits flow.</p>
|
||
</div></div><h3 id='impl-1' class='impl'><code class='in-band'>impl <a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a></code><a href='#impl-1' class='anchor'></a><a class='srclink' href='../src/map_model/make/mod.rs.html#28-347' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_from_raw' class="method"><code>pub fn <a href='#method.create_from_raw' class='fnname'>create_from_raw</a>(<br> raw: <a class="struct" href="../map_model/raw/struct.RawMap.html" title="struct map_model::raw::RawMap">RawMap</a>, <br> build_ch: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>, <br> keep_bldg_tags: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>, <br> timer: &mut <a class="struct" href="../abstutil/time/struct.Timer.html" title="struct abstutil::time::Timer">Timer</a><'_><br>) -> <a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a></code><a class='srclink' href='../src/map_model/make/mod.rs.html#29-346' title='goto source code'>[src]</a></h4></div><h3 id='impl-2' class='impl'><code class='in-band'>impl <a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a></code><a href='#impl-2' class='anchor'></a><a class='srclink' href='../src/map_model/map.rs.html#37-686' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.new' class="method"><code>pub fn <a href='#method.new' class='fnname'>new</a>(path: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, timer: &mut <a class="struct" href="../abstutil/time/struct.Timer.html" title="struct abstutil::time::Timer">Timer</a><'_>) -> <a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a></code><a class='srclink' href='../src/map_model/map.rs.html#38-109' title='goto source code'>[src]</a></h4><h4 id='method.map_loaded_directly' class="method"><code>pub fn <a href='#method.map_loaded_directly' class='fnname'>map_loaded_directly</a>(&mut self)</code><a class='srclink' href='../src/map_model/map.rs.html#113-115' title='goto source code'>[src]</a></h4><div class='docblock'><p>If you have to deserialize a <code>Map</code> directly, call this after. Prefer using <code>Map::new</code>
|
||
though.</p>
|
||
</div><h4 id='method.corrupt_err' class="method"><code>pub fn <a href='#method.corrupt_err' class='fnname'>corrupt_err</a>(path: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, err: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><dyn <a class="trait" href="https://doc.rust-lang.org/nightly/std/error/trait.Error.html" title="trait std::error::Error">Error</a>>)</code><a class='srclink' href='../src/map_model/map.rs.html#117-136' title='goto source code'>[src]</a></h4><h4 id='method.blank' class="method"><code>pub fn <a href='#method.blank' class='fnname'>blank</a>() -> <a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a></code><a class='srclink' href='../src/map_model/map.rs.html#139-175' title='goto source code'>[src]</a></h4><div class='docblock'><p>Just for temporary std::mem::replace tricks.</p>
|
||
</div><h4 id='method.all_roads' class="method"><code>pub fn <a href='#method.all_roads' class='fnname'>all_roads</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../map_model/struct.Road.html" title="struct map_model::Road">Road</a>></code><a class='srclink' href='../src/map_model/map.rs.html#177-179' title='goto source code'>[src]</a></h4><h4 id='method.all_lanes' class="method"><code>pub fn <a href='#method.all_lanes' class='fnname'>all_lanes</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../map_model/struct.Lane.html" title="struct map_model::Lane">Lane</a>></code><a class='srclink' href='../src/map_model/map.rs.html#181-183' title='goto source code'>[src]</a></h4><h4 id='method.all_intersections' class="method"><code>pub fn <a href='#method.all_intersections' class='fnname'>all_intersections</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../map_model/struct.Intersection.html" title="struct map_model::Intersection">Intersection</a>></code><a class='srclink' href='../src/map_model/map.rs.html#185-187' title='goto source code'>[src]</a></h4><h4 id='method.all_turns' class="method"><code>pub fn <a href='#method.all_turns' class='fnname'>all_turns</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/collections/btree/map/struct.BTreeMap.html" title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a><<a class="struct" href="../map_model/struct.TurnID.html" title="struct map_model::TurnID">TurnID</a>, <a class="struct" href="../map_model/struct.Turn.html" title="struct map_model::Turn">Turn</a>></code><a class='srclink' href='../src/map_model/map.rs.html#189-191' title='goto source code'>[src]</a></h4><h4 id='method.all_buildings' class="method"><code>pub fn <a href='#method.all_buildings' class='fnname'>all_buildings</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../map_model/struct.Building.html" title="struct map_model::Building">Building</a>></code><a class='srclink' href='../src/map_model/map.rs.html#193-195' title='goto source code'>[src]</a></h4><h4 id='method.all_areas' class="method"><code>pub fn <a href='#method.all_areas' class='fnname'>all_areas</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../map_model/struct.Area.html" title="struct map_model::Area">Area</a>></code><a class='srclink' href='../src/map_model/map.rs.html#197-199' title='goto source code'>[src]</a></h4><h4 id='method.all_parking_lots' class="method"><code>pub fn <a href='#method.all_parking_lots' class='fnname'>all_parking_lots</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../map_model/struct.ParkingLot.html" title="struct map_model::ParkingLot">ParkingLot</a>></code><a class='srclink' href='../src/map_model/map.rs.html#201-203' title='goto source code'>[src]</a></h4><h4 id='method.all_zones' class="method"><code>pub fn <a href='#method.all_zones' class='fnname'>all_zones</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../map_model/struct.Zone.html" title="struct map_model::Zone">Zone</a>></code><a class='srclink' href='../src/map_model/map.rs.html#205-207' title='goto source code'>[src]</a></h4><h4 id='method.maybe_get_r' class="method"><code>pub fn <a href='#method.maybe_get_r' class='fnname'>maybe_get_r</a>(&self, id: <a class="struct" href="../map_model/struct.RoadID.html" title="struct map_model::RoadID">RoadID</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../map_model/struct.Road.html" title="struct map_model::Road">Road</a>></code><a class='srclink' href='../src/map_model/map.rs.html#209-211' title='goto source code'>[src]</a></h4><h4 id='method.maybe_get_l' class="method"><code>pub fn <a href='#method.maybe_get_l' class='fnname'>maybe_get_l</a>(&self, id: <a class="struct" href="../map_model/struct.LaneID.html" title="struct map_model::LaneID">LaneID</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../map_model/struct.Lane.html" title="struct map_model::Lane">Lane</a>></code><a class='srclink' href='../src/map_model/map.rs.html#213-215' title='goto source code'>[src]</a></h4><h4 id='method.maybe_get_i' class="method"><code>pub fn <a href='#method.maybe_get_i' class='fnname'>maybe_get_i</a>(&self, id: <a class="struct" href="../map_model/struct.IntersectionID.html" title="struct map_model::IntersectionID">IntersectionID</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../map_model/struct.Intersection.html" title="struct map_model::Intersection">Intersection</a>></code><a class='srclink' href='../src/map_model/map.rs.html#217-219' title='goto source code'>[src]</a></h4><h4 id='method.maybe_get_t' class="method"><code>pub fn <a href='#method.maybe_get_t' class='fnname'>maybe_get_t</a>(&self, id: <a class="struct" href="../map_model/struct.TurnID.html" title="struct map_model::TurnID">TurnID</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../map_model/struct.Turn.html" title="struct map_model::Turn">Turn</a>></code><a class='srclink' href='../src/map_model/map.rs.html#221-223' title='goto source code'>[src]</a></h4><h4 id='method.maybe_get_b' class="method"><code>pub fn <a href='#method.maybe_get_b' class='fnname'>maybe_get_b</a>(&self, id: <a class="struct" href="../map_model/struct.BuildingID.html" title="struct map_model::BuildingID">BuildingID</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../map_model/struct.Building.html" title="struct map_model::Building">Building</a>></code><a class='srclink' href='../src/map_model/map.rs.html#225-227' title='goto source code'>[src]</a></h4><h4 id='method.maybe_get_pl' class="method"><code>pub fn <a href='#method.maybe_get_pl' class='fnname'>maybe_get_pl</a>(&self, id: <a class="struct" href="../map_model/struct.ParkingLotID.html" title="struct map_model::ParkingLotID">ParkingLotID</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../map_model/struct.ParkingLot.html" title="struct map_model::ParkingLot">ParkingLot</a>></code><a class='srclink' href='../src/map_model/map.rs.html#229-231' title='goto source code'>[src]</a></h4><h4 id='method.maybe_get_a' class="method"><code>pub fn <a href='#method.maybe_get_a' class='fnname'>maybe_get_a</a>(&self, id: <a class="struct" href="../map_model/struct.AreaID.html" title="struct map_model::AreaID">AreaID</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../map_model/struct.Area.html" title="struct map_model::Area">Area</a>></code><a class='srclink' href='../src/map_model/map.rs.html#233-235' title='goto source code'>[src]</a></h4><h4 id='method.maybe_get_bs' class="method"><code>pub fn <a href='#method.maybe_get_bs' class='fnname'>maybe_get_bs</a>(&self, id: <a class="struct" href="../map_model/struct.BusStopID.html" title="struct map_model::BusStopID">BusStopID</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../map_model/struct.BusStop.html" title="struct map_model::BusStop">BusStop</a>></code><a class='srclink' href='../src/map_model/map.rs.html#237-239' title='goto source code'>[src]</a></h4><h4 id='method.maybe_get_stop_sign' class="method"><code>pub fn <a href='#method.maybe_get_stop_sign' class='fnname'>maybe_get_stop_sign</a>(<br> &self, <br> id: <a class="struct" href="../map_model/struct.IntersectionID.html" title="struct map_model::IntersectionID">IntersectionID</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../map_model/struct.ControlStopSign.html" title="struct map_model::ControlStopSign">ControlStopSign</a>></code><a class='srclink' href='../src/map_model/map.rs.html#241-243' title='goto source code'>[src]</a></h4><h4 id='method.maybe_get_traffic_signal' class="method"><code>pub fn <a href='#method.maybe_get_traffic_signal' class='fnname'>maybe_get_traffic_signal</a>(<br> &self, <br> id: <a class="struct" href="../map_model/struct.IntersectionID.html" title="struct map_model::IntersectionID">IntersectionID</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../map_model/struct.ControlTrafficSignal.html" title="struct map_model::ControlTrafficSignal">ControlTrafficSignal</a>></code><a class='srclink' href='../src/map_model/map.rs.html#245-247' title='goto source code'>[src]</a></h4><h4 id='method.maybe_get_br' class="method"><code>pub fn <a href='#method.maybe_get_br' class='fnname'>maybe_get_br</a>(&self, route: <a class="struct" href="../map_model/struct.BusRouteID.html" title="struct map_model::BusRouteID">BusRouteID</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../map_model/struct.BusRoute.html" title="struct map_model::BusRoute">BusRoute</a>></code><a class='srclink' href='../src/map_model/map.rs.html#249-251' title='goto source code'>[src]</a></h4><h4 id='method.get_r' class="method"><code>pub fn <a href='#method.get_r' class='fnname'>get_r</a>(&self, id: <a class="struct" href="../map_model/struct.RoadID.html" title="struct map_model::RoadID">RoadID</a>) -> &<a class="struct" href="../map_model/struct.Road.html" title="struct map_model::Road">Road</a></code><a class='srclink' href='../src/map_model/map.rs.html#253-255' title='goto source code'>[src]</a></h4><h4 id='method.get_l' class="method"><code>pub fn <a href='#method.get_l' class='fnname'>get_l</a>(&self, id: <a class="struct" href="../map_model/struct.LaneID.html" title="struct map_model::LaneID">LaneID</a>) -> &<a class="struct" href="../map_model/struct.Lane.html" title="struct map_model::Lane">Lane</a></code><a class='srclink' href='../src/map_model/map.rs.html#257-259' title='goto source code'>[src]</a></h4><h4 id='method.get_i' class="method"><code>pub fn <a href='#method.get_i' class='fnname'>get_i</a>(&self, id: <a class="struct" href="../map_model/struct.IntersectionID.html" title="struct map_model::IntersectionID">IntersectionID</a>) -> &<a class="struct" href="../map_model/struct.Intersection.html" title="struct map_model::Intersection">Intersection</a></code><a class='srclink' href='../src/map_model/map.rs.html#261-263' title='goto source code'>[src]</a></h4><h4 id='method.get_t' class="method"><code>pub fn <a href='#method.get_t' class='fnname'>get_t</a>(&self, id: <a class="struct" href="../map_model/struct.TurnID.html" title="struct map_model::TurnID">TurnID</a>) -> &<a class="struct" href="../map_model/struct.Turn.html" title="struct map_model::Turn">Turn</a></code><a class='srclink' href='../src/map_model/map.rs.html#265-272' title='goto source code'>[src]</a></h4><h4 id='method.get_b' class="method"><code>pub fn <a href='#method.get_b' class='fnname'>get_b</a>(&self, id: <a class="struct" href="../map_model/struct.BuildingID.html" title="struct map_model::BuildingID">BuildingID</a>) -> &<a class="struct" href="../map_model/struct.Building.html" title="struct map_model::Building">Building</a></code><a class='srclink' href='../src/map_model/map.rs.html#274-276' title='goto source code'>[src]</a></h4><h4 id='method.get_a' class="method"><code>pub fn <a href='#method.get_a' class='fnname'>get_a</a>(&self, id: <a class="struct" href="../map_model/struct.AreaID.html" title="struct map_model::AreaID">AreaID</a>) -> &<a class="struct" href="../map_model/struct.Area.html" title="struct map_model::Area">Area</a></code><a class='srclink' href='../src/map_model/map.rs.html#278-280' title='goto source code'>[src]</a></h4><h4 id='method.get_pl' class="method"><code>pub fn <a href='#method.get_pl' class='fnname'>get_pl</a>(&self, id: <a class="struct" href="../map_model/struct.ParkingLotID.html" title="struct map_model::ParkingLotID">ParkingLotID</a>) -> &<a class="struct" href="../map_model/struct.ParkingLot.html" title="struct map_model::ParkingLot">ParkingLot</a></code><a class='srclink' href='../src/map_model/map.rs.html#282-284' title='goto source code'>[src]</a></h4><h4 id='method.get_stop_sign' class="method"><code>pub fn <a href='#method.get_stop_sign' class='fnname'>get_stop_sign</a>(&self, id: <a class="struct" href="../map_model/struct.IntersectionID.html" title="struct map_model::IntersectionID">IntersectionID</a>) -> &<a class="struct" href="../map_model/struct.ControlStopSign.html" title="struct map_model::ControlStopSign">ControlStopSign</a></code><a class='srclink' href='../src/map_model/map.rs.html#286-288' title='goto source code'>[src]</a></h4><h4 id='method.get_traffic_signal' class="method"><code>pub fn <a href='#method.get_traffic_signal' class='fnname'>get_traffic_signal</a>(&self, id: <a class="struct" href="../map_model/struct.IntersectionID.html" title="struct map_model::IntersectionID">IntersectionID</a>) -> &<a class="struct" href="../map_model/struct.ControlTrafficSignal.html" title="struct map_model::ControlTrafficSignal">ControlTrafficSignal</a></code><a class='srclink' href='../src/map_model/map.rs.html#290-292' title='goto source code'>[src]</a></h4><h4 id='method.get_turns_in_intersection' class="method"><code>pub fn <a href='#method.get_turns_in_intersection' class='fnname'>get_turns_in_intersection</a>(&self, id: <a class="struct" href="../map_model/struct.IntersectionID.html" title="struct map_model::IntersectionID">IntersectionID</a>) -> <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><&<a class="struct" href="../map_model/struct.Turn.html" title="struct map_model::Turn">Turn</a>></code><a class='srclink' href='../src/map_model/map.rs.html#296-302' title='goto source code'>[src]</a></h4><h4 id='method.get_turns_from_lane' class="method"><code>pub fn <a href='#method.get_turns_from_lane' class='fnname'>get_turns_from_lane</a>(&self, l: <a class="struct" href="../map_model/struct.LaneID.html" title="struct map_model::LaneID">LaneID</a>) -> <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><&<a class="struct" href="../map_model/struct.Turn.html" title="struct map_model::Turn">Turn</a>></code><a class='srclink' href='../src/map_model/map.rs.html#305-323' title='goto source code'>[src]</a></h4><div class='docblock'><p>The turns may belong to two different intersections!</p>
|
||
</div><h4 id='method.get_turns_to_lane' class="method"><code>pub fn <a href='#method.get_turns_to_lane' class='fnname'>get_turns_to_lane</a>(&self, l: <a class="struct" href="../map_model/struct.LaneID.html" title="struct map_model::LaneID">LaneID</a>) -> <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><&<a class="struct" href="../map_model/struct.Turn.html" title="struct map_model::Turn">Turn</a>></code><a class='srclink' href='../src/map_model/map.rs.html#325-343' title='goto source code'>[src]</a></h4><h4 id='method.get_turn_between' class="method"><code>pub fn <a href='#method.get_turn_between' class='fnname'>get_turn_between</a>(<br> &self, <br> from: <a class="struct" href="../map_model/struct.LaneID.html" title="struct map_model::LaneID">LaneID</a>, <br> to: <a class="struct" href="../map_model/struct.LaneID.html" title="struct map_model::LaneID">LaneID</a>, <br> parent: <a class="struct" href="../map_model/struct.IntersectionID.html" title="struct map_model::IntersectionID">IntersectionID</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../map_model/struct.TurnID.html" title="struct map_model::TurnID">TurnID</a>></code><a class='srclink' href='../src/map_model/map.rs.html#345-356' title='goto source code'>[src]</a></h4><h4 id='method.get_next_turns_and_lanes' class="method"><code>pub fn <a href='#method.get_next_turns_and_lanes' class='fnname'>get_next_turns_and_lanes</a>(<br> &self, <br> from: <a class="struct" href="../map_model/struct.LaneID.html" title="struct map_model::LaneID">LaneID</a>, <br> parent: <a class="struct" href="../map_model/struct.IntersectionID.html" title="struct map_model::IntersectionID">IntersectionID</a><br>) -> <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>&<a class="struct" href="../map_model/struct.Turn.html" title="struct map_model::Turn">Turn</a>, &<a class="struct" href="../map_model/struct.Lane.html" title="struct map_model::Lane">Lane</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>></code><a class='srclink' href='../src/map_model/map.rs.html#358-369' title='goto source code'>[src]</a></h4><h4 id='method.get_turns_for' class="method"><code>pub fn <a href='#method.get_turns_for' class='fnname'>get_turns_for</a>(<br> &self, <br> from: <a class="struct" href="../map_model/struct.LaneID.html" title="struct map_model::LaneID">LaneID</a>, <br> constraints: <a class="enum" href="../map_model/enum.PathConstraints.html" title="enum map_model::PathConstraints">PathConstraints</a><br>) -> <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><&<a class="struct" href="../map_model/struct.Turn.html" title="struct map_model::Turn">Turn</a>></code><a class='srclink' href='../src/map_model/map.rs.html#371-388' title='goto source code'>[src]</a></h4><h4 id='method.get_next_roads' class="method"><code>pub fn <a href='#method.get_next_roads' class='fnname'>get_next_roads</a>(&self, from: <a class="struct" href="../map_model/struct.RoadID.html" title="struct map_model::RoadID">RoadID</a>) -> <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/collections/btree/set/struct.BTreeSet.html" title="struct alloc::collections::btree::set::BTreeSet">BTreeSet</a><<a class="struct" href="../map_model/struct.RoadID.html" title="struct map_model::RoadID">RoadID</a>></code><a class='srclink' href='../src/map_model/map.rs.html#390-397' title='goto source code'>[src]</a></h4><h4 id='method.get_parent' class="method"><code>pub fn <a href='#method.get_parent' class='fnname'>get_parent</a>(&self, id: <a class="struct" href="../map_model/struct.LaneID.html" title="struct map_model::LaneID">LaneID</a>) -> &<a class="struct" href="../map_model/struct.Road.html" title="struct map_model::Road">Road</a></code><a class='srclink' href='../src/map_model/map.rs.html#399-402' title='goto source code'>[src]</a></h4><h4 id='method.get_gps_bounds' class="method"><code>pub fn <a href='#method.get_gps_bounds' class='fnname'>get_gps_bounds</a>(&self) -> &<a class="struct" href="../geom/bounds/struct.GPSBounds.html" title="struct geom::bounds::GPSBounds">GPSBounds</a></code><a class='srclink' href='../src/map_model/map.rs.html#404-406' title='goto source code'>[src]</a></h4><h4 id='method.get_bounds' class="method"><code>pub fn <a href='#method.get_bounds' class='fnname'>get_bounds</a>(&self) -> &<a class="struct" href="../geom/bounds/struct.Bounds.html" title="struct geom::bounds::Bounds">Bounds</a></code><a class='srclink' href='../src/map_model/map.rs.html#408-410' title='goto source code'>[src]</a></h4><h4 id='method.get_city_name' class="method"><code>pub fn <a href='#method.get_city_name' class='fnname'>get_city_name</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></code><a class='srclink' href='../src/map_model/map.rs.html#412-414' title='goto source code'>[src]</a></h4><h4 id='method.get_name' class="method"><code>pub fn <a href='#method.get_name' class='fnname'>get_name</a>(&self) -> &<a class="struct" href="../abstutil/abst_paths/struct.MapName.html" title="struct abstutil::abst_paths::MapName">MapName</a></code><a class='srclink' href='../src/map_model/map.rs.html#416-418' title='goto source code'>[src]</a></h4><h4 id='method.all_bus_stops' class="method"><code>pub fn <a href='#method.all_bus_stops' class='fnname'>all_bus_stops</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/collections/btree/map/struct.BTreeMap.html" title="struct alloc::collections::btree::map::BTreeMap">BTreeMap</a><<a class="struct" href="../map_model/struct.BusStopID.html" title="struct map_model::BusStopID">BusStopID</a>, <a class="struct" href="../map_model/struct.BusStop.html" title="struct map_model::BusStop">BusStop</a>></code><a class='srclink' href='../src/map_model/map.rs.html#420-422' title='goto source code'>[src]</a></h4><h4 id='method.get_bs' class="method"><code>pub fn <a href='#method.get_bs' class='fnname'>get_bs</a>(&self, stop: <a class="struct" href="../map_model/struct.BusStopID.html" title="struct map_model::BusStopID">BusStopID</a>) -> &<a class="struct" href="../map_model/struct.BusStop.html" title="struct map_model::BusStop">BusStop</a></code><a class='srclink' href='../src/map_model/map.rs.html#424-426' title='goto source code'>[src]</a></h4><h4 id='method.get_br' class="method"><code>pub fn <a href='#method.get_br' class='fnname'>get_br</a>(&self, route: <a class="struct" href="../map_model/struct.BusRouteID.html" title="struct map_model::BusRouteID">BusRouteID</a>) -> &<a class="struct" href="../map_model/struct.BusRoute.html" title="struct map_model::BusRoute">BusRoute</a></code><a class='srclink' href='../src/map_model/map.rs.html#428-430' title='goto source code'>[src]</a></h4><h4 id='method.all_bus_routes' class="method"><code>pub fn <a href='#method.all_bus_routes' class='fnname'>all_bus_routes</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../map_model/struct.BusRoute.html" title="struct map_model::BusRoute">BusRoute</a>></code><a class='srclink' href='../src/map_model/map.rs.html#432-434' title='goto source code'>[src]</a></h4><h4 id='method.get_bus_route' class="method"><code>pub fn <a href='#method.get_bus_route' class='fnname'>get_bus_route</a>(&self, name: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../map_model/struct.BusRoute.html" title="struct map_model::BusRoute">BusRoute</a>></code><a class='srclink' href='../src/map_model/map.rs.html#436-438' title='goto source code'>[src]</a></h4><h4 id='method.get_routes_serving_stop' class="method"><code>pub fn <a href='#method.get_routes_serving_stop' class='fnname'>get_routes_serving_stop</a>(&self, stop: <a class="struct" href="../map_model/struct.BusStopID.html" title="struct map_model::BusStopID">BusStopID</a>) -> <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><&<a class="struct" href="../map_model/struct.BusRoute.html" title="struct map_model::BusRoute">BusRoute</a>></code><a class='srclink' href='../src/map_model/map.rs.html#440-448' title='goto source code'>[src]</a></h4><h4 id='method.building_to_road' class="method"><code>pub fn <a href='#method.building_to_road' class='fnname'>building_to_road</a>(&self, id: <a class="struct" href="../map_model/struct.BuildingID.html" title="struct map_model::BuildingID">BuildingID</a>) -> &<a class="struct" href="../map_model/struct.Road.html" title="struct map_model::Road">Road</a></code><a class='srclink' href='../src/map_model/map.rs.html#450-452' title='goto source code'>[src]</a></h4><h4 id='method.all_incoming_borders' class="method"><code>pub fn <a href='#method.all_incoming_borders' class='fnname'>all_incoming_borders</a>(&self) -> <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><&<a class="struct" href="../map_model/struct.Intersection.html" title="struct map_model::Intersection">Intersection</a>></code><a class='srclink' href='../src/map_model/map.rs.html#455-463' title='goto source code'>[src]</a></h4><div class='docblock'><p>This and all_outgoing_borders are expensive to constantly repeat</p>
|
||
</div><h4 id='method.all_outgoing_borders' class="method"><code>pub fn <a href='#method.all_outgoing_borders' class='fnname'>all_outgoing_borders</a>(&self) -> <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><&<a class="struct" href="../map_model/struct.Intersection.html" title="struct map_model::Intersection">Intersection</a>></code><a class='srclink' href='../src/map_model/map.rs.html#465-473' title='goto source code'>[src]</a></h4><h4 id='method.save' class="method"><code>pub fn <a href='#method.save' class='fnname'>save</a>(&self)</code><a class='srclink' href='../src/map_model/map.rs.html#475-480' title='goto source code'>[src]</a></h4><h4 id='method.find_driving_lane_near_building' class="method"><code>pub fn <a href='#method.find_driving_lane_near_building' class='fnname'>find_driving_lane_near_building</a>(&self, b: <a class="struct" href="../map_model/struct.BuildingID.html" title="struct map_model::BuildingID">BuildingID</a>) -> <a class="struct" href="../map_model/struct.LaneID.html" title="struct map_model::LaneID">LaneID</a></code><a class='srclink' href='../src/map_model/map.rs.html#487-537' title='goto source code'>[src]</a></h4><div class='docblock'><p>Cars trying to park near this building should head for the driving lane returned here, then
|
||
start their search. Some parking lanes are connected to driving lanes that're "parking
|
||
blackholes" -- if there are no free spots on that lane, then the roads force cars to a
|
||
border.</p>
|
||
</div><h4 id='method.get_boundary_polygon' class="method"><code>pub fn <a href='#method.get_boundary_polygon' class='fnname'>get_boundary_polygon</a>(&self) -> &<a class="struct" href="../geom/polygon/struct.Polygon.html" title="struct geom::polygon::Polygon">Polygon</a></code><a class='srclink' href='../src/map_model/map.rs.html#539-541' title='goto source code'>[src]</a></h4><h4 id='method.pathfind' class="method"><code>pub fn <a href='#method.pathfind' class='fnname'>pathfind</a>(&self, req: <a class="struct" href="../map_model/struct.PathRequest.html" title="struct map_model::PathRequest">PathRequest</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../map_model/struct.Path.html" title="struct map_model::Path">Path</a>></code><a class='srclink' href='../src/map_model/map.rs.html#543-546' title='goto source code'>[src]</a></h4><h4 id='method.pathfind_avoiding_lanes' class="method"><code>pub fn <a href='#method.pathfind_avoiding_lanes' class='fnname'>pathfind_avoiding_lanes</a>(<br> &self, <br> req: <a class="struct" href="../map_model/struct.PathRequest.html" title="struct map_model::PathRequest">PathRequest</a>, <br> avoid: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/collections/btree/set/struct.BTreeSet.html" title="struct alloc::collections::btree::set::BTreeSet">BTreeSet</a><<a class="struct" href="../map_model/struct.LaneID.html" title="struct map_model::LaneID">LaneID</a>><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../map_model/struct.Path.html" title="struct map_model::Path">Path</a>></code><a class='srclink' href='../src/map_model/map.rs.html#547-554' title='goto source code'>[src]</a></h4><h4 id='method.should_use_transit' class="method"><code>pub fn <a href='#method.should_use_transit' class='fnname'>should_use_transit</a>(<br> &self, <br> start: <a class="struct" href="../map_model/struct.Position.html" title="struct map_model::Position">Position</a>, <br> end: <a class="struct" href="../map_model/struct.Position.html" title="struct map_model::Position">Position</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><a class="struct" href="../map_model/struct.BusStopID.html" title="struct map_model::BusStopID">BusStopID</a>, <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../map_model/struct.BusStopID.html" title="struct map_model::BusStopID">BusStopID</a>>, <a class="struct" href="../map_model/struct.BusRouteID.html" title="struct map_model::BusRouteID">BusRouteID</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>></code><a class='srclink' href='../src/map_model/map.rs.html#556-562' title='goto source code'>[src]</a></h4><h4 id='method.get_movement' class="method"><code>pub fn <a href='#method.get_movement' class='fnname'>get_movement</a>(&self, t: <a class="struct" href="../map_model/struct.TurnID.html" title="struct map_model::TurnID">TurnID</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../map_model/struct.MovementID.html" title="struct map_model::MovementID">MovementID</a>></code><a class='srclink' href='../src/map_model/map.rs.html#565-578' title='goto source code'>[src]</a></h4><h4 id='method.find_r_by_osm_id' class="method"><code>pub fn <a href='#method.find_r_by_osm_id' class='fnname'>find_r_by_osm_id</a>(&self, id: <a class="struct" href="../map_model/raw/struct.OriginalRoad.html" title="struct map_model::raw::OriginalRoad">OriginalRoad</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../map_model/struct.RoadID.html" title="struct map_model::RoadID">RoadID</a>, <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>></code><a class='srclink' href='../src/map_model/map.rs.html#580-587' title='goto source code'>[src]</a></h4><h4 id='method.find_i_by_osm_id' class="method"><code>pub fn <a href='#method.find_i_by_osm_id' class='fnname'>find_i_by_osm_id</a>(&self, id: <a class="struct" href="../map_model/osm/struct.NodeID.html" title="struct map_model::osm::NodeID">NodeID</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../map_model/struct.IntersectionID.html" title="struct map_model::IntersectionID">IntersectionID</a>, <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>></code><a class='srclink' href='../src/map_model/map.rs.html#589-596' title='goto source code'>[src]</a></h4><h4 id='method.find_b_by_osm_id' class="method"><code>pub fn <a href='#method.find_b_by_osm_id' class='fnname'>find_b_by_osm_id</a>(&self, id: <a class="enum" href="../map_model/osm/enum.OsmID.html" title="enum map_model::osm::OsmID">OsmID</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../map_model/struct.BuildingID.html" title="struct map_model::BuildingID">BuildingID</a>></code><a class='srclink' href='../src/map_model/map.rs.html#598-605' title='goto source code'>[src]</a></h4><h4 id='method.find_br' class="method"><code>pub fn <a href='#method.find_br' class='fnname'>find_br</a>(&self, id: <a class="struct" href="../map_model/osm/struct.RelationID.html" title="struct map_model::osm::RelationID">RelationID</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../map_model/struct.BusRouteID.html" title="struct map_model::BusRouteID">BusRouteID</a>></code><a class='srclink' href='../src/map_model/map.rs.html#607-614' title='goto source code'>[src]</a></h4><h4 id='method.hack_override_offstreet_spots' class="method"><code>pub fn <a href='#method.hack_override_offstreet_spots' class='fnname'>hack_override_offstreet_spots</a>(&mut self, spots_per_bldg: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>)</code><a class='srclink' href='../src/map_model/map.rs.html#617-623' title='goto source code'>[src]</a></h4><h4 id='method.hack_override_offstreet_spots_individ' class="method"><code>pub fn <a href='#method.hack_override_offstreet_spots_individ' class='fnname'>hack_override_offstreet_spots_individ</a>(<br> &mut self, <br> b: <a class="struct" href="../map_model/struct.BuildingID.html" title="struct map_model::BuildingID">BuildingID</a>, <br> spots: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a><br>)</code><a class='srclink' href='../src/map_model/map.rs.html#624-629' title='goto source code'>[src]</a></h4><h4 id='method.hack_override_bldg_type' class="method"><code>pub fn <a href='#method.hack_override_bldg_type' class='fnname'>hack_override_bldg_type</a>(<br> &mut self, <br> b: <a class="struct" href="../map_model/struct.BuildingID.html" title="struct map_model::BuildingID">BuildingID</a>, <br> bldg_type: <a class="enum" href="../map_model/enum.BuildingType.html" title="enum map_model::BuildingType">BuildingType</a><br>)</code><a class='srclink' href='../src/map_model/map.rs.html#631-633' title='goto source code'>[src]</a></h4><h4 id='method.hack_override_orig_spawn_times' class="method"><code>pub fn <a href='#method.hack_override_orig_spawn_times' class='fnname'>hack_override_orig_spawn_times</a>(<br> &mut self, <br> br: <a class="struct" href="../map_model/struct.BusRouteID.html" title="struct map_model::BusRouteID">BusRouteID</a>, <br> times: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../geom/time/struct.Time.html" title="struct geom::time::Time">Time</a>><br>)</code><a class='srclink' href='../src/map_model/map.rs.html#635-638' title='goto source code'>[src]</a></h4><h4 id='method.get_languages' class="method"><code>pub fn <a href='#method.get_languages' class='fnname'>get_languages</a>(&self) -> <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/collections/btree/set/struct.BTreeSet.html" title="struct alloc::collections::btree::set::BTreeSet">BTreeSet</a><&<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>></code><a class='srclink' href='../src/map_model/map.rs.html#640-659' title='goto source code'>[src]</a></h4><h4 id='method.get_config' class="method"><code>pub fn <a href='#method.get_config' class='fnname'>get_config</a>(&self) -> &<a class="struct" href="../map_model/struct.MapConfig.html" title="struct map_model::MapConfig">MapConfig</a></code><a class='srclink' href='../src/map_model/map.rs.html#661-663' title='goto source code'>[src]</a></h4><h4 id='method.simple_path_btwn' class="method"><code>pub fn <a href='#method.simple_path_btwn' class='fnname'>simple_path_btwn</a>(<br> &self, <br> i1: <a class="struct" href="../map_model/struct.IntersectionID.html" title="struct map_model::IntersectionID">IntersectionID</a>, <br> i2: <a class="struct" href="../map_model/struct.IntersectionID.html" title="struct map_model::IntersectionID">IntersectionID</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../map_model/struct.RoadID.html" title="struct map_model::RoadID">RoadID</a>>></code><a class='srclink' href='../src/map_model/map.rs.html#666-685' title='goto source code'>[src]</a></h4><div class='docblock'><p>Simple search along undirected roads</p>
|
||
</div></div><h2 id='trait-implementations' class='small-section-header'>Trait Implementations<a href='#trait-implementations' class='anchor'></a></h2><div id='trait-implementations-list'><h3 id='impl-Deserialize%3C%27de%3E' class='impl'><code class='in-band'>impl<'de> <a class="trait" href="https://docs.rs/serde/1.0.117/serde/de/trait.Deserialize.html" title="trait serde::de::Deserialize">Deserialize</a><'de> for <a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a></code><a href='#impl-Deserialize%3C%27de%3E' class='anchor'></a><a class='srclink' href='../src/map_model/lib.rs.html#80' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.deserialize' class="method hidden"><code>fn <a href='https://docs.rs/serde/1.0.117/serde/de/trait.Deserialize.html#tymethod.deserialize' class='fnname'>deserialize</a><__D>(__deserializer: __D) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><Self, __D::<a class="type" href="https://docs.rs/serde/1.0.117/serde/de/trait.Deserializer.html#associatedtype.Error" title="type serde::de::Deserializer::Error">Error</a>> <span class="where fmt-newline">where<br> __D: <a class="trait" href="https://docs.rs/serde/1.0.117/serde/de/trait.Deserializer.html" title="trait serde::de::Deserializer">Deserializer</a><'de>, </span></code><a class='srclink' href='../src/map_model/lib.rs.html#80' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Deserialize this value from the given Serde deserializer. <a href="https://docs.rs/serde/1.0.117/serde/de/trait.Deserialize.html#tymethod.deserialize">Read more</a></p>
|
||
</div></div><h3 id='impl-Serialize' class='impl'><code class='in-band'>impl <a class="trait" href="https://docs.rs/serde/1.0.117/serde/ser/trait.Serialize.html" title="trait serde::ser::Serialize">Serialize</a> for <a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a></code><a href='#impl-Serialize' class='anchor'></a><a class='srclink' href='../src/map_model/lib.rs.html#80' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.serialize' class="method hidden"><code>fn <a href='https://docs.rs/serde/1.0.117/serde/ser/trait.Serialize.html#tymethod.serialize' class='fnname'>serialize</a><__S>(&self, __serializer: __S) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><__S::<a class="type" href="https://docs.rs/serde/1.0.117/serde/ser/trait.Serializer.html#associatedtype.Ok" title="type serde::ser::Serializer::Ok">Ok</a>, __S::<a class="type" href="https://docs.rs/serde/1.0.117/serde/ser/trait.Serializer.html#associatedtype.Error" title="type serde::ser::Serializer::Error">Error</a>> <span class="where fmt-newline">where<br> __S: <a class="trait" href="https://docs.rs/serde/1.0.117/serde/ser/trait.Serializer.html" title="trait serde::ser::Serializer">Serializer</a>, </span></code><a class='srclink' href='../src/map_model/lib.rs.html#80' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Serialize this value into the given Serde serializer. <a href="https://docs.rs/serde/1.0.117/serde/ser/trait.Serialize.html#tymethod.serialize">Read more</a></p>
|
||
</div></div></div><h2 id='synthetic-implementations' class='small-section-header'>Auto Trait Implementations<a href='#synthetic-implementations' class='anchor'></a></h2><div id='synthetic-implementations-list'><h3 id='impl-RefUnwindSafe' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/std/panic/trait.RefUnwindSafe.html" title="trait std::panic::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a></code><a href='#impl-RefUnwindSafe' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-Send' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a></code><a href='#impl-Send' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-Sync' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a></code><a href='#impl-Sync' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-Unpin' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a></code><a href='#impl-Unpin' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-UnwindSafe' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/std/panic/trait.UnwindSafe.html" title="trait std::panic::UnwindSafe">UnwindSafe</a> for <a class="struct" href="../map_model/struct.Map.html" title="struct map_model::Map">Map</a></code><a href='#impl-UnwindSafe' class='anchor'></a></h3><div class='impl-items'></div></div><h2 id='blanket-implementations' class='small-section-header'>Blanket Implementations<a href='#blanket-implementations' class='anchor'></a></h2><div id='blanket-implementations-list'><h3 id='impl-Any' class='impl'><code class='in-band'>impl<T> <a class="trait" href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T <span class="where fmt-newline">where<br> T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>, </span></code><a href='#impl-Any' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/any.rs.html#108-112' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.type_id' class="method hidden"><code>fn <a href='https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id' class='fnname'>type_id</a>(&self) -> <a class="struct" href="https://doc.rust-lang.org/nightly/core/any/struct.TypeId.html" title="struct core::any::TypeId">TypeId</a></code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/any.rs.html#109-111' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Gets the <code>TypeId</code> of <code>self</code>. <a href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id">Read more</a></p>
|
||
</div></div><h3 id='impl-Borrow%3CT%3E' class='impl'><code class='in-band'>impl<T> <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a><T> for T <span class="where fmt-newline">where<br> T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>, </span></code><a href='#impl-Borrow%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#210-214' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.borrow' class="method hidden"><code>fn <a href='https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow' class='fnname'>borrow</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#211-213' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></p>
|
||
</div></div><h3 id='impl-BorrowMut%3CT%3E' class='impl'><code class='in-band'>impl<T> <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a><T> for T <span class="where fmt-newline">where<br> T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>, </span></code><a href='#impl-BorrowMut%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#217-221' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.borrow_mut' class="method hidden"><code>fn <a href='https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut' class='fnname'>borrow_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut </a>T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#218-220' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Mutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></p>
|
||
</div></div><h3 id='impl-DeserializeOwned' class='impl'><code class='in-band'>impl<T> <a class="trait" href="https://docs.rs/serde/1.0.117/serde/de/trait.DeserializeOwned.html" title="trait serde::de::DeserializeOwned">DeserializeOwned</a> for T <span class="where fmt-newline">where<br> T: for<'de> <a class="trait" href="https://docs.rs/serde/1.0.117/serde/de/trait.Deserialize.html" title="trait serde::de::Deserialize">Deserialize</a><'de>, </span></code><a href='#impl-DeserializeOwned' class='anchor'></a><a class='srclink' href='https://docs.rs/serde/1.0.117/src/serde/de/mod.rs.html#604' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-From%3CT%3E' class='impl'><code class='in-band'>impl<T> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><T> for T</code><a href='#impl-From%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#551-555' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from' class="method hidden"><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(t: T) -> T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#552-554' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
||
</div></div><h3 id='impl-Into%3CU%3E' class='impl'><code class='in-band'>impl<T, U> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><U> for T <span class="where fmt-newline">where<br> U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><T>, </span></code><a href='#impl-Into%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#540-547' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.into' class="method hidden"><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into' class='fnname'>into</a>(self) -> U</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#544-546' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
||
</div></div><h3 id='impl-Same%3CT%3E' class='impl'><code class='in-band'>impl<T> Same<T> for T</code><a href='#impl-Same%3CT%3E' class='anchor'></a></h3><div class='impl-items'><h4 id='associatedtype.Output' class="type"><code>type <a href='#associatedtype.Output' class="type">Output</a> = T</code></h4><div class='docblock'><p>Should always be <code>Self</code></p>
|
||
</div></div><h3 id='impl-TryFrom%3CU%3E' class='impl'><code class='in-band'>impl<T, U> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U> for T <span class="where fmt-newline">where<br> U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><T>, </span></code><a href='#impl-TryFrom%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#588-597' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Error' class="type"><code>type <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error' class="type">Error</a> = <a class="enum" href="https://doc.rust-lang.org/nightly/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></code></h4><div class='docblock'><p>The type returned in the event of a conversion error.</p>
|
||
</div><h4 id='method.try_from' class="method hidden"><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#tymethod.try_from' class='fnname'>try_from</a>(value: U) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><T, <T as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U>>::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>></code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#594-596' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
||
</div></div><h3 id='impl-TryInto%3CU%3E' class='impl'><code class='in-band'>impl<T, U> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a><U> for T <span class="where fmt-newline">where<br> U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>, </span></code><a href='#impl-TryInto%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#574-583' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Error-1' class="type"><code>type <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#associatedtype.Error' class="type">Error</a> = <U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a></code></h4><div class='docblock'><p>The type returned in the event of a conversion error.</p>
|
||
</div><h4 id='method.try_into' class="method hidden"><code>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#tymethod.try_into' class='fnname'>try_into</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><U, <U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>></code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#580-582' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
||
</div></div><h3 id='impl-VZip%3CV%3E' class='impl'><code class='in-band'>impl<V, T> VZip<V> for T <span class="where fmt-newline">where<br> V: MultiLane<T>, </span></code><a href='#impl-VZip%3CV%3E' class='anchor'></a></h3><div class='impl-items'><h4 id='method.vzip' class="method hidden"><code>fn <a href='#method.vzip' class='fnname'>vzip</a>(self) -> V</code></h4></div></div></section><section id="search" class="content hidden"></section><section class="footer"></section><script>window.rootPath = "../";window.currentCrate = "map_model";</script><script src="../main.js"></script><script defer src="../search-index.js"></script></body></html> |