Constant game::pregame::built_info::BUILT_TIME_UTC [−][src]
pub const BUILT_TIME_UTC: &str = "Sat, 03 Apr 2021 18:35:49 +0000";
Constant game::pregame::built_info::BUILT_TIME_UTC [−][src]
pub const BUILT_TIME_UTC: &str = "Sun, 04 Apr 2021 17:14:31 +0000";
The built-time in RFC2822, UTC
Module map_gui::tools::command [−][src]
Structs
+Module map_gui::tools::command [−][src]
Structs
RunCommand | Executes a command and displays STDOUT and STDERR in a loading screen window. Only works on native, of course. |
Struct map_gui::tools::command::RunCommand [−][src]
pub struct RunCommand<A: AppLike> { +Struct map_gui::
tools:: [−][src]command:: RunCommand pub struct RunCommand<A: AppLike> { p: Popen, comm: Option<Communicator>, panel: Panel, lines: VecDeque<String>, max_capacity: usize, started: Instant, + last_drawn: Instant, on_load: Option<Box<dyn FnOnce(&mut EventCtx<'_>, &mut A, bool, Vec<String>) -> Transition<A>>>, }Executes a command and displays STDOUT and STDERR in a loading screen window. Only works on native, of course.
- Fields
p: Popen
comm: Option<Communicator>
panel: Panel
lines: VecDeque<String>
max_capacity: usize
started: Instant
on_load: Option<Box<dyn FnOnce(&mut EventCtx<'_>, &mut A, bool, Vec<String>) -> Transition<A>>>
Implementations
impl<A: AppLike + 'static> RunCommand<A>
[src]
pub fn new(
[src]
ctx: &mut EventCtx<'_>,
_: &A,
args: Vec<String>,
on_load: Box<dyn FnOnce(&mut EventCtx<'_>, &mut A, bool, Vec<String>) -> Transition<A>>
) -> Box<dyn State<A>>
fn read_output(&mut self)
[src]Trait Implementations
impl<A: AppLike + 'static> State<A> for RunCommand<A>
[src]
fn event(&mut self, ctx: &mut EventCtx<'_>, app: &mut A) -> Transition<A>
[src]Respond to a UI event, such as input or time passing.
-
fn draw(&self, g: &mut GfxCtx<'_>, _: &A)
[src]Draw
+ Fieldsp: Popen
comm: Option<Communicator>
panel: Panel
lines: VecDeque<String>
max_capacity: usize
started: Instant
last_drawn: Instant
on_load: Option<Box<dyn FnOnce(&mut EventCtx<'_>, &mut A, bool, Vec<String>) -> Transition<A>>>
Implementations
impl<A: AppLike + 'static> RunCommand<A>
[src]
pub fn new(
[src]
ctx: &mut EventCtx<'_>,
_: &A,
args: Vec<String>,
on_load: Box<dyn FnOnce(&mut EventCtx<'_>, &mut A, bool, Vec<String>) -> Transition<A>>
) -> Box<dyn State<A>>
fn read_output(&mut self)
[src]Trait Implementations
impl<A: AppLike + 'static> State<A> for RunCommand<A>
[src]
fn event(&mut self, ctx: &mut EventCtx<'_>, app: &mut A) -> Transition<A>
[src]Respond to a UI event, such as input or time passing.
+
fn draw(&self, g: &mut GfxCtx<'_>, _: &A)
[src]Draw
pub fn draw_baselayer(&self) -> DrawBaselayer
Specifies what to draw before draw()
pub fn on_destroy(&mut self, &mut EventCtx<'_>, &mut A)
Before this state is popped or replaced, call this.
Auto Trait Implementations
impl<A> !RefUnwindSafe for RunCommand<A>
[src]
impl<A> !Send for RunCommand<A>
[src]
impl<A> !Sync for RunCommand<A>
[src]
impl<A> Unpin for RunCommand<A>
[src]
impl<A> !UnwindSafe for RunCommand<A>
[src]Blanket Implementations
impl<T> Any for T where
[src]
T: 'static + ?Sized,
pub fn type_id(&self) -> TypeId
[src]Gets the
diff --git a/rustdoc/search-index.js b/rustdoc/search-index.js index 85651ab71f..588c3e0b40 100644 --- a/rustdoc/search-index.js +++ b/rustdoc/search-index.js @@ -9,7 +9,7 @@ var searchIndex = JSON.parse('{\ "dump_scenario":{"doc":"","i":[[5,"main","dump_scenario","",null,[[]]]],"p":[]},\ "extract_cities":{"doc":"Extracts all cities from a large .osm file.","i":[[5,"main","extract_cities","",null,[[]]]],"p":[]},\ "fifteen_min":{"doc":"","i":[[0,"find_home","fifteen_min","",null,null],[3,"FindHome","fifteen_min::find_home","Ask what types of amenities are necessary to be within a …",null,null],[12,"options","","",0,null],[11,"new","","",0,[[["eventctx",3],["options",4]],[["state",8],["box",3]]]],[5,"score_houses","","For every house in the map, return the percent of …",null,[[["amenitytype",4],["timer",3],["simpleapp",3],["options",4],["vec",3]],[["hashmap",3],["buildingid",3],["percent",3]]]],[3,"Results","","",null,null],[12,"draw_houses","","",1,null],[11,"new","","",1,[[["hashmap",3],["eventctx",3],["buildingid",3],["percent",3],["simpleapp",3],["amenitytype",4],["vec",3]],[["state",8],["box",3]]]],[0,"isochrone","fifteen_min","",null,null],[3,"Isochrone","fifteen_min::isochrone","Represents the area reachable from a single building.",null,null],[12,"start","","The center of the isochrone",2,null],[12,"options","","The options used to generate this isochrone",2,null],[12,"draw","","Colored polygon contours, uploaded to the GPU and ready …",2,null],[12,"time_to_reach_building","","How far away is each building from the start?",2,null],[12,"amenities_reachable","","Per category of amenity, what buildings have that?",2,null],[12,"population","","How many people live in the returned area, according to …",2,null],[12,"onstreet_parking_spots","","How many sreet parking spots are on the same road as any …",2,null],[4,"Options","","The constraints on how we\'re moving.",null,null],[13,"Walking","","",3,null],[13,"Biking","","",3,null],[11,"time_to_reach_building","","",3,[[["map",3],["buildingid",3]],[["hashmap",3],["buildingid",3],["duration",3]]]],[11,"new","","",2,[[["buildingid",3],["eventctx",3],["simpleapp",3],["options",4]],["isochrone",3]]],[11,"path_to","","",2,[[["map",3],["buildingid",3]],[["path",3],["option",4]]]],[11,"draw_isochrone","","",2,[[["simpleapp",3]],["geombatch",3]]],[0,"viewer","fifteen_min","This is a tool to experiment with the concept of …",null,null],[3,"Viewer","fifteen_min::viewer","This is the UI state for exploring the isochrone/walkshed …",null,null],[12,"panel","","",4,null],[12,"highlight_start","","",4,null],[12,"isochrone","","",4,null],[12,"hovering_on_bldg","","",4,null],[12,"hovering_on_category","","",4,null],[12,"draw_unwalkable_roads","","",4,null],[11,"random_start","","Start with a random building",4,[[["simpleapp",3],["eventctx",3]],[["state",8],["box",3]]]],[11,"new","","",4,[[["simpleapp",3],["eventctx",3],["buildingid",3]],[["state",8],["box",3]]]],[5,"options_to_controls","","",null,[[["options",4],["eventctx",3]],["widget",3]]],[5,"options_from_controls","","",null,[[["panel",3]],["options",4]]],[5,"draw_star","","",null,[[["building",3],["eventctx",3]],["geombatch",3]]],[5,"build_panel","","",null,[[["building",3],["eventctx",3],["simpleapp",3],["isochrone",3]],["panel",3]]],[3,"HoverOnBuilding","","",null,null],[12,"tooltip","","",5,null],[12,"drawn_route","","",5,null],[6,"HoverKey","","(building, scale factor)",null,null],[11,"key","","",5,[[["eventctx",3],["simpleapp",3]],["option",4]]],[11,"value","","",5,[[["simpleapp",3],["eventctx",3],["isochrone",3]],["hoveronbuilding",3]]],[3,"ExploreAmenities","","",null,null],[12,"table","","",6,null],[12,"panel","","",6,null],[12,"draw","","",6,null],[3,"Entry","","",null,null],[12,"bldg","","",7,null],[12,"amenity_idx","","",7,null],[12,"name","","",7,null],[12,"amenity_type","","",7,null],[12,"address","","",7,null],[12,"duration_away","","",7,null],[11,"new","","",6,[[["eventctx",3],["amenitytype",4],["simpleapp",3],["isochrone",3]],[["state",8],["box",3]]]],[5,"draw_unwalkable_roads","","",null,[[["simpleapp",3],["eventctx",3],["options",4]],["drawable",3]]],[6,"App","fifteen_min","",null,null],[5,"main","","",null,[[]]],[5,"run","","",null,[[["settings",3]]]],[11,"from","fifteen_min::find_home","",0,[[]]],[11,"into","","",0,[[]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"into_any","","",0,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",0,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",0,[[],["any",8]]],[11,"as_any_mut","","",0,[[],["any",8]]],[11,"into_any_arc","","",0,[[["arc",3]],[["arc",3],["any",8]]]],[11,"vzip","","",0,[[]]],[11,"from","","",1,[[]]],[11,"into","","",1,[[]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"into_any","","",1,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",1,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",1,[[],["any",8]]],[11,"as_any_mut","","",1,[[],["any",8]]],[11,"into_any_arc","","",1,[[["arc",3]],[["arc",3],["any",8]]]],[11,"vzip","","",1,[[]]],[11,"from","fifteen_min::isochrone","",2,[[]]],[11,"into","","",2,[[]]],[11,"borrow","","",2,[[]]],[11,"borrow_mut","","",2,[[]]],[11,"try_from","","",2,[[],["result",4]]],[11,"try_into","","",2,[[],["result",4]]],[11,"type_id","","",2,[[],["typeid",3]]],[11,"into_any","","",2,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",2,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",2,[[],["any",8]]],[11,"as_any_mut","","",2,[[],["any",8]]],[11,"into_any_arc","","",2,[[["arc",3]],[["arc",3],["any",8]]]],[11,"vzip","","",2,[[]]],[11,"from","","",3,[[]]],[11,"into","","",3,[[]]],[11,"to_owned","","",3,[[]]],[11,"clone_into","","",3,[[]]],[11,"borrow","","",3,[[]]],[11,"borrow_mut","","",3,[[]]],[11,"try_from","","",3,[[],["result",4]]],[11,"try_into","","",3,[[],["result",4]]],[11,"type_id","","",3,[[],["typeid",3]]],[11,"into_any","","",3,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",3,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",3,[[],["any",8]]],[11,"as_any_mut","","",3,[[],["any",8]]],[11,"into_any_arc","","",3,[[["arc",3]],[["arc",3],["any",8]]]],[11,"vzip","","",3,[[]]],[11,"from","fifteen_min::viewer","",4,[[]]],[11,"into","","",4,[[]]],[11,"borrow","","",4,[[]]],[11,"borrow_mut","","",4,[[]]],[11,"try_from","","",4,[[],["result",4]]],[11,"try_into","","",4,[[],["result",4]]],[11,"type_id","","",4,[[],["typeid",3]]],[11,"into_any","","",4,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",4,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",4,[[],["any",8]]],[11,"as_any_mut","","",4,[[],["any",8]]],[11,"vzip","","",4,[[]]],[11,"from","","",5,[[]]],[11,"into","","",5,[[]]],[11,"borrow","","",5,[[]]],[11,"borrow_mut","","",5,[[]]],[11,"try_from","","",5,[[],["result",4]]],[11,"try_into","","",5,[[],["result",4]]],[11,"type_id","","",5,[[],["typeid",3]]],[11,"into_any","","",5,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",5,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",5,[[],["any",8]]],[11,"as_any_mut","","",5,[[],["any",8]]],[11,"into_any_arc","","",5,[[["arc",3]],[["arc",3],["any",8]]]],[11,"vzip","","",5,[[]]],[11,"from","","",6,[[]]],[11,"into","","",6,[[]]],[11,"borrow","","",6,[[]]],[11,"borrow_mut","","",6,[[]]],[11,"try_from","","",6,[[],["result",4]]],[11,"try_into","","",6,[[],["result",4]]],[11,"type_id","","",6,[[],["typeid",3]]],[11,"into_any","","",6,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",6,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",6,[[],["any",8]]],[11,"as_any_mut","","",6,[[],["any",8]]],[11,"vzip","","",6,[[]]],[11,"from","","",7,[[]]],[11,"into","","",7,[[]]],[11,"borrow","","",7,[[]]],[11,"borrow_mut","","",7,[[]]],[11,"try_from","","",7,[[],["result",4]]],[11,"try_into","","",7,[[],["result",4]]],[11,"type_id","","",7,[[],["typeid",3]]],[11,"into_any","","",7,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",7,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",7,[[],["any",8]]],[11,"as_any_mut","","",7,[[],["any",8]]],[11,"into_any_arc","","",7,[[["arc",3]],[["arc",3],["any",8]]]],[11,"vzip","","",7,[[]]],[11,"clone","fifteen_min::isochrone","",3,[[],["options",4]]],[11,"event","fifteen_min::viewer","",4,[[["eventctx",3],["simpleapp",3]],[["simpleapp",3],["transition",4]]]],[11,"draw","","",4,[[["simpleapp",3],["gfxctx",3]]]],[11,"event","","",6,[[["eventctx",3],["simpleapp",3]],[["simpleapp",3],["transition",4]]]],[11,"draw","","",6,[[["simpleapp",3],["gfxctx",3]]]],[11,"on_click","fifteen_min::find_home","",0,[[["eventctx",3],["simpleapp",3],["panel",3],["str",15]],[["simpleapp",3],["transition",4]]]],[11,"on_click","","",1,[[["eventctx",3],["simpleapp",3],["panel",3],["str",15]],[["simpleapp",3],["transition",4]]]],[11,"other_event","","",1,[[["eventctx",3],["simpleapp",3]],[["simpleapp",3],["transition",4]]]],[11,"draw","","",1,[[["simpleapp",3],["gfxctx",3]]]]],"p":[[3,"FindHome"],[3,"Results"],[3,"Isochrone"],[4,"Options"],[3,"Viewer"],[3,"HoverOnBuilding"],[3,"ExploreAmenities"],[3,"Entry"]]},\ -"game":{"doc":"","i":[[0,"app","game","",null,null],[6,"Transition","game::app","",null,null],[3,"App","","The top-level data that lasts through the entire game, no …",null,null],[12,"primary","","",0,null],[12,"cs","","",0,null],[12,"opts","","",0,null],[12,"per_obj","","",0,null],[12,"session","","Static data that lasts the entire session. Use sparingly.",0,null],[11,"has_prebaked","","",0,[[],["option",4]]],[11,"prebaked","","",0,[[],["analytics",3]]],[11,"set_prebaked","","",0,[[["option",4]]]],[11,"draw","","",0,[[["showobject",8],["gfxctx",3],["drawoptions",3]]]],[11,"recalculate_current_selection","","Assumes some defaults.",0,[[["eventctx",3]]]],[11,"mouseover_unzoomed_roads_and_intersections","","",0,[[["eventctx",3]],[["option",4],["id",4]]]],[11,"mouseover_unzoomed_intersections","","",0,[[["eventctx",3]],[["option",4],["id",4]]]],[11,"mouseover_unzoomed_buildings","","",0,[[["eventctx",3]],[["option",4],["id",4]]]],[11,"mouseover_unzoomed_everything","","",0,[[["eventctx",3]],[["option",4],["id",4]]]],[11,"mouseover_debug_mode","","",0,[[["eventctx",3],["showobject",8]],[["option",4],["id",4]]]],[11,"calculate_current_selection","","",0,[[["eventctx",3],["bool",15],["showobject",8]],[["option",4],["id",4]]]],[11,"get_renderables_back_to_front","","",0,[[["agentcache",3],["bounds",3],["showobject",8],["prerender",3]],[["vec",3],["renderable",8]]]],[11,"clear_everything","","Ensure the map edits are blank, reset the simulation, and …",0,[[["eventctx",3]]]],[11,"click_on_intersection","","If an intersection was clicked, return its ID.",0,[[["eventctx",3],["into",8],["string",3]],[["option",4],["intersectionid",3]]]],[11,"click_on_lane","","If a lane was clicked, return its ID.",0,[[["eventctx",3],["into",8],["string",3]],[["option",4],["laneid",3]]]],[3,"ShowLayers","","",null,null],[12,"show_buildings","","",1,null],[12,"show_parking_lots","","",1,null],[12,"show_intersections","","",1,null],[12,"show_lanes","","",1,null],[12,"show_areas","","",1,null],[12,"show_labels","","",1,null],[11,"new","","",1,[[],["showlayers",3]]],[8,"ShowObject","","",null,null],[10,"show","","",2,[[["id",4]],["bool",15]]],[10,"layers","","",2,[[],["showlayers",3]]],[3,"ShowEverything","","",null,null],[12,"layers","","",3,null],[11,"new","","",3,[[],["showeverything",3]]],[3,"Flags","","",null,null],[12,"sim_flags","","",4,null],[12,"live_map_edits","","If true, all map edits immediately apply to the live …",4,null],[12,"study_area","","Display an extra area with this name on the map. This …",4,null],[3,"PerMap","","All of the state that\'s bound to a specific map.",null,null],[12,"map","","",5,null],[12,"draw_map","","",5,null],[12,"sim","","",5,null],[12,"agents","","",5,null],[12,"current_selection","","",5,null],[12,"current_flags","","",5,null],[12,"last_warped_from","","",5,null],[12,"sim_cb","","",5,null],[12,"dirty_from_edits","","If we ever left edit mode and resumed without restarting …",5,null],[12,"has_modified_trips","","Any ScenarioModifiers in effect?",5,null],[12,"unedited_map","","Sometimes we need the map before any edits have been …",5,null],[12,"layer","","",5,null],[12,"suspended_sim","","Only filled out in edit mode. Stored here once to avoid …",5,null],[12,"prebaked","","Only exists in some gameplay modes. Must be carefully …",5,null],[12,"scenario","","The most recent Scenario loaded from a file. Don\'t depend …",5,null],[11,"map_loaded","","",5,[[["colorscheme",3],["flags",3],["timer",3],["options",3],["eventctx",3],["map",3],["sim",3]],["permap",3]]],[11,"init_camera_for_loaded_map","","",5,[[["eventctx",3],["bool",15]]]],[11,"clear_sim","","Returns whatever was there",5,[[],["sim",3]]],[11,"calculate_unedited_map","","If needed, makes sure the unedited_map is populated. …",5,[[["eventctx",3]],[["transition",4],["option",4]]]],[11,"canonical_point","","",5,[[["id",4]],[["option",4],["pt2d",3]]]],[3,"SessionState","","",null,null],[12,"tutorial","","",6,null],[12,"high_scores","","",6,null],[12,"info_panel_tab","","",6,null],[11,"empty","","",6,[[],["sessionstate",3]]],[3,"PerObjectActions","","",null,null],[12,"click_action","","",7,null],[11,"new","","",7,[[],["perobjectactions",3]]],[11,"reset","","",7,[[]]],[11,"left_click","","",7,[[["eventctx",3],["into",8],["string",3]],["bool",15]]],[3,"FindDelayedIntersections","","",null,null],[12,"halt_limit","","",8,null],[12,"report_limit","","",8,null],[12,"currently_delayed","","",8,null],[5,"add_study_area","","Load an extra GeoJSON file, and add the area to the map …",null,[[["map",3],["str",15]],["result",6]]],[0,"challenges","game","",null,null],[0,"cutscene","game::challenges","",null,null],[3,"CutsceneBuilder","game::challenges::cutscene","",null,null],[12,"name","","",9,null],[12,"scenes","","",9,null],[4,"Layout","","",null,null],[13,"PlayerSpeaking","","",10,null],[13,"BossSpeaking","","",10,null],[13,"Extra","","",10,null],[3,"Scene","","",null,null],[12,"layout","","",11,null],[12,"msg","","",11,null],[11,"new","","",9,[[["str",15]],["cutscenebuilder",3]]],[11,"fg_color","","",9,[[],["color",3]]],[11,"player","","",9,[[["into",8],["string",3]],["cutscenebuilder",3]]],[11,"boss","","",9,[[["into",8],["string",3]],["cutscenebuilder",3]]],[11,"extra","","",9,[[["f64",15],["into",8],["str",15],["string",3]],["cutscenebuilder",3]]],[11,"build","","",9,[[["eventctx",3],["fn",8],["box",3]],[["state",8],["box",3]]]],[3,"CutscenePlayer","","",null,null],[12,"name","","",12,null],[12,"scenes","","",12,null],[12,"idx","","",12,null],[12,"panel","","",12,null],[12,"make_task","","",12,null],[5,"make_panel","","",null,[[["vec",3],["usize",15],["eventctx",3],["box",3],["str",15]],["panel",3]]],[3,"FYI","","",null,null],[12,"panel","","",13,null],[11,"new","","",13,[[["eventctx",3],["widget",3],["color",3]],[["state",8],["box",3]]]],[0,"prebake","game::challenges","",null,null],[5,"prebake_all","game::challenges::prebake","Simulate a curated list of scenarios to completion, and …",null,[[]]],[5,"prebake","","",null,[[["timer",3],["scenario",3],["option",4],["map",3],["simoptions",3]]]],[3,"Challenge","game::challenges","",null,null],[12,"title","","",14,null],[12,"description","","",14,null],[12,"alias","","",14,null],[12,"gameplay","","",14,null],[12,"cutscene","","",14,null],[3,"HighScore","","",null,null],[12,"goal","","",15,null],[12,"score","","",15,null],[12,"edits_name","","",15,null],[11,"record","","",15,[[["gameplaymode",4],["app",3]]]],[11,"all","","",14,[[],[["string",3],["vec",3],["btreemap",3]]]],[11,"find","","",14,[[["gameplaymode",4]]]],[3,"ChallengesPicker","","",null,null],[12,"panel","","",16,null],[12,"links","","",16,null],[12,"challenge","","",16,null],[11,"new","","",16,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[11,"make","","",16,[[["eventctx",3],["app",3],["option",4]],[["state",8],["box",3]]]],[0,"common","game","",null,null],[0,"warp","game::common","",null,null],[17,"WARP_TO_CAM_ZOOM","game::common::warp","",null,null],[3,"Warping","","",null,null],[12,"warper","","",17,null],[12,"id","","",17,null],[11,"new","","",17,[[["f64",15],["eventctx",3],["option",4],["option",4],["id",4],["permap",3],["pt2d",3]],[["state",8],["box",3]]]],[3,"DebugWarp","","",null,null],[12,"panel","","",18,null],[11,"new","","",18,[[["eventctx",3]],[["state",8],["box",3]]]],[5,"warp_to_id","","",null,[[["eventctx",3],["app",3],["str",15]],[["transition",4],["app",3]]]],[5,"inner_warp_to_id","","",null,[[["eventctx",3],["app",3],["str",15]],[["transition",4],["option",4]]]],[3,"CommonState","game::common","",null,null],[12,"info_panel","","",19,null],[12,"cached_actions","","",19,null],[11,"new","","",19,[[],["commonstate",3]]],[11,"event","","",19,[[["eventctx",3],["contextualactions",8],["app",3]],[["transition",4],["option",4]]]],[11,"draw","","",19,[[["app",3],["gfxctx",3]]]],[11,"osd_for","","",19,[[["app",3],["id",4]],["text",3]]],[11,"draw_osd","","",19,[[["app",3],["gfxctx",3]]]],[11,"draw_custom_osd","","",19,[[["app",3],["gfxctx",3],["text",3]]]],[11,"launch_info_panel","","",19,[[["app",3],["eventctx",3],["contextualactions",8],["tab",4]]]],[11,"info_panel_open","","",19,[[["app",3]],[["option",4],["id",4]]]],[5,"tool_panel","","",null,[[["eventctx",3]],["panel",3]]],[5,"list_names","","",null,[[["text",3],["fn",8],["string",3],["btreeset",3]]]],[5,"cmp_duration_shorter","","",null,[[["app",3],["duration",3]],[["textspan",3],["vec",3]]]],[5,"color_for_mode","","",null,[[["app",3],["tripmode",4]],["color",3]]],[5,"color_for_agent_type","","",null,[[["app",3],["agenttype",4]],["color",3]]],[5,"color_for_trip_phase","","",null,[[["app",3],["tripphasetype",4]],["color",3]]],[5,"intersections_from_roads","","",null,[[["btreeset",3],["map",3]],[["btreeset",3],["intersectionid",3]]]],[5,"checkbox_per_mode","","",null,[[["eventctx",3],["app",3],["btreeset",3]],["widget",3]]],[5,"jump_to_time_upon_startup","","If you want a simulation to start after midnight, pass …",null,[[["duration",3]],[["box",3],["fnonce",8]]]],[0,"debug","game","",null,null],[0,"blocked_by","game::debug","",null,null],[3,"Viewer","game::debug::blocked_by","Visualize the graph of what agents are blocked by others.",null,null],[12,"panel","","",20,null],[12,"graph","","",20,null],[12,"agent_positions","","",20,null],[12,"arrows","","",20,null],[12,"root_cause","","",20,null],[11,"new","","",20,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[11,"arrow_for","","",20,[[["app",3],["agentid",4]],["option",4]]],[11,"trace_root_cause","","Figure out why some agent is blocked. Draws an arrow for …",20,[[["app",3],["agentid",4]]]],[11,"find_worst_problems","","Trace the root cause for everyone, find the most common …",20,[[["app",3],["eventctx",3]]]],[11,"simple_root_cause","","",20,[[["agentid",4]],["delaycause",4]]],[0,"floodfill","game::debug","",null,null],[3,"Floodfiller","game::debug::floodfill","",null,null],[12,"panel","","",21,null],[12,"unzoomed","","",21,null],[12,"zoomed","","",21,null],[12,"source","","",21,null],[11,"floodfill","","",21,[[["eventctx",3],["app",3],["laneid",3]],[["state",8],["box",3]]]],[11,"scc","","",21,[[["eventctx",3],["app",3],["laneid",3]],[["state",8],["box",3]]]],[11,"new","","",21,[[["app",3],["pathconstraints",4],["eventctx",3],["source",4]],[["state",8],["box",3]]]],[4,"Source","","",null,null],[13,"Floodfill","","",22,null],[13,"SCC","","",22,null],[11,"calculate","","",22,[[["map",3],["pathconstraints",4]]]],[0,"objects","game::debug","",null,null],[3,"ObjectDebugger","game::debug::objects","",null,null],[11,"draw","","",23,[[["app",3],["gfxctx",3]]]],[11,"dump_debug","","",23,[[["map",3],["id",4],["sim",3]]]],[0,"path_counter","game::debug","",null,null],[3,"PathCounter","game::debug::path_counter","A state to count the number of trips that will cross …",null,null],[12,"panel","","",24,null],[12,"unzoomed","","",24,null],[12,"zoomed","","",24,null],[12,"cnt","","",24,null],[12,"tooltip","","",24,null],[11,"demand_across_intersection","","",24,[[["eventctx",3],["app",3],["intersectionid",3]],[["state",8],["box",3]]]],[0,"polygons","game::debug","",null,null],[3,"PolygonDebugger","game::debug::polygons","",null,null],[12,"panel","","",25,null],[12,"noun","","",25,null],[12,"items","","",25,null],[12,"idx","","",25,null],[12,"center","","",25,null],[4,"Item","","",null,null],[13,"Point","","",26,null],[13,"Triangle","","",26,null],[13,"Polygon","","",26,null],[11,"new","","",25,[[["pt2d",3],["option",4],["vec",3],["eventctx",3],["item",4],["str",15]],[["state",8],["box",3]]]],[0,"routes","game::debug","",null,null],[3,"RouteExplorer","game::debug::routes","See how live-tuned routing parameters affect a single …",null,null],[12,"panel","","",27,null],[12,"start","","",27,null],[12,"goal","","",27,null],[11,"new","","",27,[[["eventctx",3],["app",3],["tripendpoint",4]],[["state",8],["box",3]]]],[11,"recalc_paths","","",27,[[["eventctx",3],["app",3]]]],[5,"params_to_controls","","",null,[[["eventctx",3],["tripmode",4],["routingparams",3]],["widget",3]]],[5,"controls_to_params","","",null,[[["panel",3]]]],[3,"AllRoutesExplorer","","See how live-tuned routing parameters affect all requests …",null,null],[12,"panel","","",28,null],[12,"requests","","",28,null],[12,"baseline_counts","","",28,null],[12,"current_counts","","",28,null],[12,"unzoomed","","",28,null],[12,"zoomed","","",28,null],[12,"tooltip","","",28,null],[11,"new","","",28,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[5,"calculate_demand","","",null,[[["app",3],["vec",3],["timer",3]],[["roadid",3],["counter",3]]]],[5,"cmp_count","","",null,[[["usize",15]],[["textspan",3],["vec",3]]]],[3,"PathCostDebugger","","Evaluate why an alternative path wasn\'t chosen, by …",null,null],[12,"draw_path","","",29,null],[12,"costs","","",29,null],[12,"tooltip","","",29,null],[12,"panel","","",29,null],[11,"maybe_new","","",29,[[["app",3],["pathrequest",3],["eventctx",3],["polygon",3]],[["option",4],["box",3]]]],[0,"shared_row","game::debug","",null,null],[5,"export","game::debug::shared_row","Exports to https://github.com/d-wasserman/shared-row/, …",null,[[["intersectionid",3],["vec",3],["roadid",3],["vec",3],["map",3]],["string",3]]],[5,"road","","",null,[[["roadid",3],["map",3]],["feature",3]]],[5,"lane","","",null,[[["lane",3]],[["map",3],["option",4]]]],[5,"intersection","","",null,[[["map",3],["intersectionid",3]],["feature",3]]],[0,"streetmix","game::debug","",null,null],[5,"export","game::debug::streetmix","Exports a single road to Streetmix\'s format, returns the …",null,[[["roadid",3],["map",3]],["string",3]]],[5,"road","","",null,[[["roadid",3],["map",3]],[["map",3],["string",3],["value",4]]]],[5,"lane","","",null,[[["lane",3],["direction",4]],[["map",3],["string",3],["value",4]]]],[0,"uber_turns","game::debug","",null,null],[3,"UberTurnPicker","game::debug::uber_turns","",null,null],[12,"members","","",30,null],[11,"new","","",30,[[["eventctx",3],["app",3],["intersectionid",3]],[["state",8],["box",3]]]],[3,"UberTurnViewer","","",null,null],[12,"draw","","",31,null],[12,"ic","","",31,null],[12,"idx","","",31,null],[12,"legal_turns","","",31,null],[11,"new","","",31,[[["usize",15],["app",3],["intersectionid",3],["eventctx",3],["btreeset",3],["bool",15]],[["state",8],["box",3]]]],[3,"DebugMode","game::debug","",null,null],[12,"panel","","",32,null],[12,"common","","",32,null],[12,"tool_panel","","",32,null],[12,"objects","","",32,null],[12,"hidden","","",32,null],[12,"layers","","",32,null],[12,"search_results","","",32,null],[12,"all_routes","","",32,null],[12,"highlighted_agents","","",32,null],[11,"new","","",32,[[["eventctx",3]],[["state",8],["box",3]]]],[11,"reset_info","","",32,[[["eventctx",3]]]],[5,"search_osm","","",null,[[["eventctx",3],["string",3],["app",3]],[["transition",4],["app",3]]]],[3,"SearchResults","","",null,null],[12,"query","","",33,null],[12,"num_matches","","",33,null],[12,"draw","","",33,null],[5,"calc_all_routes","","",null,[[["eventctx",3],["app",3]]]],[3,"Actions","","",null,null],[5,"find_bad_signals","","",null,[[["app",3]]]],[5,"find_degenerate_roads","","",null,[[["app",3]]]],[5,"diff_tags","","",null,[[["tags",3]]]],[5,"find_large_intersections","","",null,[[["app",3]]]],[3,"ScreenshotTest","","",null,null],[12,"todo_maps","","",34,null],[12,"screenshot_done","","",34,null],[11,"new","","",34,[[["app",3],["mapname",3],["eventctx",3],["vec",3]],[["state",8],["box",3]]]],[5,"export_for_leaflet","","",null,[[["eventctx",3],["app",3]]]],[5,"draw_banned_turns","","",null,[[["eventctx",3],["app",3]],["drawable",3]]],[0,"devtools","game","This directory contains extra/experimental tools not …",null,null],[0,"collisions","game::devtools","",null,null],[3,"CollisionsViewer","game::devtools::collisions","",null,null],[12,"data","","",35,null],[12,"dataviz","","",35,null],[12,"tooltips","","",35,null],[12,"panel","","",35,null],[11,"new","","",35,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[3,"Filters","","",null,null],[12,"show_individual","","",36,null],[12,"time_range","","",36,null],[12,"severity","","",36,null],[11,"new","","",36,[[],["filters",3]]],[11,"apply","","Returns the indices of all matching collisions",36,[[["collisiondataset",3]],[["usize",15],["vec",3]]]],[11,"to_controls","","",36,[[["eventctx",3]],["widget",3]]],[11,"from_controls","","",36,[[["panel",3]],["filters",3]]],[4,"Dataviz","","",null,null],[13,"Individual","","",37,null],[12,"draw_all_circles","game::devtools::collisions::Dataviz","",38,null],[13,"Aggregated","game::devtools::collisions","",37,null],[12,"unzoomed","game::devtools::collisions::Dataviz","",39,null],[12,"zoomed","","",39,null],[11,"aggregated","game::devtools::collisions","",37,[[["app",3],["usize",15],["collisiondataset",3],["eventctx",3],["vec",3]]]],[11,"individual","","",37,[[["app",3],["usize",15],["collisiondataset",3],["eventctx",3],["vec",3]]]],[3,"MapspaceTooltips","","",null,null],[12,"tooltips","","",40,null],[12,"hover","","",40,null],[12,"selected","","",40,null],[11,"new","","",40,[[["fn",8],["box",3],["vec",3]],["mapspacetooltips",3]]],[11,"event","","",40,[[["eventctx",3]]]],[11,"draw","","",40,[[["gfxctx",3]]]],[0,"destinations","game::devtools","",null,null],[3,"PopularDestinations","game::devtools::destinations","",null,null],[12,"per_bldg","","",41,null],[12,"panel","","",41,null],[12,"draw","","",41,null],[11,"new","","",41,[[["eventctx",3],["app",3],["scenario",3]],[["state",8],["box",3]]]],[11,"make","","",41,[[["app",3],["counter",3],["eventctx",3],["option",4],["heatmapoptions",3],["buildingid",3]],[["state",8],["box",3]]]],[0,"kml","game::devtools","",null,null],[3,"ViewKML","game::devtools::kml","",null,null],[12,"panel","","",42,null],[12,"objects","","",42,null],[12,"draw","","",42,null],[12,"selected","","",42,null],[12,"quadtree","","",42,null],[12,"draw_query","","",42,null],[3,"Object","","",null,null],[12,"polygon","","",43,null],[12,"color","","",43,null],[12,"attribs","","",43,null],[12,"osm_bldg","","",43,null],[17,"RADIUS","","",null,null],[17,"THICKNESS","","",null,null],[11,"new","","",42,[[["app",3],["eventctx",3],["string",3],["option",4]],[["state",8],["box",3]]]],[5,"load_objects","","Loads and clips objects to the current map. Also returns …",null,[[["app",3],["timer",3],["bool",15],["string",3],["option",4]]]],[5,"make_object","","",null,[[["usize",15],["vec",3],["colorscheme",3],["str",15],["hashmap",3],["string",3],["btreemap",3],["pt2d",3]],["object",3]]],[5,"make_query","","",null,[[["app",3],["vec",3],["str",15]]]],[0,"polygon","game::devtools","",null,null],[17,"POINT_RADIUS","game::devtools::polygon","",null,null],[17,"POINT_COLOR","","",null,null],[17,"POLYGON_COLOR","","",null,null],[17,"POINT_TO_MOVE","","",null,null],[17,"LAST_PLACED_POINT","","",null,null],[3,"PolygonEditor","","",null,null],[12,"panel","","",44,null],[12,"name","","",44,null],[12,"points","","",44,null],[12,"mouseover_pt","","",44,null],[12,"moving_pt","","",44,null],[11,"new","","",44,[[["lonlat",3],["eventctx",3],["string",3],["vec",3]],[["state",8],["box",3]]]],[0,"scenario","game::devtools","",null,null],[3,"ScenarioManager","game::devtools::scenario","",null,null],[12,"panel","","",45,null],[12,"scenario","","",45,null],[12,"unzoomed","","",45,null],[12,"zoomed","","",45,null],[11,"new","","",45,[[["eventctx",3],["scenario",3],["app",3]],[["state",8],["box",3]]]],[0,"story","game::devtools","",null,null],[3,"StoryMapEditor","game::devtools::story","",null,null],[12,"panel","","",46,null],[12,"story","","",46,null],[12,"mode","","",46,null],[12,"dirty","","",46,null],[12,"hovering","","",46,null],[4,"Mode","","",null,null],[13,"View","","",47,null],[13,"PlacingMarker","","",47,null],[13,"Dragging","","",47,null],[13,"Editing","","",47,null],[13,"Freehand","","",47,null],[11,"new","","",46,[[["eventctx",3]],[["state",8],["box",3]]]],[11,"redo_panel","","",46,[[["eventctx",3]]]],[5,"make_panel","","",null,[[["storymap",3],["mode",4],["eventctx",3],["bool",15]],["panel",3]]],[3,"RecordedStoryMap","","",null,null],[12,"name","","",48,null],[12,"markers","","",48,null],[3,"StoryMap","","",null,null],[12,"name","","",49,null],[12,"markers","","",49,null],[3,"Marker","","",null,null],[12,"pts","","",50,null],[12,"event","","",50,null],[12,"hitbox","","",50,null],[12,"draw","","",50,null],[11,"new","","",49,[[],["storymap",3]]],[11,"load","","",49,[[["eventctx",3],["app",3],["recordedstorymap",3]],[["option",4],["storymap",3]]]],[11,"save","","",49,[[["app",3]]]],[11,"new","","",50,[[["pt2d",3],["eventctx",3],["string",3],["vec",3]],["marker",3]]],[11,"draw_hovered","","",50,[[["gfxctx",3]]]],[11,"make_editor","","",50,[[["eventctx",3]],["panel",3]]],[3,"Lasso","","",null,null],[12,"pl","","",51,null],[11,"new","","",51,[[["pt2d",3]],["lasso",3]]],[11,"event","","",51,[[["eventctx",3]],[["option",4],["ring",3]]]],[11,"draw","","",51,[[["gfxctx",3]]]],[5,"simplify","","",null,[[["vec",3],["pt2d",3]],["ring",3]]],[3,"DevToolsMode","game::devtools","",null,null],[12,"panel","","",52,null],[11,"new","","",52,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[0,"edit","game","",null,null],[0,"bulk","game::edit","",null,null],[3,"BulkSelect","game::edit::bulk","",null,null],[12,"panel","","",53,null],[12,"selector","","",53,null],[11,"new","","",53,[[["eventctx",3],["roadid",3],["app",3]],[["state",8],["box",3]]]],[5,"make_select_panel","","",null,[[["eventctx",3],["roadselector",3]],["panel",3]]],[3,"BulkEdit","","",null,null],[12,"panel","","",54,null],[12,"roads","","",54,null],[12,"preview","","",54,null],[11,"new","","",54,[[["app",3],["drawable",3],["eventctx",3],["vec",3],["roadid",3]],[["state",8],["box",3]]]],[5,"get_lt_transformations","","",null,[[["panel",3]],["vec",3]]],[5,"make_lt_switcher","","",null,[[["eventctx",3],["vec",3]],["widget",3]]],[5,"make_bulk_edits","","",null,[[["vec",3],["app",3],["eventctx",3],["vec",3],["option",4],["speed",3]],[["state",8],["box",3]]]],[0,"cluster_traffic_signals","game::edit","",null,null],[3,"ClusterTrafficSignalEditor","game::edit::cluster_traffic_signals","",null,null],[12,"panel","","",55,null],[12,"members","","",55,null],[12,"groups","","",55,null],[12,"group_selected","","",55,null],[11,"new","","",55,[[["eventctx",3],["app",3],["intersectioncluster",3]],[["state",8],["box",3]]]],[0,"lanes","game::edit","",null,null],[3,"LaneEditor","game::edit::lanes","",null,null],[12,"l","","",56,null],[12,"mode","","",56,null],[11,"new","","",56,[[["app",3],["laneid",3],["eventctx",3],["gameplaymode",4]],[["state",8],["box",3]]]],[5,"reverse_lane","","",null,[[["map",3],["laneid",3]],["editcmd",4]]],[0,"routes","game::edit","",null,null],[3,"RouteEditor","game::edit::routes","",null,null],[12,"panel","","",57,null],[12,"route","","",57,null],[11,"new","","",57,[[["eventctx",3],["busrouteid",3],["app",3]],[["state",8],["box",3]]]],[0,"select","game::edit","",null,null],[3,"RoadSelector","game::edit::select","A tool for selecting multiple roads.",null,null],[12,"roads","","",58,null],[12,"intersections","","Intersections can\'t be selected directly. If all roads …",58,null],[12,"preview","","",58,null],[12,"mode","","",58,null],[12,"dragging","","",58,null],[4,"Mode","","",null,null],[13,"Pan","","No selecting, just normal click-and-drag controls.",59,null],[13,"Route","","The user is choosing two intersections, to select the …",59,null],[12,"i1","game::edit::select::Mode","",60,null],[12,"preview_path","","",60,null],[13,"Paint","game::edit::select","Click and drag to select roads",59,null],[13,"Erase","","Click and drag to unselect roads",59,null],[11,"new","","",58,[[["btreeset",3],["app",3],["eventctx",3],["roadid",3]],["roadselector",3]]],[11,"make_controls","","",58,[[["eventctx",3]],["widget",3]]],[11,"roads_changed","","",58,[[["eventctx",3],["app",3]]]],[11,"event","","",58,[[["app",3],["eventctx",3],["option",4],["str",15]],["bool",15]]],[11,"draw","","",58,[[["app",3],["bool",15],["gfxctx",3]]]],[0,"stop_signs","game::edit","",null,null],[3,"StopSignEditor","game::edit::stop_signs","",null,null],[12,"id","","",61,null],[12,"mode","","",61,null],[12,"geom","","",61,null],[12,"selected_sign","","",61,null],[11,"new","","",61,[[["app",3],["intersectionid",3],["eventctx",3],["gameplaymode",4]],[["state",8],["box",3]]]],[0,"traffic_signals","game::edit","",null,null],[0,"edits","game::edit::traffic_signals","",null,null],[3,"ChangeDuration","game::edit::traffic_signals::edits","",null,null],[12,"idx","","",62,null],[11,"new","","",62,[[["app",3],["usize",15],["eventctx",3],["controltrafficsignal",3]],[["state",8],["box",3]]]],[5,"edit_entire_signal","","",null,[[["app",3],["bundleedits",3],["intersectionid",3],["eventctx",3],["gameplaymode",4]],[["state",8],["box",3]]]],[0,"offsets","game::edit::traffic_signals","",null,null],[3,"ShowAbsolute","game::edit::traffic_signals::offsets","",null,null],[12,"members","","",63,null],[12,"labels","","",63,null],[11,"new","","",63,[[["app",3],["intersectionid",3],["eventctx",3],["btreeset",3]],[["state",8],["box",3]]]],[3,"ShowRelative","","",null,null],[12,"base","","",64,null],[12,"members","","",64,null],[12,"labels","","",64,null],[11,"new","","",64,[[["app",3],["intersectionid",3],["eventctx",3],["btreeset",3]],[["state",8],["box",3]]]],[3,"TuneRelative","","",null,null],[12,"i1","","",65,null],[12,"i2","","",65,null],[12,"members","","",65,null],[12,"labels","","",65,null],[11,"new","","",65,[[["app",3],["intersectionid",3],["eventctx",3],["btreeset",3]],[["state",8],["box",3]]]],[0,"picker","game::edit::traffic_signals","",null,null],[3,"SignalPicker","game::edit::traffic_signals::picker","",null,null],[12,"members","","",66,null],[12,"panel","","",66,null],[12,"mode","","",66,null],[11,"new","","",66,[[["intersectionid",3],["eventctx",3],["btreeset",3],["gameplaymode",4]],[["state",8],["box",3]]]],[5,"make_btn","","",null,[[["eventctx",3],["usize",15]],["widget",3]]],[0,"preview","game::edit::traffic_signals","",null,null],[3,"PreviewTrafficSignal","game::edit::traffic_signals::preview","",null,null],[12,"panel","","",67,null],[12,"time_panel","","",67,null],[11,"new","","",67,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[5,"make_previewer","","",null,[[["app",3],["usize",15],["intersectionid",3],["eventctx",3],["btreeset",3]],[["state",8],["box",3]]]],[3,"TrafficSignalEditor","game::edit::traffic_signals","",null,null],[12,"side_panel","","",68,null],[12,"top_panel","","",68,null],[12,"mode","","",68,null],[12,"members","","",68,null],[12,"current_stage","","",68,null],[12,"movements","","",68,null],[12,"movement_selected","","",68,null],[12,"draw_current","","",68,null],[12,"command_stack","","",68,null],[12,"redo_stack","","",68,null],[12,"original","","",68,null],[12,"warn_changed","","",68,null],[12,"fade_irrelevant","","",68,null],[3,"BundleEdits","","",null,null],[12,"signals","","",69,null],[11,"new","","",68,[[["app",3],["intersectionid",3],["eventctx",3],["btreeset",3],["gameplaymode",4]],[["state",8],["box",3]]]],[11,"change_stage","","",68,[[["eventctx",3],["app",3],["usize",15]]]],[11,"add_new_edit","","",68,[[["usize",15],["app",3],["eventctx",3],["fn",8]]]],[11,"recalc_draw_current","","",68,[[["eventctx",3],["app",3]]]],[5,"make_top_panel","","",null,[[["app",3],["eventctx",3],["bool",15]],["panel",3]]],[5,"make_side_panel","","",null,[[["app",3],["btreeset",3],["usize",15],["eventctx",3]],["panel",3]]],[11,"apply","","",69,[[["app",3]]]],[11,"commit","","",69,[[["eventctx",3],["app",3]]]],[11,"get_current","","",69,[[["app",3],["btreeset",3]],["bundleedits",3]]],[11,"synchronize","","",69,[[["app",3],["btreeset",3]],["bundleedits",3]]],[5,"check_for_missing_turns","","",null,[[["app",3],["btreeset",3]],[["bundleedits",3],["option",4]]]],[5,"draw_multiple_signals","","",null,[[["app",3],["btreeset",3],["usize",15],["vec",3],["eventctx",3]],["widget",3]]],[5,"squish_polygons_together","","",null,[[["polygon",3],["vec",3]],["vec",3]]],[5,"fade_irrelevant","","",null,[[["app",3],["btreeset",3]],["geombatch",3]]],[0,"validate","game::edit","",null,null],[5,"check_sidewalk_connectivity","game::edit::validate","",null,[[["eventctx",3],["editcmd",4],["app",3]],[["option",4],["box",3]]]],[5,"check_blackholes","","",null,[[["eventctx",3],["editcmd",4],["app",3]],[["option",4],["box",3]]]],[5,"try_change_lt","","",null,[[["laneid",3],["eventctx",3],["map",3],["lanetype",4]],[["result",4],["editcmd",4],["box",3]]]],[0,"zones","game::edit","",null,null],[3,"ZoneEditor","game::edit::zones","",null,null],[12,"panel","","",70,null],[12,"selector","","",70,null],[12,"allow_through_traffic","","",70,null],[12,"unzoomed","","",70,null],[12,"zoomed","","",70,null],[12,"orig_members","","",70,null],[11,"new","","",70,[[["eventctx",3],["roadid",3],["app",3]],[["state",8],["box",3]]]],[5,"draw_zone","","",null,[[["eventctx",3],["app",3],["btreeset",3]]]],[5,"make_instructions","","",null,[[["eventctx",3],["btreeset",3]],["widget",3]]],[3,"EditMode","game::edit","",null,null],[12,"tool_panel","","",71,null],[12,"top_center","","",71,null],[12,"changelist","","",71,null],[12,"orig_edits","","",71,null],[12,"orig_dirty","","",71,null],[12,"mode","","",71,null],[12,"changelist_key","","",71,null],[12,"unzoomed","","",71,null],[12,"zoomed","","",71,null],[11,"new","","",71,[[["eventctx",3],["gameplaymode",4],["app",3]],[["state",8],["box",3]]]],[11,"quit","","",71,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[3,"SaveEdits","","",null,null],[12,"panel","","",72,null],[12,"current_name","","",72,null],[12,"cancel","","",72,null],[12,"on_success","","",72,null],[12,"reset","","",72,null],[11,"new","","",72,[[["app",3],["bool",15],["option",4],["box",3],["fn",8],["eventctx",3],["transition",4],["into",8],["string",3]],[["state",8],["box",3]]]],[11,"recalc_btn","","",72,[[["eventctx",3],["app",3]]]],[3,"LoadEdits","","",null,null],[12,"panel","","",73,null],[12,"mode","","",73,null],[11,"new","","",73,[[["eventctx",3],["app",3],["gameplaymode",4]],[["state",8],["box",3]]]],[5,"make_topcenter","","",null,[[["eventctx",3],["app",3]],["panel",3]]],[5,"apply_map_edits","","",null,[[["eventctx",3],["mapedits",3],["app",3]]]],[5,"can_edit_lane","","",null,[[["app",3],["gameplaymode",4],["laneid",3]],["bool",15]]],[5,"speed_limit_choices","","",null,[[["app",3]],[["choice",3],["vec",3]]]],[5,"maybe_edit_intersection","","",null,[[["gameplaymode",4],["app",3],["intersectionid",3],["eventctx",3]],[["option",4],["box",3]]]],[5,"make_changelist","","",null,[[["eventctx",3],["app",3]],["panel",3]]],[5,"cmd_to_id","","",null,[[["editcmd",4]],[["option",4],["id",4]]]],[3,"ConfirmDiscard","","",null,null],[12,"panel","","",74,null],[12,"discard","","",74,null],[11,"new","","",74,[[["eventctx",3],["box",3],["fn",8]],[["state",8],["box",3]]]],[0,"info","game","",null,null],[0,"building","game::info","",null,null],[5,"info","game::info::building","",null,[[["app",3],["buildingid",3],["eventctx",3],["details",3]],["widget",3]]],[5,"info_body","","",null,[[["app",3],["buildingid",3],["eventctx",3],["details",3]],["widget",3]]],[5,"people","","",null,[[["app",3],["buildingid",3],["eventctx",3],["details",3]],["widget",3]]],[5,"people_body","","",null,[[["app",3],["buildingid",3],["eventctx",3],["details",3]],["widget",3]]],[5,"header","","",null,[[["app",3],["eventctx",3],["buildingid",3],["tab",4],["details",3]],["widget",3]]],[5,"draw_occupants","","",null,[[["app",3],["details",3],["personid",3],["option",4],["buildingid",3]]]],[0,"bus","game::info","",null,null],[5,"stop","game::info::bus","",null,[[["app",3],["busstopid",3],["eventctx",3],["details",3]],["widget",3]]],[5,"stop_body","","",null,[[["app",3],["busstopid",3],["eventctx",3],["details",3]],["widget",3]]],[5,"bus_status","","",null,[[["app",3],["eventctx",3],["carid",3],["details",3]],["widget",3]]],[5,"bus_status_body","","",null,[[["app",3],["eventctx",3],["carid",3],["details",3]],["widget",3]]],[5,"bus_header","","",null,[[["app",3],["eventctx",3],["carid",3],["tab",4],["details",3]],["widget",3]]],[5,"route","","",null,[[["app",3],["eventctx",3],["busrouteid",3],["details",3]],["widget",3]]],[5,"route_body","","",null,[[["app",3],["eventctx",3],["busrouteid",3],["details",3]],["widget",3]]],[5,"describe_schedule","","",null,[[["busroute",3]],["text",3]]],[0,"debug","game::info","",null,null],[5,"area","game::info::debug","",null,[[["app",3],["eventctx",3],["areaid",3],["details",3]],["widget",3]]],[5,"area_body","","",null,[[["app",3],["eventctx",3],["areaid",3]],["widget",3]]],[0,"intersection","game::info","",null,null],[5,"info","game::info::intersection","",null,[[["app",3],["eventctx",3],["intersectionid",3],["details",3]],["widget",3]]],[5,"info_body","","",null,[[["app",3],["eventctx",3],["intersectionid",3]],["widget",3]]],[5,"traffic","","",null,[[["app",3],["intersectionid",3],["eventctx",3],["dataoptions",3],["details",3]],["widget",3]]],[5,"traffic_body","","",null,[[["app",3],["intersectionid",3],["eventctx",3],["dataoptions",3]],["widget",3]]],[5,"delay","","",null,[[["app",3],["intersectionid",3],["eventctx",3],["bool",15],["dataoptions",3],["details",3]],["widget",3]]],[5,"delay_body","","",null,[[["app",3],["intersectionid",3],["eventctx",3],["bool",15],["dataoptions",3]],["widget",3]]],[5,"current_demand","","",null,[[["app",3],["intersectionid",3],["eventctx",3],["details",3]],["widget",3]]],[5,"current_demand_body","","",null,[[["eventctx",3],["app",3],["intersectionid",3]],["widget",3]]],[5,"arrivals","","",null,[[["app",3],["intersectionid",3],["eventctx",3],["dataoptions",3],["details",3]],["widget",3]]],[5,"traffic_signal","","",null,[[["app",3],["intersectionid",3],["eventctx",3],["details",3]],["widget",3]]],[5,"traffic_signal_body","","",null,[[["eventctx",3],["app",3],["intersectionid",3]],["widget",3]]],[5,"delay_plot","","",null,[[["app",3],["eventctx",3],["intersectionid",3],["bool",15],["dataoptions",3]],["widget",3]]],[5,"header","","",null,[[["app",3],["eventctx",3],["intersectionid",3],["tab",4],["details",3]],["widget",3]]],[0,"lane","game::info","",null,null],[5,"info","game::info::lane","",null,[[["app",3],["eventctx",3],["laneid",3],["details",3]],["widget",3]]],[5,"info_body","","",null,[[["app",3],["eventctx",3],["laneid",3]],["widget",3]]],[5,"debug","","",null,[[["app",3],["eventctx",3],["laneid",3],["details",3]],["widget",3]]],[5,"debug_body","","",null,[[["app",3],["eventctx",3],["laneid",3]],["widget",3]]],[5,"traffic","","",null,[[["app",3],["laneid",3],["eventctx",3],["dataoptions",3],["details",3]],["widget",3]]],[5,"traffic_body","","",null,[[["app",3],["laneid",3],["eventctx",3],["dataoptions",3]],["widget",3]]],[5,"header","","",null,[[["app",3],["eventctx",3],["laneid",3],["tab",4],["details",3]],["widget",3]]],[0,"parking_lot","game::info","",null,null],[5,"info","game::info::parking_lot","",null,[[["app",3],["parkinglotid",3],["eventctx",3],["details",3]],["widget",3]]],[5,"info_body","","",null,[[["eventctx",3],["app",3],["parkinglotid",3]],["widget",3]]],[5,"header","","",null,[[["details",3],["eventctx",3],["tab",4],["parkinglotid",3]],["widget",3]]],[0,"person","game::info","",null,null],[5,"trips","game::info::person","",null,[[["app",3],["personid",3],["eventctx",3],["btreemap",3],["bool",15],["details",3]],["widget",3]]],[5,"trips_body","","",null,[[["app",3],["personid",3],["eventctx",3],["btreemap",3],["details",3]],["widget",3]]],[5,"bio","","",null,[[["app",3],["personid",3],["eventctx",3],["bool",15],["details",3]],["widget",3]]],[5,"bio_body","","",null,[[["app",3],["personid",3],["eventctx",3],["details",3]],["widget",3]]],[5,"schedule","","",null,[[["app",3],["personid",3],["eventctx",3],["bool",15],["details",3]],["widget",3]]],[5,"schedule_body","","",null,[[["eventctx",3],["app",3],["personid",3]],["widget",3]]],[5,"crowd","","",null,[[["app",3],["eventctx",3],["vec",3],["details",3]],["widget",3]]],[5,"crowd_body","","",null,[[["app",3],["eventctx",3],["vec",3],["details",3]],["widget",3]]],[5,"parked_car","","",null,[[["app",3],["eventctx",3],["carid",3],["bool",15],["details",3]],["widget",3]]],[5,"parked_car_body","","",null,[[["app",3],["eventctx",3],["carid",3],["details",3]],["widget",3]]],[5,"header","","",null,[[["app",3],["personid",3],["eventctx",3],["bool",15],["tab",4],["details",3]],["widget",3]]],[5,"current_status","","",null,[[["person",3],["eventctx",3],["map",3]],["widget",3]]],[5,"cmp_duration_shorter","","",null,[[["duration",3]],["textspan",3]]],[0,"trip","game::info","",null,null],[3,"OpenTrip","game::info::trip","",null,null],[12,"show_after","","",75,null],[12,"cached_routes","","",75,null],[11,"single","","",75,[[["tripid",3]],[["btreemap",3],["tripid",3],["opentrip",3]]]],[11,"new","","",75,[[],["opentrip",3]]],[5,"ongoing","","",null,[[["app",3],["tripid",3],["eventctx",3],["agentid",4],["opentrip",3],["details",3]],["widget",3]]],[5,"future","","",null,[[["app",3],["tripid",3],["eventctx",3],["opentrip",3],["details",3]],["widget",3]]],[5,"finished","","",null,[[["app",3],["personid",3],["tripid",3],["eventctx",3],["btreemap",3],["details",3]],["widget",3]]],[5,"cancelled","","",null,[[["app",3],["tripid",3],["eventctx",3],["opentrip",3],["details",3]],["widget",3]]],[5,"highlight_slow_intersections","","Highlights intersections which were \\\"slow\\\" on the map",null,[[["app",3],["eventctx",3],["tripid",3],["details",3]]]],[5,"highlight_slow_lanes","","Highlights lanes which were \\\"slow\\\" on the map",null,[[["app",3],["eventctx",3],["tripid",3],["details",3]]]],[5,"make_timeline","","Draws the timeline for a single trip, with tooltips",null,[[["app",3],["tripid",3],["f64",15],["option",4],["eventctx",3],["vec",3]],["widget",3]]],[5,"make_trip_details","","Creates the timeline, location warp, and time warp …",null,[[["app",3],["tripid",3],["vec",3],["option",4],["map",3],["f64",15],["eventctx",3],["opentrip",3],["tripphase",3],["details",3]],["widget",3]]],[5,"make_elevation","","",null,[[["eventctx",3],["bool",15],["path",3],["color",3],["map",3]],["widget",3]]],[5,"endpoint","","",null,[[["app",3],["tripendpoint",4]]]],[3,"InfoPanel","game::info","",null,null],[12,"tab","","",76,null],[12,"time","","",76,null],[12,"is_paused","","",76,null],[12,"panel","","",76,null],[12,"unzoomed","","",76,null],[12,"zoomed","","",76,null],[12,"hyperlinks","","",76,null],[12,"warpers","","",76,null],[12,"time_warpers","","",76,null],[12,"cached_actions","","",76,null],[4,"Tab","","",null,null],[13,"PersonTrips","","",77,null],[13,"PersonBio","","",77,null],[13,"PersonSchedule","","",77,null],[13,"BusStatus","","",77,null],[13,"BusStop","","",77,null],[13,"BusRoute","","",77,null],[13,"ParkedCar","","",77,null],[13,"BldgInfo","","",77,null],[13,"BldgPeople","","",77,null],[13,"ParkingLot","","",77,null],[13,"Crowd","","",77,null],[13,"Area","","",77,null],[13,"IntersectionInfo","","",77,null],[13,"IntersectionTraffic","","",77,null],[13,"IntersectionDelay","","",77,null],[13,"IntersectionDemand","","",77,null],[13,"IntersectionArrivals","","",77,null],[13,"IntersectionTrafficSignal","","",77,null],[13,"LaneInfo","","",77,null],[13,"LaneDebug","","",77,null],[13,"LaneTraffic","","",77,null],[11,"from_id","","",77,[[["app",3],["id",4]],["tab",4]]],[11,"to_id","","",77,[[["app",3]],[["option",4],["id",4]]]],[11,"changed_settings","","",77,[[["panel",3]],[["tab",4],["option",4]]]],[11,"variant","","",77,[[]]],[3,"Details","","",null,null],[12,"unzoomed","","",78,null],[12,"zoomed","","",78,null],[12,"hyperlinks","","",78,null],[12,"warpers","","",78,null],[12,"time_warpers","","",78,null],[12,"can_jump_to_time","","",78,null],[12,"stop_immediately","","If this gets filled out, immediately execute this …",78,null],[11,"new","","Also returnsTypeId
ofself
. Read moreDetails::stop_immediately
, which can only be …",76,[[["app",3],["eventctx",3],["contextualactions",8],["tab",4]]]],[11,"event","","",76,[[["eventctx",3],["contextualactions",8],["app",3]]]],[11,"draw","","",76,[[["app",3],["gfxctx",3]]]],[11,"active_keys","","",76,[[],["vec",3]]],[11,"active_id","","",76,[[["app",3]],[["option",4],["id",4]]]],[5,"make_table","","",null,[[["vec",3],["eventctx",3]],[["vec",3],["widget",3]]]],[5,"throughput","","",null,[[["app",3],["eventctx",3],["fn",8],["dataoptions",3],["str",15]],["widget",3]]],[5,"make_tabs","","",null,[[["hashmap",3],["eventctx",3],["tab",4],["vec",3]],["widget",3]]],[5,"header_btns","","",null,[[["eventctx",3]],["widget",3]]],[8,"ContextualActions","","",null,null],[10,"actions","","",79,[[["app",3],["id",4]],["vec",3]]],[10,"execute","","",79,[[["app",3],["id",4],["eventctx",3],["string",3],["bool",15]],[["transition",4],["app",3]]]],[10,"is_paused","","",79,[[],["bool",15]]],[10,"gameplay_mode","","",79,[[],["gameplaymode",4]]],[3,"DataOptions","","",null,null],[12,"show_before","","",80,null],[12,"show_end_of_day","","",80,null],[12,"disabled_types","","",80,null],[11,"new","","",80,[[],["dataoptions",3]]],[11,"to_controls","","",80,[[["eventctx",3],["app",3]],["widget",3]]],[11,"from_controls","","",80,[[["panel",3]],["dataoptions",3]]],[11,"disabled_series","","",80,[[],[["hashset",3],["string",3]]]],[0,"layer","game","",null,null],[0,"elevation","game::layer","",null,null],[3,"SteepStreets","game::layer::elevation","",null,null],[12,"tooltip","","",81,null],[12,"unzoomed","","",81,null],[12,"zoomed","","",81,null],[12,"panel","","",81,null],[11,"new","","",81,[[["eventctx",3],["app",3]],["steepstreets",3]]],[17,"INTERSECTION_SEARCH_RADIUS","","",null,null],[17,"CONTOUR_STEP_SIZE","","",null,null],[3,"ElevationContours","","",null,null],[12,"tooltip","","",82,null],[12,"closest_elevation","","",82,null],[12,"unzoomed","","",82,null],[12,"panel","","",82,null],[11,"new","","",82,[[["eventctx",3],["app",3]],["elevationcontours",3]]],[5,"make_contours","","",null,[[["app",3],["eventctx",3],["distance",3]]]],[0,"favorites","game::layer","",null,null],[3,"Favorites","game::layer::favorites","A set of buildings that the player has starred, persisted …",null,null],[12,"buildings","","",83,null],[11,"load","","",83,[[["app",3]],["favorites",3]]],[11,"path","","",83,[[["app",3]],["string",3]]],[11,"contains","","",83,[[["app",3],["buildingid",3]],["bool",15]]],[11,"add","","",83,[[["app",3],["buildingid",3]]]],[11,"remove","","",83,[[["app",3],["buildingid",3]]]],[3,"ShowFavorites","","",null,null],[12,"panel","","",84,null],[12,"draw","","",84,null],[11,"new","","",84,[[["eventctx",3],["app",3]],["showfavorites",3]]],[0,"map","game::layer","",null,null],[3,"BikeActivity","game::layer::map","",null,null],[12,"panel","","",85,null],[12,"time","","",85,null],[12,"unzoomed","","",85,null],[12,"zoomed","","",85,null],[12,"tooltip","","",85,null],[11,"new","","",85,[[["eventctx",3],["app",3]],["bikeactivity",3]]],[3,"Static","","",null,null],[12,"panel","","",86,null],[12,"unzoomed","","",86,null],[12,"zoomed","","",86,null],[12,"name","","",86,null],[11,"new","","",86,[[["colordiscrete",3],["eventctx",3],["str",15],["string",3],["widget",3]],["static",3]]],[11,"edits","","",86,[[["eventctx",3],["app",3]],["static",3]]],[11,"amenities","","",86,[[["eventctx",3],["app",3]],["static",3]]],[11,"no_sidewalks","","",86,[[["eventctx",3],["app",3]],["static",3]]],[11,"blackholes","","",86,[[["eventctx",3],["app",3]],["static",3]]],[3,"CongestionCaps","","",null,null],[12,"panel","","",87,null],[12,"time","","",87,null],[12,"unzoomed","","",87,null],[12,"zoomed","","",87,null],[12,"tooltip","","",87,null],[11,"new","","",87,[[["eventctx",3],["app",3]],["congestioncaps",3]]],[0,"pandemic","game::layer","",null,null],[3,"Pandemic","game::layer::pandemic","",null,null],[12,"time","","",88,null],[12,"opts","","",88,null],[12,"draw","","",88,null],[12,"panel","","",88,null],[11,"new","","",88,[[["eventctx",3],["app",3],["options",3]],["pandemic",3]]],[11,"options","","",88,[[],["options",3]]],[4,"SEIR","","",null,null],[13,"Sane","","",89,null],[13,"Exposed","","",89,null],[13,"Infected","","",89,null],[13,"Recovered","","",89,null],[13,"Dead","","",89,null],[3,"Options","","",null,null],[12,"heatmap","","",90,null],[12,"state","","",90,null],[5,"make_controls","","",null,[[["app",3],["option",4],["eventctx",3],["options",3],["widget",3]],["panel",3]]],[0,"parking","game::layer","",null,null],[3,"Occupancy","game::layer::parking","",null,null],[12,"time","","",91,null],[12,"onstreet","","",91,null],[12,"garages","","",91,null],[12,"lots","","",91,null],[12,"private_bldgs","","",91,null],[12,"looking_for_parking","","",91,null],[12,"unzoomed","","",91,null],[12,"zoomed","","",91,null],[12,"panel","","",91,null],[11,"new","","",91,[[["app",3],["eventctx",3],["bool",15]],["occupancy",3]]],[4,"Loc","","",null,null],[13,"Road","","",92,null],[13,"Bldg","","",92,null],[13,"Lot","","",92,null],[11,"new","","",92,[[["parkingspot",4],["map",3]],["loc",4]]],[3,"Efficiency","","",null,null],[12,"time","","",93,null],[12,"unzoomed","","",93,null],[12,"zoomed","","",93,null],[12,"panel","","",93,null],[11,"new","","",93,[[["eventctx",3],["app",3]],["efficiency",3]]],[0,"population","game::layer","",null,null],[3,"PopulationMap","game::layer::population","",null,null],[12,"time","","",94,null],[12,"opts","","",94,null],[12,"draw","","",94,null],[12,"panel","","",94,null],[11,"new","","",94,[[["eventctx",3],["app",3],["options",3]],["populationmap",3]]],[11,"options","","",94,[[],["options",3]]],[3,"Options","","",null,null],[12,"heatmap","","",95,null],[5,"make_controls","","",null,[[["app",3],["option",4],["eventctx",3],["widget",3],["options",3]],["panel",3]]],[0,"traffic","game::layer","",null,null],[3,"Backpressure","game::layer::traffic","",null,null],[12,"time","","",96,null],[12,"unzoomed","","",96,null],[12,"zoomed","","",96,null],[12,"panel","","",96,null],[11,"new","","",96,[[["eventctx",3],["app",3]],["backpressure",3]]],[3,"Throughput","","",null,null],[12,"time","","",97,null],[12,"agent_types","","",97,null],[12,"tooltip","","",97,null],[12,"unzoomed","","",97,null],[12,"zoomed","","",97,null],[12,"panel","","",97,null],[11,"new","","",97,[[["app",3],["agenttype",4],["btreeset",3],["eventctx",3]],["throughput",3]]],[3,"CompareThroughput","","",null,null],[12,"time","","",98,null],[12,"tooltip","","",98,null],[12,"unzoomed","","",98,null],[12,"zoomed","","",98,null],[12,"panel","","",98,null],[11,"new","","",98,[[["eventctx",3],["app",3]],["comparethroughput",3]]],[3,"TrafficJams","","",null,null],[12,"time","","",99,null],[12,"unzoomed","","",99,null],[12,"zoomed","","",99,null],[12,"panel","","",99,null],[11,"new","","",99,[[["eventctx",3],["app",3]],["trafficjams",3]]],[3,"Jam","","",null,null],[12,"epicenter","","",100,null],[12,"members","","",100,null],[5,"cluster_jams","","",null,[[["map",3],["vec",3]],["vec",3]]],[11,"adjacent_to","","",100,[[["map",3],["intersectionid",3]],["bool",15]]],[11,"all_polygons","","",100,[[["map",3]],[["polygon",3],["vec",3]]]],[3,"Delay","","",null,null],[12,"time","","",101,null],[12,"unzoomed","","",101,null],[12,"panel","","",101,null],[11,"new","","",101,[[["eventctx",3],["app",3]],["delay",3]]],[0,"transit","game::layer","",null,null],[3,"TransitNetwork","game::layer::transit","",null,null],[12,"panel","","",102,null],[12,"unzoomed","","",102,null],[12,"zoomed","","",102,null],[11,"new","","",102,[[["app",3],["eventctx",3],["bool",15]],["transitnetwork",3]]],[8,"Layer","game::layer","",null,null],[10,"name","","",103,[[],[["str",15],["option",4]]]],[10,"event","","",103,[[["eventctx",3],["app",3]],[["layeroutcome",4],["option",4]]]],[10,"draw","","",103,[[["app",3],["gfxctx",3]]]],[10,"draw_minimap","","",103,[[["gfxctx",3]]]],[11,"simple_event","","",103,[[["eventctx",3],["panel",3]],[["layeroutcome",4],["option",4]]]],[4,"LayerOutcome","","",null,null],[13,"Close","","",104,null],[13,"Replace","","",104,null],[3,"PickLayer","","",null,null],[12,"panel","","",105,null],[11,"update","","",105,[[["eventctx",3],["app",3]],[["transition",4],["option",4]]]],[11,"pick","","",105,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[5,"header","","Creates the top row for any layer panel.",null,[[["eventctx",3],["str",15]],["widget",3]]],[17,"PANEL_PLACEMENT","","",null,null],[0,"pregame","game","",null,null],[0,"proposals","game::pregame","",null,null],[3,"Proposals","game::pregame::proposals","",null,null],[12,"panel","","",106,null],[12,"proposals","","",106,null],[12,"current","","",106,null],[11,"new","","",106,[[["app",3],["eventctx",3],["string",3],["option",4]],[["state",8],["box",3]]]],[5,"launch","","",null,[[["eventctx",3],["app",3],["permanentmapedits",3]],[["transition",4],["app",3]]]],[0,"built_info","game::pregame","",null,null],[17,"CI_PLATFORM","game::pregame::built_info","The Continuous Integration platform detected during …",null,null],[17,"PKG_VERSION","","The full version.",null,null],[17,"PKG_VERSION_MAJOR","","The major version.",null,null],[17,"PKG_VERSION_MINOR","","The minor version.",null,null],[17,"PKG_VERSION_PATCH","","The patch version.",null,null],[17,"PKG_VERSION_PRE","","The pre-release version.",null,null],[17,"PKG_AUTHORS","","A colon-separated list of authors.",null,null],[17,"PKG_NAME","","The name of the package.",null,null],[17,"PKG_DESCRIPTION","","The description.",null,null],[17,"PKG_HOMEPAGE","","The homepage.",null,null],[17,"PKG_LICENSE","","The license.",null,null],[17,"PKG_REPOSITORY","","The source repository as advertised in Cargo.toml.",null,null],[17,"TARGET","","The target triple that was being compiled for.",null,null],[17,"HOST","","The host triple of the rust compiler.",null,null],[17,"PROFILE","","release
for release builds,debug
for other builds.",null,null],[17,"RUSTC","","The compiler that cargo resolved to use.",null,null],[17,"RUSTDOC","","The documentation generator that cargo resolved to use.",null,null],[17,"OPT_LEVEL","","Value of OPT_LEVEL for the profile used during …",null,null],[17,"NUM_JOBS","","The parallelism that was specified during compilation.",null,null],[17,"DEBUG","","Value of DEBUG for the profile used during compilation.",null,null],[17,"FEATURES","","The features that were enabled during compilation.",null,null],[17,"FEATURES_STR","","The features as a comma-separated string.",null,null],[17,"RUSTC_VERSION","","The output ofrustc -V
",null,null],[17,"RUSTDOC_VERSION","","The output ofrustdoc -V
",null,null],[17,"BUILT_TIME_UTC","","The built-time in RFC2822, UTC",null,null],[17,"CFG_TARGET_ARCH","","The target architecture, given bycfg!(target_arch)
.",null,null],[17,"CFG_ENDIAN","","The endianness, given bycfg!(target_endian)
.",null,null],[17,"CFG_ENV","","The toolchain-environment, given bycfg!(target_env)
.",null,null],[17,"CFG_FAMILY","","The OS-family, given bycfg!(target_family)
.",null,null],[17,"CFG_OS","","The operating system, given bycfg!(target_os)
.",null,null],[17,"CFG_POINTER_WIDTH","","The pointer width, given bycfg!(target_pointer_width)
.",null,null],[5,"time","","",null,[[],["text",3]]],[3,"TitleScreen","game::pregame","",null,null],[12,"panel","","",107,null],[12,"screensaver","","",107,null],[12,"rng","","",107,null],[11,"new","","",107,[[["eventctx",3],["app",3]],["titlescreen",3]]],[3,"MainMenu","","",null,null],[12,"panel","","",108,null],[11,"new","","",108,[[["eventctx",3]],[["state",8],["box",3]]]],[3,"About","","",null,null],[12,"panel","","",109,null],[11,"new","","",109,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[3,"Screensaver","","",null,null],[12,"line","","",110,null],[12,"started","","",110,null],[11,"bounce","","",110,[[["eventctx",3],["app",3],["xorshiftrng",3]],["screensaver",3]]],[11,"update","","",110,[[["eventctx",3],["app",3],["xorshiftrng",3]]]],[0,"sandbox","game","",null,null],[0,"dashboards","game::sandbox","",null,null],[0,"commuter","game::sandbox::dashboards","",null,null],[3,"CommuterPatterns","game::sandbox::dashboards::commuter","",null,null],[12,"bldg_to_block","","",111,null],[12,"border_to_block","","",111,null],[12,"blocks","","",111,null],[12,"current_block","","",111,null],[12,"filter","","",111,null],[12,"trips_from_block","","",111,null],[12,"trips_to_block","","",111,null],[12,"panel","","",111,null],[12,"draw_all_blocks","","",111,null],[4,"BlockSelection","","",null,null],[13,"NothingSelected","","",112,null],[13,"Unlocked","","",112,null],[13,"Locked","","",112,null],[12,"base","game::sandbox::dashboards::commuter::BlockSelection","",113,null],[12,"compare_to","","",113,null],[3,"PanelState","game::sandbox::dashboards::commuter","",null,null],[12,"building_counts","","",114,null],[12,"max_count","","",114,null],[12,"total_trips","","",114,null],[3,"Block","","",null,null],[12,"id","","",115,null],[12,"bldgs","","",115,null],[12,"borders","","",115,null],[12,"shape","","",115,null],[3,"Filter","","",null,null],[12,"from_block","","",116,null],[12,"include_borders","","",116,null],[12,"depart_from","","",116,null],[12,"depart_until","","",116,null],[12,"modes","","",116,null],[6,"BlockID","","",null,null],[11,"new","","",111,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[11,"count_per_block","","",111,[[["block",3]],["vec",3]]],[11,"build_block_drawable","","",111,[[["app",3],["blockselection",4],["eventctx",3]]]],[11,"redraw_panel","","",111,[[["option",4],["app",3],["eventctx",3],["panelstate",3]]]],[5,"group_bldgs","","",null,[[["app",3]]]],[4,"BorderType","","",null,null],[13,"Incoming","","",117,null],[13,"Outgoing","","",117,null],[13,"Both","","",117,null],[5,"build_shape_for_border","","",null,[[["intersection",3],["bordertype",4],["map",3]],["polygon",3]]],[3,"Loop","","",null,null],[12,"bldgs","","",118,null],[12,"proper","","",118,null],[12,"roads","","",118,null],[5,"partition_sidewalk_loops","","",null,[[["app",3]],[["vec",3],["loop",3]]]],[5,"make_panel","","",null,[[["eventctx",3],["app",3]],["panel",3]]],[0,"generic_trip_table","game::sandbox::dashboards","",null,null],[5,"open_trip_transition","game::sandbox::dashboards::generic_trip_table","",null,[[["app",3],["usize",15]],[["transition",4],["app",3]]]],[5,"preview_trip","","",null,[[["app",3],["gfxctx",3],["panel",3],["geombatch",3]]]],[5,"preview_route","","",null,[[["app",3],["tripid",3],["gfxctx",3],["geombatch",3]]]],[0,"misc","game::sandbox::dashboards","",null,null],[3,"ActiveTraffic","game::sandbox::dashboards::misc","",null,null],[12,"panel","","",119,null],[11,"new","","",119,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[5,"downsample","","",null,[[["vec",3]],["vec",3]]],[3,"TransitRoutes","","",null,null],[12,"panel","","",120,null],[11,"new","","",120,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[0,"parking_overhead","game::sandbox::dashboards","",null,null],[3,"ParkingOverhead","game::sandbox::dashboards::parking_overhead","",null,null],[12,"tab","","",121,null],[12,"table","","",121,null],[12,"panel","","",121,null],[11,"new","","",121,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[3,"Entry","","",null,null],[12,"trip","","",122,null],[12,"total_duration","","",122,null],[12,"driving_duration","","",122,null],[12,"parking_duration","","",122,null],[12,"walking_duration","","",122,null],[12,"percent_overhead","","",122,null],[12,"starts_off_map","","",122,null],[12,"ends_off_map","","",122,null],[3,"Filters","","",null,null],[12,"starts_off_map","","",123,null],[12,"ends_off_map","","",123,null],[5,"produce_raw_data","","",null,[[["app",3]],[["entry",3],["vec",3]]]],[5,"make_table","","",null,[[["app",3]],[["entry",3],["app",3],["table",3],["filters",3]]]],[0,"selector","game::sandbox::dashboards","",null,null],[3,"RectangularSelector","game::sandbox::dashboards::selector","",null,null],[12,"panel","","",124,null],[12,"region","","",124,null],[12,"corners","","",124,null],[11,"new","","",124,[[["eventctx",3],["refcell",3],["rc",3]],[["state",8],["box",3]]]],[0,"summaries","game::sandbox::dashboards","",null,null],[3,"TripSummaries","game::sandbox::dashboards::summaries","",null,null],[12,"panel","","",125,null],[11,"new","","",125,[[["eventctx",3],["app",3],["filter",3]],[["state",8],["box",3]]]],[5,"summary_boxes","","",null,[[["eventctx",3],["app",3],["filter",3]],["widget",3]]],[5,"scatter_plot","","",null,[[["eventctx",3],["app",3],["filter",3]],["widget",3]]],[5,"contingency_table","","",null,[[["eventctx",3],["app",3],["filter",3]],["widget",3]]],[3,"Filter","","",null,null],[12,"changes_pct","","",126,null],[12,"modes","","",126,null],[11,"new","","",126,[[],["filter",3]]],[11,"get_trips","","",126,[[["app",3]],["vec",3]]],[5,"pct_diff","","",null,[[["duration",3]],["f64",15]]],[5,"export_times","","",null,[[["app",3]],[["result",6],["string",3]]]],[0,"traffic_signals","game::sandbox::dashboards","",null,null],[3,"TrafficSignalDemand","game::sandbox::dashboards::traffic_signals","",null,null],[12,"panel","","",127,null],[12,"all_demand","","",127,null],[12,"hour","","",127,null],[12,"draw_all","","",127,null],[12,"selected","","",127,null],[11,"new","","",127,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[3,"Demand","","",null,null],[12,"raw","","",128,null],[11,"all_demand","","",128,[[["app",3],["timer",3]],[["demand",3],["hashmap",3],["intersectionid",3]]]],[11,"count","","",128,[[["time",3]],[["movementid",3],["counter",3]]]],[11,"make_arrows","","",128,[[["controltrafficsignal",3],["time",3]],["vec",3]]],[11,"draw_demand","","",128,[[["app",3],["time",3],["eventctx",3],["hashmap",3]],["drawable",3]]],[0,"trip_table","game::sandbox::dashboards","",null,null],[3,"TripTable","game::sandbox::dashboards::trip_table","",null,null],[12,"tab","","",129,null],[12,"table_tabs","","",129,null],[12,"panel","","",129,null],[12,"finished_trips_table","","",129,null],[12,"cancelled_trips_table","","",129,null],[12,"unfinished_trips_table","","",129,null],[12,"recompute_filters","","",129,null],[11,"new","","",129,[[["eventctx",3],["app",3]]]],[3,"FinishedTrip","","",null,null],[12,"id","","",130,null],[12,"mode","","",130,null],[12,"modified","","",130,null],[12,"capped","","",130,null],[12,"start","","",130,null],[12,"end","","",130,null],[12,"departure","","",130,null],[12,"duration_after","","",130,null],[12,"duration_before","","",130,null],[12,"waiting","","",130,null],[12,"percent_waiting","","",130,null],[3,"CancelledTrip","","",null,null],[12,"id","","",131,null],[12,"mode","","",131,null],[12,"departure","","",131,null],[12,"start","","",131,null],[12,"end","","",131,null],[12,"duration_before","","",131,null],[12,"reason","","",131,null],[3,"UnfinishedTrip","","",null,null],[12,"id","","",132,null],[12,"mode","","",132,null],[12,"departure","","",132,null],[12,"duration_before","","",132,null],[3,"Filters","","",null,null],[12,"modes","","",133,null],[12,"off_map_starts","","",133,null],[12,"off_map_ends","","",133,null],[12,"starts_in","","",133,null],[12,"ends_in","","",133,null],[12,"unmodified_trips","","",133,null],[12,"modified_trips","","",133,null],[12,"uncapped_trips","","",133,null],[12,"capped_trips","","",133,null],[5,"produce_raw_data","","",null,[[["app",3]]]],[5,"make_table_finished_trips","","",null,[[["app",3]],[["filters",3],["app",3],["table",3],["finishedtrip",3]]]],[5,"make_table_cancelled_trips","","",null,[[["app",3]],[["filters",3],["app",3],["table",3],["cancelledtrip",3]]]],[5,"make_table_unfinished_trips","","",null,[[["app",3]],[["filters",3],["app",3],["table",3],["unfinishedtrip",3]]]],[4,"DashTab","game::sandbox::dashboards","",null,null],[13,"TripTable","","",134,null],[13,"TripSummaries","","",134,null],[13,"ParkingOverhead","","",134,null],[13,"ActiveTraffic","","",134,null],[13,"TransitRoutes","","",134,null],[13,"CommuterPatterns","","",134,null],[13,"TrafficSignals","","",134,null],[11,"picker","","",134,[[["app",3],["eventctx",3]],["widget",3]]],[11,"transition","","",134,[[["eventctx",3],["app",3],["panel",3]],[["transition",4],["option",4]]]],[0,"gameplay","game::sandbox","",null,null],[0,"actdev","game::sandbox::gameplay","",null,null],[3,"Actdev","game::sandbox::gameplay::actdev","A gameplay mode with specific controls for integration …",null,null],[12,"top_right","","",135,null],[12,"scenario_name","","",135,null],[12,"bg_traffic","","",135,null],[12,"once","","",135,null],[11,"new","","",135,[[["eventctx",3],["string",3],["bool",15]],[["gameplaystate",8],["box",3]]]],[3,"About","","",null,null],[5,"find_active_trip","","",null,[[["app",3]],["option",4]]],[0,"commute","game::sandbox::gameplay","",null,null],[3,"OptimizeCommute","game::sandbox::gameplay::commute","",null,null],[12,"top_right","","",136,null],[12,"person","","",136,null],[12,"mode","","",136,null],[12,"goal","","",136,null],[12,"time","","",136,null],[12,"done","","",136,null],[12,"trips","","",136,null],[12,"once","","",136,null],[11,"new","","",136,[[["app",3],["eventctx",3],["origpersonid",3],["duration",3]],[["gameplaystate",8],["box",3]]]],[11,"cutscene_pt1","","",136,[[["eventctx",3],["app",3],["gameplaymode",4]],[["state",8],["box",3]]]],[11,"cutscene_pt2","","",136,[[["eventctx",3],["app",3],["gameplaymode",4]],[["state",8],["box",3]]]],[5,"get_score","","",null,[[["app",3],["vec",3]]]],[5,"final_score","","",null,[[["app",3],["eventctx",3],["gameplaymode",4],["duration",3]],[["state",8],["box",3]]]],[5,"cutscene_task","","",null,[[["gameplaymode",4]],[["fn",8],["box",3]]]],[0,"fix_traffic_signals","game::sandbox::gameplay","",null,null],[17,"THRESHOLD","game::sandbox::gameplay::fix_traffic_signals","",null,null],[3,"FixTrafficSignals","","",null,null],[12,"top_right","","",137,null],[12,"time","","",137,null],[12,"worst","","",137,null],[12,"done_at","","",137,null],[12,"mode","","",137,null],[11,"new","","",137,[[["eventctx",3]],[["gameplaystate",8],["box",3]]]],[11,"cutscene_pt1","","",137,[[["eventctx",3],["app",3],["gameplaymode",4]],[["state",8],["box",3]]]],[5,"final_score","","",null,[[["app",3],["eventctx",3],["gameplaymode",4],["bool",15]],[["state",8],["box",3]]]],[5,"cutscene_pt1_task","","",null,[[["eventctx",3]],["widget",3]]],[0,"freeform","game::sandbox::gameplay","",null,null],[0,"spawner","game::sandbox::gameplay::freeform","",null,null],[3,"AgentSpawner","game::sandbox::gameplay::freeform::spawner","",null,null],[12,"panel","","",138,null],[12,"start","","",138,null],[12,"goal","","",138,null],[12,"confirmed","","",138,null],[11,"new","","",138,[[["app",3],["eventctx",3],["option",4],["buildingid",3]],[["state",8],["box",3]]]],[3,"Freeform","game::sandbox::gameplay::freeform","",null,null],[12,"top_right","","",139,null],[11,"new","","",139,[[["eventctx",3],["app",3]],[["gameplaystate",8],["box",3]]]],[3,"ChangeScenario","","",null,null],[11,"new","","",140,[[["eventctx",3],["app",3],["str",15]],[["state",8],["box",3]]]],[5,"spawn_agents_around","","",null,[[["app",3],["intersectionid",3]]]],[5,"actions","","",null,[[["app",3],["id",4]],["vec",3]]],[5,"execute","","",null,[[["app",3],["id",4],["eventctx",3],["str",15]],[["transition",4],["app",3]]]],[0,"play_scenario","game::sandbox::gameplay","",null,null],[3,"PlayScenario","game::sandbox::gameplay::play_scenario","",null,null],[12,"top_right","","",141,null],[12,"scenario_name","","",141,null],[12,"modifiers","","",141,null],[11,"new","","",141,[[["app",3],["scenariomodifier",4],["vec",3],["eventctx",3],["string",3]],[["gameplaystate",8],["box",3]]]],[3,"EditScenarioModifiers","","",null,null],[12,"scenario_name","","",142,null],[12,"modifiers","","",142,null],[12,"panel","","",142,null],[11,"new","","",142,[[["scenariomodifier",4],["vec",3],["eventctx",3],["string",3]],[["state",8],["box",3]]]],[3,"ChangeMode","","",null,null],[12,"panel","","",143,null],[12,"scenario_name","","",143,null],[12,"modifiers","","",143,null],[11,"new","","",143,[[["app",3],["scenariomodifier",4],["vec",3],["eventctx",3],["string",3]],[["state",8],["box",3]]]],[0,"tutorial","game::sandbox::gameplay","",null,null],[17,"ESCORT","game::sandbox::gameplay::tutorial","",null,null],[17,"CAR_BIKE_CONTENTION_GOAL","","",null,null],[3,"Tutorial","","",null,null],[12,"top_right","","",144,null],[12,"last_finished_task","","",144,null],[12,"msg_panel","","",144,null],[12,"warped","","",144,null],[3,"TutorialPointer","","",null,null],[12,"stage","","",145,null],[12,"part","","",145,null],[11,"new","","",145,[[["usize",15]],["tutorialpointer",3]]],[11,"start","","Launches the tutorial gameplay along with its cutscene",144,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"initialize","","Idempotent. This must be called beforemake_gameplay
or …",144,[[["eventctx",3],["app",3]]]],[11,"make_gameplay","","",144,[[["eventctx",3],["app",3],["tutorialpointer",3]],[["gameplaystate",8],["box",3]]]],[11,"scenario","","",144,[[["app",3],["tutorialpointer",3]],[["option",4],["scenariogenerator",3]]]],[11,"inner_event","","",144,[[["app",3],["eventctx",3],["sandboxcontrols",3],["tutorialstate",3]],[["transition",4],["option",4]]]],[4,"Task","","",null,null],[13,"Nil","","",146,null],[13,"Camera","","",146,null],[13,"InspectObjects","","",146,null],[13,"TimeControls","","",146,null],[13,"PauseResume","","",146,null],[13,"Escort","","",146,null],[13,"LowParking","","",146,null],[13,"WatchBikes","","",146,null],[13,"FixBikes","","",146,null],[13,"Done","","",146,null],[11,"top_txt","","",146,[[["tutorialstate",3]],["text",3]]],[11,"label","","",146,[[],["str",15]]],[3,"Stage","","",null,null],[12,"messages","","",147,null],[12,"task","","",147,null],[12,"warp_to","","",147,null],[12,"custom_spawn","","",147,null],[12,"make_scenario","","",147,null],[5,"arrow","","",null,[[["screenpt",3]],[["option",4],["box",3]]]],[11,"new","","",147,[[["task",4]],["stage",3]]],[11,"msg","","",147,[[["box",3],["into",8],["vec",3],["string",3],["option",4]],["stage",3]]],[11,"left_aligned_msg","","",147,[[["box",3],["into",8],["vec",3],["string",3],["option",4]],["stage",3]]],[11,"warp_to","","",147,[[["f64",15],["option",4],["id",4]],["stage",3]]],[11,"custom_spawn","","",147,[[["box",3],["fn",8]],["stage",3]]],[11,"scenario","","",147,[[["scenariogenerator",3]],["stage",3]]],[3,"TutorialState","","",null,null],[12,"stages","","",148,null],[12,"current","","",148,null],[12,"window_dims","","",148,null],[12,"inspected_bike_lane","","",148,null],[12,"inspected_building","","",148,null],[12,"inspected_stop_sign","","",148,null],[12,"inspected_border","","",148,null],[12,"was_paused","","",148,null],[12,"num_pauses","","",148,null],[12,"following_car","","",148,null],[12,"car_parked","","",148,null],[12,"prank_done","","",148,null],[12,"parking_found","","",148,null],[12,"score_delivered","","",148,null],[12,"fire_station","","",148,null],[5,"make_bike_lane_scenario","","",null,[[["map",3]],["scenariogenerator",3]]],[5,"transition","","",null,[[["tutorialstate",3],["app",3]],[["transition",4],["app",3]]]],[11,"reset_state","","",148,[[]]],[11,"stage","","",148,[[],["stage",3]]],[11,"interaction","","",148,[[],["task",4]]],[11,"lines","","",148,[[],["option",4]]],[11,"next","","",148,[[]]],[11,"prev","","",148,[[]]],[11,"make_top_right","","",148,[[["eventctx",3],["bool",15]],["panel",3]]],[11,"make_state","","",148,[[["eventctx",3],["app",3]],[["gameplaystate",8],["box",3]]]],[11,"new","","",148,[[["eventctx",3],["app",3]],["tutorialstate",3]]],[11,"scenarios_to_prebake","","",148,[[["map",3]],[["vec",3],["scenariogenerator",3]]]],[5,"actions","","",null,[[["app",3],["id",4]],["vec",3]]],[5,"execute","","",null,[[["app",3],["id",4],["eventctx",3],["str",15]],[["transition",4],["app",3]]]],[5,"intro_story","","",null,[[["eventctx",3]],[["state",8],["box",3]]]],[5,"bldg","","",null,[[["i64",15]],["osmid",4]]],[4,"GameplayMode","game::sandbox::gameplay","",null,null],[13,"Freeform","","",149,null],[13,"PlayScenario","","",149,null],[13,"FixTrafficSignals","","",149,null],[13,"OptimizeCommute","","",149,null],[13,"Actdev","","",149,null],[13,"Tutorial","","",149,null],[8,"GameplayState","","",null,null],[10,"event","","",150,[[["app",3],["eventctx",3],["sandboxcontrols",3],["actions",3]],[["transition",4],["option",4]]]],[10,"draw","","",150,[[["app",3],["gfxctx",3]]]],[11,"on_destroy","","",150,[[["app",3]]]],[10,"recreate_panels","","",150,[[["eventctx",3],["app",3]]]],[11,"can_move_canvas","","",150,[[],["bool",15]]],[11,"can_examine_objects","","",150,[[],["bool",15]]],[11,"has_common","","",150,[[],["bool",15]]],[11,"has_tool_panel","","",150,[[],["bool",15]]],[11,"has_time_panel","","",150,[[],["bool",15]]],[11,"has_minimap","","",150,[[],["bool",15]]],[11,"is","","Returns true if the trait object wraps an object of type …",150,[[],["bool",15]]],[11,"downcast","","Returns a boxed object from a boxed trait object if the …",150,[[["box",3]],[["box",3],["result",4],["box",3]]]],[11,"downcast_rc","","Returns anRc
-ed object from anRc
-ed trait object if the …",150,[[["rc",3]],[["result",4],["rc",3],["rc",3]]]],[11,"downcast_ref","","Returns a reference to the object within the trait object …",150,[[],["option",4]]],[11,"downcast_mut","","Returns a mutable reference to the object within the …",150,[[],["option",4]]],[4,"LoadScenario","","",null,null],[13,"Nothing","","",151,null],[13,"Path","","",151,null],[13,"Scenario","","",151,null],[13,"Future","","",151,null],[11,"map_name","","",149,[[],["mapname",3]]],[11,"scenario","","",149,[[["app",3],["timer",3],["xorshiftrng",3]],["loadscenario",4]]],[11,"can_edit_lanes","","",149,[[],["bool",15]]],[11,"can_edit_stop_signs","","",149,[[],["bool",15]]],[11,"can_jump_to_time","","",149,[[],["bool",15]]],[11,"allows","","",149,[[["mapedits",3]],["bool",15]]],[11,"initialize","","Must be called after the scenario has been setup. The …",149,[[["eventctx",3],["app",3]],[["gameplaystate",8],["box",3]]]],[5,"challenge_header","","",null,[[["eventctx",3],["str",15]],["widget",3]]],[3,"FinalScore","","",null,null],[12,"panel","","",152,null],[12,"retry","","",152,null],[12,"next_mode","","",152,null],[12,"chose_next","","",152,null],[12,"chose_back_to_challenges","","",152,null],[11,"new","","",152,[[["app",3],["eventctx",3],["string",3],["gameplaymode",4],["option",4]],[["state",8],["box",3]]]],[0,"minimap","game::sandbox","",null,null],[3,"MinimapController","game::sandbox::minimap","",null,null],[5,"make_agent_toggles","","is_enabled
: are (car, bike, bus, pedestrian) toggles …",null,[[["eventctx",3],["app",3]],[["vec",3],["widget",3]]]],[5,"make_tool_panel","","",null,[[["eventctx",3],["app",3]],["widget",3]]],[0,"misc_tools","game::sandbox","",null,null],[3,"RoutePreview","game::sandbox::misc_tools","Draws a preview of the path for the agent under the mouse …",null,null],[12,"preview","","",153,null],[11,"new","","",153,[[],["routepreview",3]]],[11,"event","","",153,[[["eventctx",3],["app",3]],[["transition",4],["option",4]]]],[11,"draw","","",153,[[["gfxctx",3]]]],[3,"TrafficRecorder","","",null,null],[12,"members","","",154,null],[12,"panel","","",154,null],[11,"new","","",154,[[["eventctx",3],["btreeset",3],["intersectionid",3]],[["state",8],["box",3]]]],[5,"make_btn","","",null,[[["eventctx",3],["usize",15]],["widget",3]]],[0,"speed","game::sandbox","",null,null],[3,"TimePanel","game::sandbox::speed","",null,null],[12,"panel","","",155,null],[12,"override_height","","",155,null],[12,"time","","",155,null],[12,"paused","","",155,null],[12,"setting","","",155,null],[12,"baseline_finished_trips","","",155,null],[4,"SpeedSetting","","",null,null],[13,"Realtime","","1 sim second per real second",156,null],[13,"Fast","","5 sim seconds per real second",156,null],[13,"Faster","","30 sim seconds per real second",156,null],[13,"Fastest","","1 sim hour per real second",156,null],[11,"new","","",155,[[["eventctx",3],["app",3]],["timepanel",3]]],[11,"recreate_panel","","",155,[[["eventctx",3],["app",3]]]],[11,"trips_completion_bar","","",155,[[["app",3],["eventctx",3]],["widget",3]]],[11,"create_time_panel","","",155,[[["app",3],["eventctx",3]],["widget",3]]],[11,"event","","",155,[[["gameplaymode",4],["app",3],["option",4],["eventctx",3]],[["transition",4],["option",4]]]],[11,"draw","","",155,[[["gfxctx",3]]]],[11,"pause","","",155,[[["eventctx",3],["app",3]]]],[11,"resume","","",155,[[["eventctx",3],["app",3],["speedsetting",4]]]],[11,"is_paused","","",155,[[],["bool",15]]],[0,"time_warp","game::sandbox","",null,null],[3,"JumpToTime","game::sandbox::time_warp","",null,null],[12,"panel","","",157,null],[12,"target","","",157,null],[12,"maybe_mode","","",157,null],[12,"tabs","","",157,null],[11,"new","","",157,[[["app",3],["eventctx",3],["gameplaymode",4],["option",4]],[["state",8],["box",3]]]],[3,"TimeWarpScreen","","",null,null],[12,"target","","",158,null],[12,"wall_time_started","","",158,null],[12,"sim_time_started","","",158,null],[12,"halt_upon_delay","","",158,null],[12,"panel","","",158,null],[11,"new","","",158,[[["app",3],["time",3],["eventctx",3],["duration",3],["option",4]],[["state",8],["box",3]]]],[5,"area_under_curve","","",null,[[["vec",3],["f64",15]],["polygon",3]]],[5,"compare_count","","",null,[[["usize",15]],["string",3]]],[5,"build_jump_to_time_btn","","",null,[[["eventctx",3],["time",3]],["widget",3]]],[5,"build_jump_to_delay_button","","",null,[[["duration",3],["eventctx",3]],["widget",3]]],[3,"SandboxMode","game::sandbox","",null,null],[12,"gameplay","","",159,null],[12,"gameplay_mode","","",159,null],[12,"controls","","",159,null],[12,"recalc_unzoomed_agent","","",159,null],[12,"last_cs","","",159,null],[3,"SandboxControls","","",null,null],[12,"common","","",160,null],[12,"route_preview","","",160,null],[12,"tool_panel","","",160,null],[12,"time_panel","","",160,null],[12,"minimap","","",160,null],[11,"simple_new","","If you don\'t need to chain any transitions after the …",159,[[["gameplaymode",4],["app",3]],[["state",8],["box",3]]]],[11,"async_new","","This does not immediately initialize anything (like …",159,[[["app",3],["box",3],["gameplaymode",4],["fnonce",8]],[["state",8],["box",3]]]],[11,"contextual_actions","","",159,[[],["actions",3]]],[5,"maybe_exit_sandbox","","",null,[[["eventctx",3]],[["transition",4],["app",3]]]],[3,"BackToMainMenu","","",null,null],[3,"Actions","","",null,null],[12,"is_paused","","",161,null],[12,"can_interact","","",161,null],[12,"gameplay","","",161,null],[4,"LoadStage","","",null,null],[13,"LoadingMap","","",162,null],[13,"LoadingScenario","","",162,null],[13,"GotScenario","","",162,null],[13,"LoadingPrebaked","","",162,null],[13,"GotPrebaked","","",162,null],[13,"Finalizing","","",162,null],[3,"SandboxLoader","","",null,null],[12,"stage","","",163,null],[12,"mode","","",163,null],[12,"finalize","","",163,null],[5,"mouseover_unzoomed_agent_circle","","",null,[[["eventctx",3],["app",3]]]],[5,"is_daytime","","",null,[[["app",3]],["bool",15]]],[11,"new","","",160,[[["eventctx",3],["app",3],["box",3]],["sandboxcontrols",3]]],[11,"recreate_panels","","",160,[[["eventctx",3],["app",3]]]],[5,"main","game","",null,[[]]],[5,"run","","",null,[[["settings",3]]]],[5,"setup_app","","",null,[[["flags",3],["options",3],["option",4],["bool",15],["gameplaymode",4],["option",4],["eventctx",3],["string",3],["option",4],["duration",3]]]],[5,"finish_app_setup","","",null,[[["option",4],["bool",15],["gameplaymode",4],["option",4],["app",3],["eventctx",3],["string",3],["option",4],["duration",3]],[["vec",3],["box",3]]]],[11,"from","game::app","",0,[[]]],[11,"into","","",0,[[]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"vzip","","",0,[[]]],[11,"into_any","","",0,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",0,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",0,[[],["any",8]]],[11,"as_any_mut","","",0,[[],["any",8]]],[11,"from","","",1,[[]]],[11,"into","","",1,[[]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"vzip","","",1,[[]]],[11,"into_any","","",1,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",1,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",1,[[],["any",8]]],[11,"as_any_mut","","",1,[[],["any",8]]],[11,"into_any_arc","","",1,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",3,[[]]],[11,"into","","",3,[[]]],[11,"borrow","","",3,[[]]],[11,"borrow_mut","","",3,[[]]],[11,"try_from","","",3,[[],["result",4]]],[11,"try_into","","",3,[[],["result",4]]],[11,"type_id","","",3,[[],["typeid",3]]],[11,"vzip","","",3,[[]]],[11,"into_any","","",3,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",3,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",3,[[],["any",8]]],[11,"as_any_mut","","",3,[[],["any",8]]],[11,"into_any_arc","","",3,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",4,[[]]],[11,"into","","",4,[[]]],[11,"to_owned","","",4,[[]]],[11,"clone_into","","",4,[[]]],[11,"borrow","","",4,[[]]],[11,"borrow_mut","","",4,[[]]],[11,"try_from","","",4,[[],["result",4]]],[11,"try_into","","",4,[[],["result",4]]],[11,"type_id","","",4,[[],["typeid",3]]],[11,"vzip","","",4,[[]]],[11,"into_any","","",4,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",4,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",4,[[],["any",8]]],[11,"as_any_mut","","",4,[[],["any",8]]],[11,"into_any_arc","","",4,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",5,[[]]],[11,"into","","",5,[[]]],[11,"borrow","","",5,[[]]],[11,"borrow_mut","","",5,[[]]],[11,"try_from","","",5,[[],["result",4]]],[11,"try_into","","",5,[[],["result",4]]],[11,"type_id","","",5,[[],["typeid",3]]],[11,"vzip","","",5,[[]]],[11,"into_any","","",5,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",5,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",5,[[],["any",8]]],[11,"as_any_mut","","",5,[[],["any",8]]],[11,"from","","",6,[[]]],[11,"into","","",6,[[]]],[11,"borrow","","",6,[[]]],[11,"borrow_mut","","",6,[[]]],[11,"try_from","","",6,[[],["result",4]]],[11,"try_into","","",6,[[],["result",4]]],[11,"type_id","","",6,[[],["typeid",3]]],[11,"vzip","","",6,[[]]],[11,"into_any","","",6,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",6,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",6,[[],["any",8]]],[11,"as_any_mut","","",6,[[],["any",8]]],[11,"from","","",7,[[]]],[11,"into","","",7,[[]]],[11,"borrow","","",7,[[]]],[11,"borrow_mut","","",7,[[]]],[11,"try_from","","",7,[[],["result",4]]],[11,"try_into","","",7,[[],["result",4]]],[11,"type_id","","",7,[[],["typeid",3]]],[11,"vzip","","",7,[[]]],[11,"into_any","","",7,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",7,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",7,[[],["any",8]]],[11,"as_any_mut","","",7,[[],["any",8]]],[11,"into_any_arc","","",7,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",8,[[]]],[11,"into","","",8,[[]]],[11,"borrow","","",8,[[]]],[11,"borrow_mut","","",8,[[]]],[11,"try_from","","",8,[[],["result",4]]],[11,"try_into","","",8,[[],["result",4]]],[11,"type_id","","",8,[[],["typeid",3]]],[11,"vzip","","",8,[[]]],[11,"into_any","","",8,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",8,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",8,[[],["any",8]]],[11,"as_any_mut","","",8,[[],["any",8]]],[11,"into_any_arc","","",8,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::challenges::cutscene","",9,[[]]],[11,"into","","",9,[[]]],[11,"borrow","","",9,[[]]],[11,"borrow_mut","","",9,[[]]],[11,"try_from","","",9,[[],["result",4]]],[11,"try_into","","",9,[[],["result",4]]],[11,"type_id","","",9,[[],["typeid",3]]],[11,"vzip","","",9,[[]]],[11,"into_any","","",9,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",9,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",9,[[],["any",8]]],[11,"as_any_mut","","",9,[[],["any",8]]],[11,"into_any_arc","","",9,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",10,[[]]],[11,"into","","",10,[[]]],[11,"borrow","","",10,[[]]],[11,"borrow_mut","","",10,[[]]],[11,"try_from","","",10,[[],["result",4]]],[11,"try_into","","",10,[[],["result",4]]],[11,"type_id","","",10,[[],["typeid",3]]],[11,"vzip","","",10,[[]]],[11,"into_any","","",10,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",10,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",10,[[],["any",8]]],[11,"as_any_mut","","",10,[[],["any",8]]],[11,"into_any_arc","","",10,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",11,[[]]],[11,"into","","",11,[[]]],[11,"borrow","","",11,[[]]],[11,"borrow_mut","","",11,[[]]],[11,"try_from","","",11,[[],["result",4]]],[11,"try_into","","",11,[[],["result",4]]],[11,"type_id","","",11,[[],["typeid",3]]],[11,"vzip","","",11,[[]]],[11,"into_any","","",11,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",11,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",11,[[],["any",8]]],[11,"as_any_mut","","",11,[[],["any",8]]],[11,"into_any_arc","","",11,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",12,[[]]],[11,"into","","",12,[[]]],[11,"borrow","","",12,[[]]],[11,"borrow_mut","","",12,[[]]],[11,"try_from","","",12,[[],["result",4]]],[11,"try_into","","",12,[[],["result",4]]],[11,"type_id","","",12,[[],["typeid",3]]],[11,"vzip","","",12,[[]]],[11,"into_any","","",12,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",12,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",12,[[],["any",8]]],[11,"as_any_mut","","",12,[[],["any",8]]],[11,"from","","",13,[[]]],[11,"into","","",13,[[]]],[11,"borrow","","",13,[[]]],[11,"borrow_mut","","",13,[[]]],[11,"try_from","","",13,[[],["result",4]]],[11,"try_into","","",13,[[],["result",4]]],[11,"type_id","","",13,[[],["typeid",3]]],[11,"vzip","","",13,[[]]],[11,"into_any","","",13,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",13,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",13,[[],["any",8]]],[11,"as_any_mut","","",13,[[],["any",8]]],[11,"from","game::challenges","",14,[[]]],[11,"into","","",14,[[]]],[11,"borrow","","",14,[[]]],[11,"borrow_mut","","",14,[[]]],[11,"try_from","","",14,[[],["result",4]]],[11,"try_into","","",14,[[],["result",4]]],[11,"type_id","","",14,[[],["typeid",3]]],[11,"vzip","","",14,[[]]],[11,"into_any","","",14,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",14,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",14,[[],["any",8]]],[11,"as_any_mut","","",14,[[],["any",8]]],[11,"into_any_arc","","",14,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",15,[[]]],[11,"into","","",15,[[]]],[11,"borrow","","",15,[[]]],[11,"borrow_mut","","",15,[[]]],[11,"try_from","","",15,[[],["result",4]]],[11,"try_into","","",15,[[],["result",4]]],[11,"type_id","","",15,[[],["typeid",3]]],[11,"vzip","","",15,[[]]],[11,"into_any","","",15,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",15,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",15,[[],["any",8]]],[11,"as_any_mut","","",15,[[],["any",8]]],[11,"into_any_arc","","",15,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",16,[[]]],[11,"into","","",16,[[]]],[11,"borrow","","",16,[[]]],[11,"borrow_mut","","",16,[[]]],[11,"try_from","","",16,[[],["result",4]]],[11,"try_into","","",16,[[],["result",4]]],[11,"type_id","","",16,[[],["typeid",3]]],[11,"vzip","","",16,[[]]],[11,"into_any","","",16,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",16,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",16,[[],["any",8]]],[11,"as_any_mut","","",16,[[],["any",8]]],[11,"from","game::common::warp","",17,[[]]],[11,"into","","",17,[[]]],[11,"borrow","","",17,[[]]],[11,"borrow_mut","","",17,[[]]],[11,"try_from","","",17,[[],["result",4]]],[11,"try_into","","",17,[[],["result",4]]],[11,"type_id","","",17,[[],["typeid",3]]],[11,"vzip","","",17,[[]]],[11,"into_any","","",17,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",17,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",17,[[],["any",8]]],[11,"as_any_mut","","",17,[[],["any",8]]],[11,"into_any_arc","","",17,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",18,[[]]],[11,"into","","",18,[[]]],[11,"borrow","","",18,[[]]],[11,"borrow_mut","","",18,[[]]],[11,"try_from","","",18,[[],["result",4]]],[11,"try_into","","",18,[[],["result",4]]],[11,"type_id","","",18,[[],["typeid",3]]],[11,"vzip","","",18,[[]]],[11,"into_any","","",18,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",18,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",18,[[],["any",8]]],[11,"as_any_mut","","",18,[[],["any",8]]],[11,"from","game::common","",19,[[]]],[11,"into","","",19,[[]]],[11,"borrow","","",19,[[]]],[11,"borrow_mut","","",19,[[]]],[11,"try_from","","",19,[[],["result",4]]],[11,"try_into","","",19,[[],["result",4]]],[11,"type_id","","",19,[[],["typeid",3]]],[11,"vzip","","",19,[[]]],[11,"into_any","","",19,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",19,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",19,[[],["any",8]]],[11,"as_any_mut","","",19,[[],["any",8]]],[11,"from","game::debug::blocked_by","",20,[[]]],[11,"into","","",20,[[]]],[11,"borrow","","",20,[[]]],[11,"borrow_mut","","",20,[[]]],[11,"try_from","","",20,[[],["result",4]]],[11,"try_into","","",20,[[],["result",4]]],[11,"type_id","","",20,[[],["typeid",3]]],[11,"vzip","","",20,[[]]],[11,"into_any","","",20,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",20,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",20,[[],["any",8]]],[11,"as_any_mut","","",20,[[],["any",8]]],[11,"from","game::debug::floodfill","",21,[[]]],[11,"into","","",21,[[]]],[11,"borrow","","",21,[[]]],[11,"borrow_mut","","",21,[[]]],[11,"try_from","","",21,[[],["result",4]]],[11,"try_into","","",21,[[],["result",4]]],[11,"type_id","","",21,[[],["typeid",3]]],[11,"vzip","","",21,[[]]],[11,"into_any","","",21,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",21,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",21,[[],["any",8]]],[11,"as_any_mut","","",21,[[],["any",8]]],[11,"from","","",22,[[]]],[11,"into","","",22,[[]]],[11,"to_owned","","",22,[[]]],[11,"clone_into","","",22,[[]]],[11,"borrow","","",22,[[]]],[11,"borrow_mut","","",22,[[]]],[11,"try_from","","",22,[[],["result",4]]],[11,"try_into","","",22,[[],["result",4]]],[11,"type_id","","",22,[[],["typeid",3]]],[11,"vzip","","",22,[[]]],[11,"into_any","","",22,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",22,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",22,[[],["any",8]]],[11,"as_any_mut","","",22,[[],["any",8]]],[11,"into_any_arc","","",22,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::debug::objects","",23,[[]]],[11,"into","","",23,[[]]],[11,"borrow","","",23,[[]]],[11,"borrow_mut","","",23,[[]]],[11,"try_from","","",23,[[],["result",4]]],[11,"try_into","","",23,[[],["result",4]]],[11,"type_id","","",23,[[],["typeid",3]]],[11,"vzip","","",23,[[]]],[11,"into_any","","",23,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",23,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",23,[[],["any",8]]],[11,"as_any_mut","","",23,[[],["any",8]]],[11,"into_any_arc","","",23,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::debug::path_counter","",24,[[]]],[11,"into","","",24,[[]]],[11,"borrow","","",24,[[]]],[11,"borrow_mut","","",24,[[]]],[11,"try_from","","",24,[[],["result",4]]],[11,"try_into","","",24,[[],["result",4]]],[11,"type_id","","",24,[[],["typeid",3]]],[11,"vzip","","",24,[[]]],[11,"into_any","","",24,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",24,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",24,[[],["any",8]]],[11,"as_any_mut","","",24,[[],["any",8]]],[11,"from","game::debug::polygons","",25,[[]]],[11,"into","","",25,[[]]],[11,"borrow","","",25,[[]]],[11,"borrow_mut","","",25,[[]]],[11,"try_from","","",25,[[],["result",4]]],[11,"try_into","","",25,[[],["result",4]]],[11,"type_id","","",25,[[],["typeid",3]]],[11,"vzip","","",25,[[]]],[11,"into_any","","",25,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",25,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",25,[[],["any",8]]],[11,"as_any_mut","","",25,[[],["any",8]]],[11,"from","","",26,[[]]],[11,"into","","",26,[[]]],[11,"borrow","","",26,[[]]],[11,"borrow_mut","","",26,[[]]],[11,"try_from","","",26,[[],["result",4]]],[11,"try_into","","",26,[[],["result",4]]],[11,"type_id","","",26,[[],["typeid",3]]],[11,"vzip","","",26,[[]]],[11,"into_any","","",26,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",26,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",26,[[],["any",8]]],[11,"as_any_mut","","",26,[[],["any",8]]],[11,"into_any_arc","","",26,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::debug::routes","",27,[[]]],[11,"into","","",27,[[]]],[11,"borrow","","",27,[[]]],[11,"borrow_mut","","",27,[[]]],[11,"try_from","","",27,[[],["result",4]]],[11,"try_into","","",27,[[],["result",4]]],[11,"type_id","","",27,[[],["typeid",3]]],[11,"vzip","","",27,[[]]],[11,"into_any","","",27,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",27,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",27,[[],["any",8]]],[11,"as_any_mut","","",27,[[],["any",8]]],[11,"from","","",28,[[]]],[11,"into","","",28,[[]]],[11,"borrow","","",28,[[]]],[11,"borrow_mut","","",28,[[]]],[11,"try_from","","",28,[[],["result",4]]],[11,"try_into","","",28,[[],["result",4]]],[11,"type_id","","",28,[[],["typeid",3]]],[11,"vzip","","",28,[[]]],[11,"into_any","","",28,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",28,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",28,[[],["any",8]]],[11,"as_any_mut","","",28,[[],["any",8]]],[11,"from","","",29,[[]]],[11,"into","","",29,[[]]],[11,"borrow","","",29,[[]]],[11,"borrow_mut","","",29,[[]]],[11,"try_from","","",29,[[],["result",4]]],[11,"try_into","","",29,[[],["result",4]]],[11,"type_id","","",29,[[],["typeid",3]]],[11,"vzip","","",29,[[]]],[11,"into_any","","",29,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",29,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",29,[[],["any",8]]],[11,"as_any_mut","","",29,[[],["any",8]]],[11,"from","game::debug::uber_turns","",30,[[]]],[11,"into","","",30,[[]]],[11,"borrow","","",30,[[]]],[11,"borrow_mut","","",30,[[]]],[11,"try_from","","",30,[[],["result",4]]],[11,"try_into","","",30,[[],["result",4]]],[11,"type_id","","",30,[[],["typeid",3]]],[11,"vzip","","",30,[[]]],[11,"into_any","","",30,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",30,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",30,[[],["any",8]]],[11,"as_any_mut","","",30,[[],["any",8]]],[11,"into_any_arc","","",30,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",31,[[]]],[11,"into","","",31,[[]]],[11,"borrow","","",31,[[]]],[11,"borrow_mut","","",31,[[]]],[11,"try_from","","",31,[[],["result",4]]],[11,"try_into","","",31,[[],["result",4]]],[11,"type_id","","",31,[[],["typeid",3]]],[11,"vzip","","",31,[[]]],[11,"into_any","","",31,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",31,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",31,[[],["any",8]]],[11,"as_any_mut","","",31,[[],["any",8]]],[11,"into_any_arc","","",31,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::debug","",32,[[]]],[11,"into","","",32,[[]]],[11,"borrow","","",32,[[]]],[11,"borrow_mut","","",32,[[]]],[11,"try_from","","",32,[[],["result",4]]],[11,"try_into","","",32,[[],["result",4]]],[11,"type_id","","",32,[[],["typeid",3]]],[11,"vzip","","",32,[[]]],[11,"into_any","","",32,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",32,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",32,[[],["any",8]]],[11,"as_any_mut","","",32,[[],["any",8]]],[11,"from","","",33,[[]]],[11,"into","","",33,[[]]],[11,"borrow","","",33,[[]]],[11,"borrow_mut","","",33,[[]]],[11,"try_from","","",33,[[],["result",4]]],[11,"try_into","","",33,[[],["result",4]]],[11,"type_id","","",33,[[],["typeid",3]]],[11,"vzip","","",33,[[]]],[11,"into_any","","",33,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",33,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",33,[[],["any",8]]],[11,"as_any_mut","","",33,[[],["any",8]]],[11,"into_any_arc","","",33,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",164,[[]]],[11,"into","","",164,[[]]],[11,"borrow","","",164,[[]]],[11,"borrow_mut","","",164,[[]]],[11,"try_from","","",164,[[],["result",4]]],[11,"try_into","","",164,[[],["result",4]]],[11,"type_id","","",164,[[],["typeid",3]]],[11,"vzip","","",164,[[]]],[11,"into_any","","",164,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",164,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",164,[[],["any",8]]],[11,"as_any_mut","","",164,[[],["any",8]]],[11,"into_any_arc","","",164,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",34,[[]]],[11,"into","","",34,[[]]],[11,"borrow","","",34,[[]]],[11,"borrow_mut","","",34,[[]]],[11,"try_from","","",34,[[],["result",4]]],[11,"try_into","","",34,[[],["result",4]]],[11,"type_id","","",34,[[],["typeid",3]]],[11,"vzip","","",34,[[]]],[11,"into_any","","",34,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",34,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",34,[[],["any",8]]],[11,"as_any_mut","","",34,[[],["any",8]]],[11,"into_any_arc","","",34,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::devtools::collisions","",35,[[]]],[11,"into","","",35,[[]]],[11,"borrow","","",35,[[]]],[11,"borrow_mut","","",35,[[]]],[11,"try_from","","",35,[[],["result",4]]],[11,"try_into","","",35,[[],["result",4]]],[11,"type_id","","",35,[[],["typeid",3]]],[11,"vzip","","",35,[[]]],[11,"into_any","","",35,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",35,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",35,[[],["any",8]]],[11,"as_any_mut","","",35,[[],["any",8]]],[11,"from","","",36,[[]]],[11,"into","","",36,[[]]],[11,"borrow","","",36,[[]]],[11,"borrow_mut","","",36,[[]]],[11,"try_from","","",36,[[],["result",4]]],[11,"try_into","","",36,[[],["result",4]]],[11,"type_id","","",36,[[],["typeid",3]]],[11,"vzip","","",36,[[]]],[11,"into_any","","",36,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",36,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",36,[[],["any",8]]],[11,"as_any_mut","","",36,[[],["any",8]]],[11,"into_any_arc","","",36,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",37,[[]]],[11,"into","","",37,[[]]],[11,"borrow","","",37,[[]]],[11,"borrow_mut","","",37,[[]]],[11,"try_from","","",37,[[],["result",4]]],[11,"try_into","","",37,[[],["result",4]]],[11,"type_id","","",37,[[],["typeid",3]]],[11,"vzip","","",37,[[]]],[11,"into_any","","",37,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",37,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",37,[[],["any",8]]],[11,"as_any_mut","","",37,[[],["any",8]]],[11,"into_any_arc","","",37,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",40,[[]]],[11,"into","","",40,[[]]],[11,"borrow","","",40,[[]]],[11,"borrow_mut","","",40,[[]]],[11,"try_from","","",40,[[],["result",4]]],[11,"try_into","","",40,[[],["result",4]]],[11,"type_id","","",40,[[],["typeid",3]]],[11,"vzip","","",40,[[]]],[11,"into_any","","",40,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",40,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",40,[[],["any",8]]],[11,"as_any_mut","","",40,[[],["any",8]]],[11,"from","game::devtools::destinations","",41,[[]]],[11,"into","","",41,[[]]],[11,"borrow","","",41,[[]]],[11,"borrow_mut","","",41,[[]]],[11,"try_from","","",41,[[],["result",4]]],[11,"try_into","","",41,[[],["result",4]]],[11,"type_id","","",41,[[],["typeid",3]]],[11,"vzip","","",41,[[]]],[11,"into_any","","",41,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",41,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",41,[[],["any",8]]],[11,"as_any_mut","","",41,[[],["any",8]]],[11,"from","game::devtools::kml","",42,[[]]],[11,"into","","",42,[[]]],[11,"borrow","","",42,[[]]],[11,"borrow_mut","","",42,[[]]],[11,"try_from","","",42,[[],["result",4]]],[11,"try_into","","",42,[[],["result",4]]],[11,"type_id","","",42,[[],["typeid",3]]],[11,"vzip","","",42,[[]]],[11,"into_any","","",42,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",42,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",42,[[],["any",8]]],[11,"as_any_mut","","",42,[[],["any",8]]],[11,"from","","",43,[[]]],[11,"into","","",43,[[]]],[11,"borrow","","",43,[[]]],[11,"borrow_mut","","",43,[[]]],[11,"try_from","","",43,[[],["result",4]]],[11,"try_into","","",43,[[],["result",4]]],[11,"type_id","","",43,[[],["typeid",3]]],[11,"vzip","","",43,[[]]],[11,"into_any","","",43,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",43,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",43,[[],["any",8]]],[11,"as_any_mut","","",43,[[],["any",8]]],[11,"into_any_arc","","",43,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::devtools::polygon","",44,[[]]],[11,"into","","",44,[[]]],[11,"borrow","","",44,[[]]],[11,"borrow_mut","","",44,[[]]],[11,"try_from","","",44,[[],["result",4]]],[11,"try_into","","",44,[[],["result",4]]],[11,"type_id","","",44,[[],["typeid",3]]],[11,"vzip","","",44,[[]]],[11,"into_any","","",44,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",44,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",44,[[],["any",8]]],[11,"as_any_mut","","",44,[[],["any",8]]],[11,"from","game::devtools::scenario","",45,[[]]],[11,"into","","",45,[[]]],[11,"borrow","","",45,[[]]],[11,"borrow_mut","","",45,[[]]],[11,"try_from","","",45,[[],["result",4]]],[11,"try_into","","",45,[[],["result",4]]],[11,"type_id","","",45,[[],["typeid",3]]],[11,"vzip","","",45,[[]]],[11,"into_any","","",45,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",45,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",45,[[],["any",8]]],[11,"as_any_mut","","",45,[[],["any",8]]],[11,"from","game::devtools::story","",46,[[]]],[11,"into","","",46,[[]]],[11,"borrow","","",46,[[]]],[11,"borrow_mut","","",46,[[]]],[11,"try_from","","",46,[[],["result",4]]],[11,"try_into","","",46,[[],["result",4]]],[11,"type_id","","",46,[[],["typeid",3]]],[11,"vzip","","",46,[[]]],[11,"into_any","","",46,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",46,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",46,[[],["any",8]]],[11,"as_any_mut","","",46,[[],["any",8]]],[11,"from","","",47,[[]]],[11,"into","","",47,[[]]],[11,"borrow","","",47,[[]]],[11,"borrow_mut","","",47,[[]]],[11,"try_from","","",47,[[],["result",4]]],[11,"try_into","","",47,[[],["result",4]]],[11,"type_id","","",47,[[],["typeid",3]]],[11,"vzip","","",47,[[]]],[11,"into_any","","",47,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",47,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",47,[[],["any",8]]],[11,"as_any_mut","","",47,[[],["any",8]]],[11,"from","","",48,[[]]],[11,"into","","",48,[[]]],[11,"to_owned","","",48,[[]]],[11,"clone_into","","",48,[[]]],[11,"borrow","","",48,[[]]],[11,"borrow_mut","","",48,[[]]],[11,"try_from","","",48,[[],["result",4]]],[11,"try_into","","",48,[[],["result",4]]],[11,"type_id","","",48,[[],["typeid",3]]],[11,"vzip","","",48,[[]]],[11,"into_any","","",48,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",48,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",48,[[],["any",8]]],[11,"as_any_mut","","",48,[[],["any",8]]],[11,"into_any_arc","","",48,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",49,[[]]],[11,"into","","",49,[[]]],[11,"borrow","","",49,[[]]],[11,"borrow_mut","","",49,[[]]],[11,"try_from","","",49,[[],["result",4]]],[11,"try_into","","",49,[[],["result",4]]],[11,"type_id","","",49,[[],["typeid",3]]],[11,"vzip","","",49,[[]]],[11,"into_any","","",49,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",49,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",49,[[],["any",8]]],[11,"as_any_mut","","",49,[[],["any",8]]],[11,"into_any_arc","","",49,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",50,[[]]],[11,"into","","",50,[[]]],[11,"borrow","","",50,[[]]],[11,"borrow_mut","","",50,[[]]],[11,"try_from","","",50,[[],["result",4]]],[11,"try_into","","",50,[[],["result",4]]],[11,"type_id","","",50,[[],["typeid",3]]],[11,"vzip","","",50,[[]]],[11,"into_any","","",50,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",50,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",50,[[],["any",8]]],[11,"as_any_mut","","",50,[[],["any",8]]],[11,"into_any_arc","","",50,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",51,[[]]],[11,"into","","",51,[[]]],[11,"borrow","","",51,[[]]],[11,"borrow_mut","","",51,[[]]],[11,"try_from","","",51,[[],["result",4]]],[11,"try_into","","",51,[[],["result",4]]],[11,"type_id","","",51,[[],["typeid",3]]],[11,"vzip","","",51,[[]]],[11,"into_any","","",51,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",51,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",51,[[],["any",8]]],[11,"as_any_mut","","",51,[[],["any",8]]],[11,"into_any_arc","","",51,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::devtools","",52,[[]]],[11,"into","","",52,[[]]],[11,"borrow","","",52,[[]]],[11,"borrow_mut","","",52,[[]]],[11,"try_from","","",52,[[],["result",4]]],[11,"try_into","","",52,[[],["result",4]]],[11,"type_id","","",52,[[],["typeid",3]]],[11,"vzip","","",52,[[]]],[11,"into_any","","",52,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",52,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",52,[[],["any",8]]],[11,"as_any_mut","","",52,[[],["any",8]]],[11,"from","game::edit::bulk","",53,[[]]],[11,"into","","",53,[[]]],[11,"borrow","","",53,[[]]],[11,"borrow_mut","","",53,[[]]],[11,"try_from","","",53,[[],["result",4]]],[11,"try_into","","",53,[[],["result",4]]],[11,"type_id","","",53,[[],["typeid",3]]],[11,"vzip","","",53,[[]]],[11,"into_any","","",53,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",53,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",53,[[],["any",8]]],[11,"as_any_mut","","",53,[[],["any",8]]],[11,"from","","",54,[[]]],[11,"into","","",54,[[]]],[11,"borrow","","",54,[[]]],[11,"borrow_mut","","",54,[[]]],[11,"try_from","","",54,[[],["result",4]]],[11,"try_into","","",54,[[],["result",4]]],[11,"type_id","","",54,[[],["typeid",3]]],[11,"vzip","","",54,[[]]],[11,"into_any","","",54,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",54,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",54,[[],["any",8]]],[11,"as_any_mut","","",54,[[],["any",8]]],[11,"from","game::edit::cluster_traffic_signals","",55,[[]]],[11,"into","","",55,[[]]],[11,"borrow","","",55,[[]]],[11,"borrow_mut","","",55,[[]]],[11,"try_from","","",55,[[],["result",4]]],[11,"try_into","","",55,[[],["result",4]]],[11,"type_id","","",55,[[],["typeid",3]]],[11,"vzip","","",55,[[]]],[11,"into_any","","",55,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",55,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",55,[[],["any",8]]],[11,"as_any_mut","","",55,[[],["any",8]]],[11,"from","game::edit::lanes","",56,[[]]],[11,"into","","",56,[[]]],[11,"borrow","","",56,[[]]],[11,"borrow_mut","","",56,[[]]],[11,"try_from","","",56,[[],["result",4]]],[11,"try_into","","",56,[[],["result",4]]],[11,"type_id","","",56,[[],["typeid",3]]],[11,"vzip","","",56,[[]]],[11,"into_any","","",56,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",56,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",56,[[],["any",8]]],[11,"as_any_mut","","",56,[[],["any",8]]],[11,"into_any_arc","","",56,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::edit::routes","",57,[[]]],[11,"into","","",57,[[]]],[11,"borrow","","",57,[[]]],[11,"borrow_mut","","",57,[[]]],[11,"try_from","","",57,[[],["result",4]]],[11,"try_into","","",57,[[],["result",4]]],[11,"type_id","","",57,[[],["typeid",3]]],[11,"vzip","","",57,[[]]],[11,"into_any","","",57,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",57,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",57,[[],["any",8]]],[11,"as_any_mut","","",57,[[],["any",8]]],[11,"from","game::edit::select","",58,[[]]],[11,"into","","",58,[[]]],[11,"borrow","","",58,[[]]],[11,"borrow_mut","","",58,[[]]],[11,"try_from","","",58,[[],["result",4]]],[11,"try_into","","",58,[[],["result",4]]],[11,"type_id","","",58,[[],["typeid",3]]],[11,"vzip","","",58,[[]]],[11,"into_any","","",58,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",58,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",58,[[],["any",8]]],[11,"as_any_mut","","",58,[[],["any",8]]],[11,"into_any_arc","","",58,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",59,[[]]],[11,"into","","",59,[[]]],[11,"borrow","","",59,[[]]],[11,"borrow_mut","","",59,[[]]],[11,"try_from","","",59,[[],["result",4]]],[11,"try_into","","",59,[[],["result",4]]],[11,"type_id","","",59,[[],["typeid",3]]],[11,"vzip","","",59,[[]]],[11,"into_any","","",59,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",59,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",59,[[],["any",8]]],[11,"as_any_mut","","",59,[[],["any",8]]],[11,"into_any_arc","","",59,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::edit::stop_signs","",61,[[]]],[11,"into","","",61,[[]]],[11,"borrow","","",61,[[]]],[11,"borrow_mut","","",61,[[]]],[11,"try_from","","",61,[[],["result",4]]],[11,"try_into","","",61,[[],["result",4]]],[11,"type_id","","",61,[[],["typeid",3]]],[11,"vzip","","",61,[[]]],[11,"into_any","","",61,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",61,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",61,[[],["any",8]]],[11,"as_any_mut","","",61,[[],["any",8]]],[11,"into_any_arc","","",61,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::edit::traffic_signals::edits","",62,[[]]],[11,"into","","",62,[[]]],[11,"borrow","","",62,[[]]],[11,"borrow_mut","","",62,[[]]],[11,"try_from","","",62,[[],["result",4]]],[11,"try_into","","",62,[[],["result",4]]],[11,"type_id","","",62,[[],["typeid",3]]],[11,"vzip","","",62,[[]]],[11,"into_any","","",62,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",62,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",62,[[],["any",8]]],[11,"as_any_mut","","",62,[[],["any",8]]],[11,"into_any_arc","","",62,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::edit::traffic_signals::offsets","",63,[[]]],[11,"into","","",63,[[]]],[11,"borrow","","",63,[[]]],[11,"borrow_mut","","",63,[[]]],[11,"try_from","","",63,[[],["result",4]]],[11,"try_into","","",63,[[],["result",4]]],[11,"type_id","","",63,[[],["typeid",3]]],[11,"vzip","","",63,[[]]],[11,"into_any","","",63,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",63,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",63,[[],["any",8]]],[11,"as_any_mut","","",63,[[],["any",8]]],[11,"into_any_arc","","",63,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",64,[[]]],[11,"into","","",64,[[]]],[11,"borrow","","",64,[[]]],[11,"borrow_mut","","",64,[[]]],[11,"try_from","","",64,[[],["result",4]]],[11,"try_into","","",64,[[],["result",4]]],[11,"type_id","","",64,[[],["typeid",3]]],[11,"vzip","","",64,[[]]],[11,"into_any","","",64,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",64,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",64,[[],["any",8]]],[11,"as_any_mut","","",64,[[],["any",8]]],[11,"into_any_arc","","",64,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",65,[[]]],[11,"into","","",65,[[]]],[11,"borrow","","",65,[[]]],[11,"borrow_mut","","",65,[[]]],[11,"try_from","","",65,[[],["result",4]]],[11,"try_into","","",65,[[],["result",4]]],[11,"type_id","","",65,[[],["typeid",3]]],[11,"vzip","","",65,[[]]],[11,"into_any","","",65,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",65,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",65,[[],["any",8]]],[11,"as_any_mut","","",65,[[],["any",8]]],[11,"into_any_arc","","",65,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::edit::traffic_signals::picker","",66,[[]]],[11,"into","","",66,[[]]],[11,"borrow","","",66,[[]]],[11,"borrow_mut","","",66,[[]]],[11,"try_from","","",66,[[],["result",4]]],[11,"try_into","","",66,[[],["result",4]]],[11,"type_id","","",66,[[],["typeid",3]]],[11,"vzip","","",66,[[]]],[11,"into_any","","",66,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",66,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",66,[[],["any",8]]],[11,"as_any_mut","","",66,[[],["any",8]]],[11,"from","game::edit::traffic_signals::preview","",67,[[]]],[11,"into","","",67,[[]]],[11,"borrow","","",67,[[]]],[11,"borrow_mut","","",67,[[]]],[11,"try_from","","",67,[[],["result",4]]],[11,"try_into","","",67,[[],["result",4]]],[11,"type_id","","",67,[[],["typeid",3]]],[11,"vzip","","",67,[[]]],[11,"into_any","","",67,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",67,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",67,[[],["any",8]]],[11,"as_any_mut","","",67,[[],["any",8]]],[11,"from","game::edit::traffic_signals","",68,[[]]],[11,"into","","",68,[[]]],[11,"borrow","","",68,[[]]],[11,"borrow_mut","","",68,[[]]],[11,"try_from","","",68,[[],["result",4]]],[11,"try_into","","",68,[[],["result",4]]],[11,"type_id","","",68,[[],["typeid",3]]],[11,"vzip","","",68,[[]]],[11,"into_any","","",68,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",68,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",68,[[],["any",8]]],[11,"as_any_mut","","",68,[[],["any",8]]],[11,"from","","",69,[[]]],[11,"into","","",69,[[]]],[11,"to_owned","","",69,[[]]],[11,"clone_into","","",69,[[]]],[11,"borrow","","",69,[[]]],[11,"borrow_mut","","",69,[[]]],[11,"try_from","","",69,[[],["result",4]]],[11,"try_into","","",69,[[],["result",4]]],[11,"type_id","","",69,[[],["typeid",3]]],[11,"vzip","","",69,[[]]],[11,"into_any","","",69,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",69,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",69,[[],["any",8]]],[11,"as_any_mut","","",69,[[],["any",8]]],[11,"into_any_arc","","",69,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::edit::zones","",70,[[]]],[11,"into","","",70,[[]]],[11,"borrow","","",70,[[]]],[11,"borrow_mut","","",70,[[]]],[11,"try_from","","",70,[[],["result",4]]],[11,"try_into","","",70,[[],["result",4]]],[11,"type_id","","",70,[[],["typeid",3]]],[11,"vzip","","",70,[[]]],[11,"into_any","","",70,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",70,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",70,[[],["any",8]]],[11,"as_any_mut","","",70,[[],["any",8]]],[11,"from","game::edit","",71,[[]]],[11,"into","","",71,[[]]],[11,"borrow","","",71,[[]]],[11,"borrow_mut","","",71,[[]]],[11,"try_from","","",71,[[],["result",4]]],[11,"try_into","","",71,[[],["result",4]]],[11,"type_id","","",71,[[],["typeid",3]]],[11,"vzip","","",71,[[]]],[11,"into_any","","",71,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",71,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",71,[[],["any",8]]],[11,"as_any_mut","","",71,[[],["any",8]]],[11,"from","","",72,[[]]],[11,"into","","",72,[[]]],[11,"borrow","","",72,[[]]],[11,"borrow_mut","","",72,[[]]],[11,"try_from","","",72,[[],["result",4]]],[11,"try_into","","",72,[[],["result",4]]],[11,"type_id","","",72,[[],["typeid",3]]],[11,"vzip","","",72,[[]]],[11,"into_any","","",72,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",72,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",72,[[],["any",8]]],[11,"as_any_mut","","",72,[[],["any",8]]],[11,"from","","",73,[[]]],[11,"into","","",73,[[]]],[11,"borrow","","",73,[[]]],[11,"borrow_mut","","",73,[[]]],[11,"try_from","","",73,[[],["result",4]]],[11,"try_into","","",73,[[],["result",4]]],[11,"type_id","","",73,[[],["typeid",3]]],[11,"vzip","","",73,[[]]],[11,"into_any","","",73,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",73,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",73,[[],["any",8]]],[11,"as_any_mut","","",73,[[],["any",8]]],[11,"from","","",74,[[]]],[11,"into","","",74,[[]]],[11,"borrow","","",74,[[]]],[11,"borrow_mut","","",74,[[]]],[11,"try_from","","",74,[[],["result",4]]],[11,"try_into","","",74,[[],["result",4]]],[11,"type_id","","",74,[[],["typeid",3]]],[11,"vzip","","",74,[[]]],[11,"into_any","","",74,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",74,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",74,[[],["any",8]]],[11,"as_any_mut","","",74,[[],["any",8]]],[11,"from","game::info::trip","",75,[[]]],[11,"into","","",75,[[]]],[11,"to_owned","","",75,[[]]],[11,"clone_into","","",75,[[]]],[11,"borrow","","",75,[[]]],[11,"borrow_mut","","",75,[[]]],[11,"try_from","","",75,[[],["result",4]]],[11,"try_into","","",75,[[],["result",4]]],[11,"type_id","","",75,[[],["typeid",3]]],[11,"vzip","","",75,[[]]],[11,"into_any","","",75,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",75,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",75,[[],["any",8]]],[11,"as_any_mut","","",75,[[],["any",8]]],[11,"into_any_arc","","",75,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::info","",76,[[]]],[11,"into","","",76,[[]]],[11,"borrow","","",76,[[]]],[11,"borrow_mut","","",76,[[]]],[11,"try_from","","",76,[[],["result",4]]],[11,"try_into","","",76,[[],["result",4]]],[11,"type_id","","",76,[[],["typeid",3]]],[11,"vzip","","",76,[[]]],[11,"into_any","","",76,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",76,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",76,[[],["any",8]]],[11,"as_any_mut","","",76,[[],["any",8]]],[11,"from","","",77,[[]]],[11,"into","","",77,[[]]],[11,"to_owned","","",77,[[]]],[11,"clone_into","","",77,[[]]],[11,"borrow","","",77,[[]]],[11,"borrow_mut","","",77,[[]]],[11,"try_from","","",77,[[],["result",4]]],[11,"try_into","","",77,[[],["result",4]]],[11,"type_id","","",77,[[],["typeid",3]]],[11,"vzip","","",77,[[]]],[11,"into_any","","",77,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",77,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",77,[[],["any",8]]],[11,"as_any_mut","","",77,[[],["any",8]]],[11,"into_any_arc","","",77,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",78,[[]]],[11,"into","","",78,[[]]],[11,"borrow","","",78,[[]]],[11,"borrow_mut","","",78,[[]]],[11,"try_from","","",78,[[],["result",4]]],[11,"try_into","","",78,[[],["result",4]]],[11,"type_id","","",78,[[],["typeid",3]]],[11,"vzip","","",78,[[]]],[11,"into_any","","",78,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",78,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",78,[[],["any",8]]],[11,"as_any_mut","","",78,[[],["any",8]]],[11,"from","","",80,[[]]],[11,"into","","",80,[[]]],[11,"to_owned","","",80,[[]]],[11,"clone_into","","",80,[[]]],[11,"borrow","","",80,[[]]],[11,"borrow_mut","","",80,[[]]],[11,"try_from","","",80,[[],["result",4]]],[11,"try_into","","",80,[[],["result",4]]],[11,"type_id","","",80,[[],["typeid",3]]],[11,"vzip","","",80,[[]]],[11,"into_any","","",80,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",80,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",80,[[],["any",8]]],[11,"as_any_mut","","",80,[[],["any",8]]],[11,"into_any_arc","","",80,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::layer::elevation","",81,[[]]],[11,"into","","",81,[[]]],[11,"borrow","","",81,[[]]],[11,"borrow_mut","","",81,[[]]],[11,"try_from","","",81,[[],["result",4]]],[11,"try_into","","",81,[[],["result",4]]],[11,"type_id","","",81,[[],["typeid",3]]],[11,"vzip","","",81,[[]]],[11,"into_any","","",81,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",81,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",81,[[],["any",8]]],[11,"as_any_mut","","",81,[[],["any",8]]],[11,"from","","",82,[[]]],[11,"into","","",82,[[]]],[11,"borrow","","",82,[[]]],[11,"borrow_mut","","",82,[[]]],[11,"try_from","","",82,[[],["result",4]]],[11,"try_into","","",82,[[],["result",4]]],[11,"type_id","","",82,[[],["typeid",3]]],[11,"vzip","","",82,[[]]],[11,"into_any","","",82,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",82,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",82,[[],["any",8]]],[11,"as_any_mut","","",82,[[],["any",8]]],[11,"from","game::layer::favorites","",83,[[]]],[11,"into","","",83,[[]]],[11,"borrow","","",83,[[]]],[11,"borrow_mut","","",83,[[]]],[11,"try_from","","",83,[[],["result",4]]],[11,"try_into","","",83,[[],["result",4]]],[11,"type_id","","",83,[[],["typeid",3]]],[11,"vzip","","",83,[[]]],[11,"into_any","","",83,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",83,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",83,[[],["any",8]]],[11,"as_any_mut","","",83,[[],["any",8]]],[11,"into_any_arc","","",83,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",84,[[]]],[11,"into","","",84,[[]]],[11,"borrow","","",84,[[]]],[11,"borrow_mut","","",84,[[]]],[11,"try_from","","",84,[[],["result",4]]],[11,"try_into","","",84,[[],["result",4]]],[11,"type_id","","",84,[[],["typeid",3]]],[11,"vzip","","",84,[[]]],[11,"into_any","","",84,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",84,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",84,[[],["any",8]]],[11,"as_any_mut","","",84,[[],["any",8]]],[11,"from","game::layer::map","",85,[[]]],[11,"into","","",85,[[]]],[11,"borrow","","",85,[[]]],[11,"borrow_mut","","",85,[[]]],[11,"try_from","","",85,[[],["result",4]]],[11,"try_into","","",85,[[],["result",4]]],[11,"type_id","","",85,[[],["typeid",3]]],[11,"vzip","","",85,[[]]],[11,"into_any","","",85,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",85,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",85,[[],["any",8]]],[11,"as_any_mut","","",85,[[],["any",8]]],[11,"from","","",86,[[]]],[11,"into","","",86,[[]]],[11,"borrow","","",86,[[]]],[11,"borrow_mut","","",86,[[]]],[11,"try_from","","",86,[[],["result",4]]],[11,"try_into","","",86,[[],["result",4]]],[11,"type_id","","",86,[[],["typeid",3]]],[11,"vzip","","",86,[[]]],[11,"into_any","","",86,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",86,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",86,[[],["any",8]]],[11,"as_any_mut","","",86,[[],["any",8]]],[11,"from","","",87,[[]]],[11,"into","","",87,[[]]],[11,"borrow","","",87,[[]]],[11,"borrow_mut","","",87,[[]]],[11,"try_from","","",87,[[],["result",4]]],[11,"try_into","","",87,[[],["result",4]]],[11,"type_id","","",87,[[],["typeid",3]]],[11,"vzip","","",87,[[]]],[11,"into_any","","",87,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",87,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",87,[[],["any",8]]],[11,"as_any_mut","","",87,[[],["any",8]]],[11,"from","game::layer::pandemic","",88,[[]]],[11,"into","","",88,[[]]],[11,"borrow","","",88,[[]]],[11,"borrow_mut","","",88,[[]]],[11,"try_from","","",88,[[],["result",4]]],[11,"try_into","","",88,[[],["result",4]]],[11,"type_id","","",88,[[],["typeid",3]]],[11,"vzip","","",88,[[]]],[11,"into_any","","",88,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",88,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",88,[[],["any",8]]],[11,"as_any_mut","","",88,[[],["any",8]]],[11,"from","","",89,[[]]],[11,"into","","",89,[[]]],[11,"to_owned","","",89,[[]]],[11,"clone_into","","",89,[[]]],[11,"borrow","","",89,[[]]],[11,"borrow_mut","","",89,[[]]],[11,"try_from","","",89,[[],["result",4]]],[11,"try_into","","",89,[[],["result",4]]],[11,"type_id","","",89,[[],["typeid",3]]],[11,"vzip","","",89,[[]]],[11,"into_any","","",89,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",89,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",89,[[],["any",8]]],[11,"as_any_mut","","",89,[[],["any",8]]],[11,"into_any_arc","","",89,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",90,[[]]],[11,"into","","",90,[[]]],[11,"to_owned","","",90,[[]]],[11,"clone_into","","",90,[[]]],[11,"borrow","","",90,[[]]],[11,"borrow_mut","","",90,[[]]],[11,"try_from","","",90,[[],["result",4]]],[11,"try_into","","",90,[[],["result",4]]],[11,"type_id","","",90,[[],["typeid",3]]],[11,"vzip","","",90,[[]]],[11,"into_any","","",90,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",90,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",90,[[],["any",8]]],[11,"as_any_mut","","",90,[[],["any",8]]],[11,"into_any_arc","","",90,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::layer::parking","",91,[[]]],[11,"into","","",91,[[]]],[11,"borrow","","",91,[[]]],[11,"borrow_mut","","",91,[[]]],[11,"try_from","","",91,[[],["result",4]]],[11,"try_into","","",91,[[],["result",4]]],[11,"type_id","","",91,[[],["typeid",3]]],[11,"vzip","","",91,[[]]],[11,"into_any","","",91,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",91,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",91,[[],["any",8]]],[11,"as_any_mut","","",91,[[],["any",8]]],[11,"from","","",92,[[]]],[11,"into","","",92,[[]]],[11,"to_owned","","",92,[[]]],[11,"clone_into","","",92,[[]]],[11,"borrow","","",92,[[]]],[11,"borrow_mut","","",92,[[]]],[11,"try_from","","",92,[[],["result",4]]],[11,"try_into","","",92,[[],["result",4]]],[11,"type_id","","",92,[[],["typeid",3]]],[11,"equivalent","","",92,[[],["bool",15]]],[11,"vzip","","",92,[[]]],[11,"into_any","","",92,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",92,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",92,[[],["any",8]]],[11,"as_any_mut","","",92,[[],["any",8]]],[11,"into_any_arc","","",92,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",93,[[]]],[11,"into","","",93,[[]]],[11,"borrow","","",93,[[]]],[11,"borrow_mut","","",93,[[]]],[11,"try_from","","",93,[[],["result",4]]],[11,"try_into","","",93,[[],["result",4]]],[11,"type_id","","",93,[[],["typeid",3]]],[11,"vzip","","",93,[[]]],[11,"into_any","","",93,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",93,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",93,[[],["any",8]]],[11,"as_any_mut","","",93,[[],["any",8]]],[11,"from","game::layer::population","",94,[[]]],[11,"into","","",94,[[]]],[11,"borrow","","",94,[[]]],[11,"borrow_mut","","",94,[[]]],[11,"try_from","","",94,[[],["result",4]]],[11,"try_into","","",94,[[],["result",4]]],[11,"type_id","","",94,[[],["typeid",3]]],[11,"vzip","","",94,[[]]],[11,"into_any","","",94,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",94,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",94,[[],["any",8]]],[11,"as_any_mut","","",94,[[],["any",8]]],[11,"from","","",95,[[]]],[11,"into","","",95,[[]]],[11,"to_owned","","",95,[[]]],[11,"clone_into","","",95,[[]]],[11,"borrow","","",95,[[]]],[11,"borrow_mut","","",95,[[]]],[11,"try_from","","",95,[[],["result",4]]],[11,"try_into","","",95,[[],["result",4]]],[11,"type_id","","",95,[[],["typeid",3]]],[11,"vzip","","",95,[[]]],[11,"into_any","","",95,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",95,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",95,[[],["any",8]]],[11,"as_any_mut","","",95,[[],["any",8]]],[11,"into_any_arc","","",95,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::layer::traffic","",96,[[]]],[11,"into","","",96,[[]]],[11,"borrow","","",96,[[]]],[11,"borrow_mut","","",96,[[]]],[11,"try_from","","",96,[[],["result",4]]],[11,"try_into","","",96,[[],["result",4]]],[11,"type_id","","",96,[[],["typeid",3]]],[11,"vzip","","",96,[[]]],[11,"into_any","","",96,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",96,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",96,[[],["any",8]]],[11,"as_any_mut","","",96,[[],["any",8]]],[11,"from","","",97,[[]]],[11,"into","","",97,[[]]],[11,"borrow","","",97,[[]]],[11,"borrow_mut","","",97,[[]]],[11,"try_from","","",97,[[],["result",4]]],[11,"try_into","","",97,[[],["result",4]]],[11,"type_id","","",97,[[],["typeid",3]]],[11,"vzip","","",97,[[]]],[11,"into_any","","",97,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",97,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",97,[[],["any",8]]],[11,"as_any_mut","","",97,[[],["any",8]]],[11,"from","","",98,[[]]],[11,"into","","",98,[[]]],[11,"borrow","","",98,[[]]],[11,"borrow_mut","","",98,[[]]],[11,"try_from","","",98,[[],["result",4]]],[11,"try_into","","",98,[[],["result",4]]],[11,"type_id","","",98,[[],["typeid",3]]],[11,"vzip","","",98,[[]]],[11,"into_any","","",98,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",98,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",98,[[],["any",8]]],[11,"as_any_mut","","",98,[[],["any",8]]],[11,"from","","",99,[[]]],[11,"into","","",99,[[]]],[11,"borrow","","",99,[[]]],[11,"borrow_mut","","",99,[[]]],[11,"try_from","","",99,[[],["result",4]]],[11,"try_into","","",99,[[],["result",4]]],[11,"type_id","","",99,[[],["typeid",3]]],[11,"vzip","","",99,[[]]],[11,"into_any","","",99,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",99,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",99,[[],["any",8]]],[11,"as_any_mut","","",99,[[],["any",8]]],[11,"from","","",100,[[]]],[11,"into","","",100,[[]]],[11,"borrow","","",100,[[]]],[11,"borrow_mut","","",100,[[]]],[11,"try_from","","",100,[[],["result",4]]],[11,"try_into","","",100,[[],["result",4]]],[11,"type_id","","",100,[[],["typeid",3]]],[11,"vzip","","",100,[[]]],[11,"into_any","","",100,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",100,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",100,[[],["any",8]]],[11,"as_any_mut","","",100,[[],["any",8]]],[11,"into_any_arc","","",100,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",101,[[]]],[11,"into","","",101,[[]]],[11,"borrow","","",101,[[]]],[11,"borrow_mut","","",101,[[]]],[11,"try_from","","",101,[[],["result",4]]],[11,"try_into","","",101,[[],["result",4]]],[11,"type_id","","",101,[[],["typeid",3]]],[11,"vzip","","",101,[[]]],[11,"into_any","","",101,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",101,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",101,[[],["any",8]]],[11,"as_any_mut","","",101,[[],["any",8]]],[11,"from","game::layer::transit","",102,[[]]],[11,"into","","",102,[[]]],[11,"borrow","","",102,[[]]],[11,"borrow_mut","","",102,[[]]],[11,"try_from","","",102,[[],["result",4]]],[11,"try_into","","",102,[[],["result",4]]],[11,"type_id","","",102,[[],["typeid",3]]],[11,"vzip","","",102,[[]]],[11,"into_any","","",102,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",102,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",102,[[],["any",8]]],[11,"as_any_mut","","",102,[[],["any",8]]],[11,"from","game::layer","",104,[[]]],[11,"into","","",104,[[]]],[11,"borrow","","",104,[[]]],[11,"borrow_mut","","",104,[[]]],[11,"try_from","","",104,[[],["result",4]]],[11,"try_into","","",104,[[],["result",4]]],[11,"type_id","","",104,[[],["typeid",3]]],[11,"vzip","","",104,[[]]],[11,"into_any","","",104,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",104,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",104,[[],["any",8]]],[11,"as_any_mut","","",104,[[],["any",8]]],[11,"from","","",105,[[]]],[11,"into","","",105,[[]]],[11,"borrow","","",105,[[]]],[11,"borrow_mut","","",105,[[]]],[11,"try_from","","",105,[[],["result",4]]],[11,"try_into","","",105,[[],["result",4]]],[11,"type_id","","",105,[[],["typeid",3]]],[11,"vzip","","",105,[[]]],[11,"into_any","","",105,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",105,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",105,[[],["any",8]]],[11,"as_any_mut","","",105,[[],["any",8]]],[11,"from","game::pregame::proposals","",106,[[]]],[11,"into","","",106,[[]]],[11,"borrow","","",106,[[]]],[11,"borrow_mut","","",106,[[]]],[11,"try_from","","",106,[[],["result",4]]],[11,"try_into","","",106,[[],["result",4]]],[11,"type_id","","",106,[[],["typeid",3]]],[11,"vzip","","",106,[[]]],[11,"into_any","","",106,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",106,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",106,[[],["any",8]]],[11,"as_any_mut","","",106,[[],["any",8]]],[11,"from","game::pregame","",107,[[]]],[11,"into","","",107,[[]]],[11,"borrow","","",107,[[]]],[11,"borrow_mut","","",107,[[]]],[11,"try_from","","",107,[[],["result",4]]],[11,"try_into","","",107,[[],["result",4]]],[11,"type_id","","",107,[[],["typeid",3]]],[11,"vzip","","",107,[[]]],[11,"into_any","","",107,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",107,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",107,[[],["any",8]]],[11,"as_any_mut","","",107,[[],["any",8]]],[11,"from","","",108,[[]]],[11,"into","","",108,[[]]],[11,"borrow","","",108,[[]]],[11,"borrow_mut","","",108,[[]]],[11,"try_from","","",108,[[],["result",4]]],[11,"try_into","","",108,[[],["result",4]]],[11,"type_id","","",108,[[],["typeid",3]]],[11,"vzip","","",108,[[]]],[11,"into_any","","",108,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",108,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",108,[[],["any",8]]],[11,"as_any_mut","","",108,[[],["any",8]]],[11,"from","","",109,[[]]],[11,"into","","",109,[[]]],[11,"borrow","","",109,[[]]],[11,"borrow_mut","","",109,[[]]],[11,"try_from","","",109,[[],["result",4]]],[11,"try_into","","",109,[[],["result",4]]],[11,"type_id","","",109,[[],["typeid",3]]],[11,"vzip","","",109,[[]]],[11,"into_any","","",109,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",109,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",109,[[],["any",8]]],[11,"as_any_mut","","",109,[[],["any",8]]],[11,"from","","",110,[[]]],[11,"into","","",110,[[]]],[11,"borrow","","",110,[[]]],[11,"borrow_mut","","",110,[[]]],[11,"try_from","","",110,[[],["result",4]]],[11,"try_into","","",110,[[],["result",4]]],[11,"type_id","","",110,[[],["typeid",3]]],[11,"vzip","","",110,[[]]],[11,"into_any","","",110,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",110,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",110,[[],["any",8]]],[11,"as_any_mut","","",110,[[],["any",8]]],[11,"into_any_arc","","",110,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::dashboards::commuter","",111,[[]]],[11,"into","","",111,[[]]],[11,"borrow","","",111,[[]]],[11,"borrow_mut","","",111,[[]]],[11,"try_from","","",111,[[],["result",4]]],[11,"try_into","","",111,[[],["result",4]]],[11,"type_id","","",111,[[],["typeid",3]]],[11,"vzip","","",111,[[]]],[11,"into_any","","",111,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",111,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",111,[[],["any",8]]],[11,"as_any_mut","","",111,[[],["any",8]]],[11,"from","","",112,[[]]],[11,"into","","",112,[[]]],[11,"to_owned","","",112,[[]]],[11,"clone_into","","",112,[[]]],[11,"borrow","","",112,[[]]],[11,"borrow_mut","","",112,[[]]],[11,"try_from","","",112,[[],["result",4]]],[11,"try_into","","",112,[[],["result",4]]],[11,"type_id","","",112,[[],["typeid",3]]],[11,"vzip","","",112,[[]]],[11,"into_any","","",112,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",112,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",112,[[],["any",8]]],[11,"as_any_mut","","",112,[[],["any",8]]],[11,"into_any_arc","","",112,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",114,[[]]],[11,"into","","",114,[[]]],[11,"borrow","","",114,[[]]],[11,"borrow_mut","","",114,[[]]],[11,"try_from","","",114,[[],["result",4]]],[11,"try_into","","",114,[[],["result",4]]],[11,"type_id","","",114,[[],["typeid",3]]],[11,"vzip","","",114,[[]]],[11,"into_any","","",114,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",114,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",114,[[],["any",8]]],[11,"as_any_mut","","",114,[[],["any",8]]],[11,"into_any_arc","","",114,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",115,[[]]],[11,"into","","",115,[[]]],[11,"borrow","","",115,[[]]],[11,"borrow_mut","","",115,[[]]],[11,"try_from","","",115,[[],["result",4]]],[11,"try_into","","",115,[[],["result",4]]],[11,"type_id","","",115,[[],["typeid",3]]],[11,"vzip","","",115,[[]]],[11,"into_any","","",115,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",115,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",115,[[],["any",8]]],[11,"as_any_mut","","",115,[[],["any",8]]],[11,"into_any_arc","","",115,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",116,[[]]],[11,"into","","",116,[[]]],[11,"borrow","","",116,[[]]],[11,"borrow_mut","","",116,[[]]],[11,"try_from","","",116,[[],["result",4]]],[11,"try_into","","",116,[[],["result",4]]],[11,"type_id","","",116,[[],["typeid",3]]],[11,"vzip","","",116,[[]]],[11,"into_any","","",116,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",116,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",116,[[],["any",8]]],[11,"as_any_mut","","",116,[[],["any",8]]],[11,"into_any_arc","","",116,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",117,[[]]],[11,"into","","",117,[[]]],[11,"borrow","","",117,[[]]],[11,"borrow_mut","","",117,[[]]],[11,"try_from","","",117,[[],["result",4]]],[11,"try_into","","",117,[[],["result",4]]],[11,"type_id","","",117,[[],["typeid",3]]],[11,"vzip","","",117,[[]]],[11,"into_any","","",117,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",117,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",117,[[],["any",8]]],[11,"as_any_mut","","",117,[[],["any",8]]],[11,"into_any_arc","","",117,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",118,[[]]],[11,"into","","",118,[[]]],[11,"borrow","","",118,[[]]],[11,"borrow_mut","","",118,[[]]],[11,"try_from","","",118,[[],["result",4]]],[11,"try_into","","",118,[[],["result",4]]],[11,"type_id","","",118,[[],["typeid",3]]],[11,"vzip","","",118,[[]]],[11,"into_any","","",118,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",118,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",118,[[],["any",8]]],[11,"as_any_mut","","",118,[[],["any",8]]],[11,"into_any_arc","","",118,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::dashboards::misc","",119,[[]]],[11,"into","","",119,[[]]],[11,"borrow","","",119,[[]]],[11,"borrow_mut","","",119,[[]]],[11,"try_from","","",119,[[],["result",4]]],[11,"try_into","","",119,[[],["result",4]]],[11,"type_id","","",119,[[],["typeid",3]]],[11,"vzip","","",119,[[]]],[11,"into_any","","",119,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",119,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",119,[[],["any",8]]],[11,"as_any_mut","","",119,[[],["any",8]]],[11,"from","","",120,[[]]],[11,"into","","",120,[[]]],[11,"borrow","","",120,[[]]],[11,"borrow_mut","","",120,[[]]],[11,"try_from","","",120,[[],["result",4]]],[11,"try_into","","",120,[[],["result",4]]],[11,"type_id","","",120,[[],["typeid",3]]],[11,"vzip","","",120,[[]]],[11,"into_any","","",120,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",120,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",120,[[],["any",8]]],[11,"as_any_mut","","",120,[[],["any",8]]],[11,"from","game::sandbox::dashboards::parking_overhead","",121,[[]]],[11,"into","","",121,[[]]],[11,"borrow","","",121,[[]]],[11,"borrow_mut","","",121,[[]]],[11,"try_from","","",121,[[],["result",4]]],[11,"try_into","","",121,[[],["result",4]]],[11,"type_id","","",121,[[],["typeid",3]]],[11,"vzip","","",121,[[]]],[11,"into_any","","",121,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",121,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",121,[[],["any",8]]],[11,"as_any_mut","","",121,[[],["any",8]]],[11,"from","","",122,[[]]],[11,"into","","",122,[[]]],[11,"borrow","","",122,[[]]],[11,"borrow_mut","","",122,[[]]],[11,"try_from","","",122,[[],["result",4]]],[11,"try_into","","",122,[[],["result",4]]],[11,"type_id","","",122,[[],["typeid",3]]],[11,"vzip","","",122,[[]]],[11,"into_any","","",122,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",122,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",122,[[],["any",8]]],[11,"as_any_mut","","",122,[[],["any",8]]],[11,"into_any_arc","","",122,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",123,[[]]],[11,"into","","",123,[[]]],[11,"borrow","","",123,[[]]],[11,"borrow_mut","","",123,[[]]],[11,"try_from","","",123,[[],["result",4]]],[11,"try_into","","",123,[[],["result",4]]],[11,"type_id","","",123,[[],["typeid",3]]],[11,"vzip","","",123,[[]]],[11,"into_any","","",123,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",123,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",123,[[],["any",8]]],[11,"as_any_mut","","",123,[[],["any",8]]],[11,"into_any_arc","","",123,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::dashboards::selector","",124,[[]]],[11,"into","","",124,[[]]],[11,"borrow","","",124,[[]]],[11,"borrow_mut","","",124,[[]]],[11,"try_from","","",124,[[],["result",4]]],[11,"try_into","","",124,[[],["result",4]]],[11,"type_id","","",124,[[],["typeid",3]]],[11,"vzip","","",124,[[]]],[11,"into_any","","",124,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",124,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",124,[[],["any",8]]],[11,"as_any_mut","","",124,[[],["any",8]]],[11,"from","game::sandbox::dashboards::summaries","",125,[[]]],[11,"into","","",125,[[]]],[11,"borrow","","",125,[[]]],[11,"borrow_mut","","",125,[[]]],[11,"try_from","","",125,[[],["result",4]]],[11,"try_into","","",125,[[],["result",4]]],[11,"type_id","","",125,[[],["typeid",3]]],[11,"vzip","","",125,[[]]],[11,"into_any","","",125,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",125,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",125,[[],["any",8]]],[11,"as_any_mut","","",125,[[],["any",8]]],[11,"from","","",126,[[]]],[11,"into","","",126,[[]]],[11,"borrow","","",126,[[]]],[11,"borrow_mut","","",126,[[]]],[11,"try_from","","",126,[[],["result",4]]],[11,"try_into","","",126,[[],["result",4]]],[11,"type_id","","",126,[[],["typeid",3]]],[11,"vzip","","",126,[[]]],[11,"into_any","","",126,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",126,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",126,[[],["any",8]]],[11,"as_any_mut","","",126,[[],["any",8]]],[11,"into_any_arc","","",126,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::dashboards::traffic_signals","",127,[[]]],[11,"into","","",127,[[]]],[11,"borrow","","",127,[[]]],[11,"borrow_mut","","",127,[[]]],[11,"try_from","","",127,[[],["result",4]]],[11,"try_into","","",127,[[],["result",4]]],[11,"type_id","","",127,[[],["typeid",3]]],[11,"vzip","","",127,[[]]],[11,"into_any","","",127,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",127,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",127,[[],["any",8]]],[11,"as_any_mut","","",127,[[],["any",8]]],[11,"from","","",128,[[]]],[11,"into","","",128,[[]]],[11,"borrow","","",128,[[]]],[11,"borrow_mut","","",128,[[]]],[11,"try_from","","",128,[[],["result",4]]],[11,"try_into","","",128,[[],["result",4]]],[11,"type_id","","",128,[[],["typeid",3]]],[11,"vzip","","",128,[[]]],[11,"into_any","","",128,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",128,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",128,[[],["any",8]]],[11,"as_any_mut","","",128,[[],["any",8]]],[11,"into_any_arc","","",128,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::dashboards::trip_table","",129,[[]]],[11,"into","","",129,[[]]],[11,"borrow","","",129,[[]]],[11,"borrow_mut","","",129,[[]]],[11,"try_from","","",129,[[],["result",4]]],[11,"try_into","","",129,[[],["result",4]]],[11,"type_id","","",129,[[],["typeid",3]]],[11,"vzip","","",129,[[]]],[11,"into_any","","",129,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",129,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",129,[[],["any",8]]],[11,"as_any_mut","","",129,[[],["any",8]]],[11,"from","","",130,[[]]],[11,"into","","",130,[[]]],[11,"borrow","","",130,[[]]],[11,"borrow_mut","","",130,[[]]],[11,"try_from","","",130,[[],["result",4]]],[11,"try_into","","",130,[[],["result",4]]],[11,"type_id","","",130,[[],["typeid",3]]],[11,"vzip","","",130,[[]]],[11,"into_any","","",130,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",130,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",130,[[],["any",8]]],[11,"as_any_mut","","",130,[[],["any",8]]],[11,"into_any_arc","","",130,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",131,[[]]],[11,"into","","",131,[[]]],[11,"borrow","","",131,[[]]],[11,"borrow_mut","","",131,[[]]],[11,"try_from","","",131,[[],["result",4]]],[11,"try_into","","",131,[[],["result",4]]],[11,"type_id","","",131,[[],["typeid",3]]],[11,"vzip","","",131,[[]]],[11,"into_any","","",131,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",131,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",131,[[],["any",8]]],[11,"as_any_mut","","",131,[[],["any",8]]],[11,"into_any_arc","","",131,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",132,[[]]],[11,"into","","",132,[[]]],[11,"borrow","","",132,[[]]],[11,"borrow_mut","","",132,[[]]],[11,"try_from","","",132,[[],["result",4]]],[11,"try_into","","",132,[[],["result",4]]],[11,"type_id","","",132,[[],["typeid",3]]],[11,"vzip","","",132,[[]]],[11,"into_any","","",132,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",132,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",132,[[],["any",8]]],[11,"as_any_mut","","",132,[[],["any",8]]],[11,"into_any_arc","","",132,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",133,[[]]],[11,"into","","",133,[[]]],[11,"borrow","","",133,[[]]],[11,"borrow_mut","","",133,[[]]],[11,"try_from","","",133,[[],["result",4]]],[11,"try_into","","",133,[[],["result",4]]],[11,"type_id","","",133,[[],["typeid",3]]],[11,"vzip","","",133,[[]]],[11,"into_any","","",133,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",133,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",133,[[],["any",8]]],[11,"as_any_mut","","",133,[[],["any",8]]],[11,"into_any_arc","","",133,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::dashboards","",134,[[]]],[11,"into","","",134,[[]]],[11,"to_owned","","",134,[[]]],[11,"clone_into","","",134,[[]]],[11,"borrow","","",134,[[]]],[11,"borrow_mut","","",134,[[]]],[11,"try_from","","",134,[[],["result",4]]],[11,"try_into","","",134,[[],["result",4]]],[11,"type_id","","",134,[[],["typeid",3]]],[11,"vzip","","",134,[[]]],[11,"into_any","","",134,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",134,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",134,[[],["any",8]]],[11,"as_any_mut","","",134,[[],["any",8]]],[11,"into_any_arc","","",134,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::gameplay::actdev","",135,[[]]],[11,"into","","",135,[[]]],[11,"borrow","","",135,[[]]],[11,"borrow_mut","","",135,[[]]],[11,"try_from","","",135,[[],["result",4]]],[11,"try_into","","",135,[[],["result",4]]],[11,"type_id","","",135,[[],["typeid",3]]],[11,"vzip","","",135,[[]]],[11,"into_any","","",135,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",135,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",135,[[],["any",8]]],[11,"as_any_mut","","",135,[[],["any",8]]],[11,"from","","",165,[[]]],[11,"into","","",165,[[]]],[11,"borrow","","",165,[[]]],[11,"borrow_mut","","",165,[[]]],[11,"try_from","","",165,[[],["result",4]]],[11,"try_into","","",165,[[],["result",4]]],[11,"type_id","","",165,[[],["typeid",3]]],[11,"vzip","","",165,[[]]],[11,"into_any","","",165,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",165,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",165,[[],["any",8]]],[11,"as_any_mut","","",165,[[],["any",8]]],[11,"into_any_arc","","",165,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::gameplay::commute","",136,[[]]],[11,"into","","",136,[[]]],[11,"borrow","","",136,[[]]],[11,"borrow_mut","","",136,[[]]],[11,"try_from","","",136,[[],["result",4]]],[11,"try_into","","",136,[[],["result",4]]],[11,"type_id","","",136,[[],["typeid",3]]],[11,"vzip","","",136,[[]]],[11,"into_any","","",136,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",136,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",136,[[],["any",8]]],[11,"as_any_mut","","",136,[[],["any",8]]],[11,"from","game::sandbox::gameplay::fix_traffic_signals","",137,[[]]],[11,"into","","",137,[[]]],[11,"borrow","","",137,[[]]],[11,"borrow_mut","","",137,[[]]],[11,"try_from","","",137,[[],["result",4]]],[11,"try_into","","",137,[[],["result",4]]],[11,"type_id","","",137,[[],["typeid",3]]],[11,"vzip","","",137,[[]]],[11,"into_any","","",137,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",137,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",137,[[],["any",8]]],[11,"as_any_mut","","",137,[[],["any",8]]],[11,"from","game::sandbox::gameplay::freeform::spawner","",138,[[]]],[11,"into","","",138,[[]]],[11,"borrow","","",138,[[]]],[11,"borrow_mut","","",138,[[]]],[11,"try_from","","",138,[[],["result",4]]],[11,"try_into","","",138,[[],["result",4]]],[11,"type_id","","",138,[[],["typeid",3]]],[11,"vzip","","",138,[[]]],[11,"into_any","","",138,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",138,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",138,[[],["any",8]]],[11,"as_any_mut","","",138,[[],["any",8]]],[11,"from","game::sandbox::gameplay::freeform","",139,[[]]],[11,"into","","",139,[[]]],[11,"borrow","","",139,[[]]],[11,"borrow_mut","","",139,[[]]],[11,"try_from","","",139,[[],["result",4]]],[11,"try_into","","",139,[[],["result",4]]],[11,"type_id","","",139,[[],["typeid",3]]],[11,"vzip","","",139,[[]]],[11,"into_any","","",139,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",139,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",139,[[],["any",8]]],[11,"as_any_mut","","",139,[[],["any",8]]],[11,"from","","",140,[[]]],[11,"into","","",140,[[]]],[11,"borrow","","",140,[[]]],[11,"borrow_mut","","",140,[[]]],[11,"try_from","","",140,[[],["result",4]]],[11,"try_into","","",140,[[],["result",4]]],[11,"type_id","","",140,[[],["typeid",3]]],[11,"vzip","","",140,[[]]],[11,"into_any","","",140,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",140,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",140,[[],["any",8]]],[11,"as_any_mut","","",140,[[],["any",8]]],[11,"into_any_arc","","",140,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::gameplay::play_scenario","",141,[[]]],[11,"into","","",141,[[]]],[11,"borrow","","",141,[[]]],[11,"borrow_mut","","",141,[[]]],[11,"try_from","","",141,[[],["result",4]]],[11,"try_into","","",141,[[],["result",4]]],[11,"type_id","","",141,[[],["typeid",3]]],[11,"vzip","","",141,[[]]],[11,"into_any","","",141,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",141,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",141,[[],["any",8]]],[11,"as_any_mut","","",141,[[],["any",8]]],[11,"from","","",142,[[]]],[11,"into","","",142,[[]]],[11,"borrow","","",142,[[]]],[11,"borrow_mut","","",142,[[]]],[11,"try_from","","",142,[[],["result",4]]],[11,"try_into","","",142,[[],["result",4]]],[11,"type_id","","",142,[[],["typeid",3]]],[11,"vzip","","",142,[[]]],[11,"into_any","","",142,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",142,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",142,[[],["any",8]]],[11,"as_any_mut","","",142,[[],["any",8]]],[11,"from","","",143,[[]]],[11,"into","","",143,[[]]],[11,"borrow","","",143,[[]]],[11,"borrow_mut","","",143,[[]]],[11,"try_from","","",143,[[],["result",4]]],[11,"try_into","","",143,[[],["result",4]]],[11,"type_id","","",143,[[],["typeid",3]]],[11,"vzip","","",143,[[]]],[11,"into_any","","",143,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",143,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",143,[[],["any",8]]],[11,"as_any_mut","","",143,[[],["any",8]]],[11,"from","game::sandbox::gameplay::tutorial","",144,[[]]],[11,"into","","",144,[[]]],[11,"borrow","","",144,[[]]],[11,"borrow_mut","","",144,[[]]],[11,"try_from","","",144,[[],["result",4]]],[11,"try_into","","",144,[[],["result",4]]],[11,"type_id","","",144,[[],["typeid",3]]],[11,"vzip","","",144,[[]]],[11,"into_any","","",144,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",144,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",144,[[],["any",8]]],[11,"as_any_mut","","",144,[[],["any",8]]],[11,"from","","",145,[[]]],[11,"into","","",145,[[]]],[11,"to_owned","","",145,[[]]],[11,"clone_into","","",145,[[]]],[11,"borrow","","",145,[[]]],[11,"borrow_mut","","",145,[[]]],[11,"try_from","","",145,[[],["result",4]]],[11,"try_into","","",145,[[],["result",4]]],[11,"type_id","","",145,[[],["typeid",3]]],[11,"equivalent","","",145,[[],["bool",15]]],[11,"vzip","","",145,[[]]],[11,"into_any","","",145,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",145,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",145,[[],["any",8]]],[11,"as_any_mut","","",145,[[],["any",8]]],[11,"into_any_arc","","",145,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",146,[[]]],[11,"into","","",146,[[]]],[11,"to_owned","","",146,[[]]],[11,"clone_into","","",146,[[]]],[11,"borrow","","",146,[[]]],[11,"borrow_mut","","",146,[[]]],[11,"try_from","","",146,[[],["result",4]]],[11,"try_into","","",146,[[],["result",4]]],[11,"type_id","","",146,[[],["typeid",3]]],[11,"vzip","","",146,[[]]],[11,"into_any","","",146,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",146,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",146,[[],["any",8]]],[11,"as_any_mut","","",146,[[],["any",8]]],[11,"into_any_arc","","",146,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",147,[[]]],[11,"into","","",147,[[]]],[11,"borrow","","",147,[[]]],[11,"borrow_mut","","",147,[[]]],[11,"try_from","","",147,[[],["result",4]]],[11,"try_into","","",147,[[],["result",4]]],[11,"type_id","","",147,[[],["typeid",3]]],[11,"vzip","","",147,[[]]],[11,"into_any","","",147,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",147,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",147,[[],["any",8]]],[11,"as_any_mut","","",147,[[],["any",8]]],[11,"from","","",148,[[]]],[11,"into","","",148,[[]]],[11,"borrow","","",148,[[]]],[11,"borrow_mut","","",148,[[]]],[11,"try_from","","",148,[[],["result",4]]],[11,"try_into","","",148,[[],["result",4]]],[11,"type_id","","",148,[[],["typeid",3]]],[11,"vzip","","",148,[[]]],[11,"into_any","","",148,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",148,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",148,[[],["any",8]]],[11,"as_any_mut","","",148,[[],["any",8]]],[11,"from","game::sandbox::gameplay","",149,[[]]],[11,"into","","",149,[[]]],[11,"to_owned","","",149,[[]]],[11,"clone_into","","",149,[[]]],[11,"borrow","","",149,[[]]],[11,"borrow_mut","","",149,[[]]],[11,"try_from","","",149,[[],["result",4]]],[11,"try_into","","",149,[[],["result",4]]],[11,"type_id","","",149,[[],["typeid",3]]],[11,"equivalent","","",149,[[],["bool",15]]],[11,"vzip","","",149,[[]]],[11,"into_any","","",149,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",149,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",149,[[],["any",8]]],[11,"as_any_mut","","",149,[[],["any",8]]],[11,"into_any_arc","","",149,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",151,[[]]],[11,"into","","",151,[[]]],[11,"borrow","","",151,[[]]],[11,"borrow_mut","","",151,[[]]],[11,"try_from","","",151,[[],["result",4]]],[11,"try_into","","",151,[[],["result",4]]],[11,"type_id","","",151,[[],["typeid",3]]],[11,"vzip","","",151,[[]]],[11,"into_any","","",151,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",151,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",151,[[],["any",8]]],[11,"as_any_mut","","",151,[[],["any",8]]],[11,"from","","",152,[[]]],[11,"into","","",152,[[]]],[11,"borrow","","",152,[[]]],[11,"borrow_mut","","",152,[[]]],[11,"try_from","","",152,[[],["result",4]]],[11,"try_into","","",152,[[],["result",4]]],[11,"type_id","","",152,[[],["typeid",3]]],[11,"vzip","","",152,[[]]],[11,"into_any","","",152,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",152,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",152,[[],["any",8]]],[11,"as_any_mut","","",152,[[],["any",8]]],[11,"from","game::sandbox::minimap","",166,[[]]],[11,"into","","",166,[[]]],[11,"borrow","","",166,[[]]],[11,"borrow_mut","","",166,[[]]],[11,"try_from","","",166,[[],["result",4]]],[11,"try_into","","",166,[[],["result",4]]],[11,"type_id","","",166,[[],["typeid",3]]],[11,"vzip","","",166,[[]]],[11,"into_any","","",166,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",166,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",166,[[],["any",8]]],[11,"as_any_mut","","",166,[[],["any",8]]],[11,"into_any_arc","","",166,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::misc_tools","",153,[[]]],[11,"into","","",153,[[]]],[11,"borrow","","",153,[[]]],[11,"borrow_mut","","",153,[[]]],[11,"try_from","","",153,[[],["result",4]]],[11,"try_into","","",153,[[],["result",4]]],[11,"type_id","","",153,[[],["typeid",3]]],[11,"vzip","","",153,[[]]],[11,"into_any","","",153,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",153,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",153,[[],["any",8]]],[11,"as_any_mut","","",153,[[],["any",8]]],[11,"into_any_arc","","",153,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",154,[[]]],[11,"into","","",154,[[]]],[11,"borrow","","",154,[[]]],[11,"borrow_mut","","",154,[[]]],[11,"try_from","","",154,[[],["result",4]]],[11,"try_into","","",154,[[],["result",4]]],[11,"type_id","","",154,[[],["typeid",3]]],[11,"vzip","","",154,[[]]],[11,"into_any","","",154,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",154,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",154,[[],["any",8]]],[11,"as_any_mut","","",154,[[],["any",8]]],[11,"from","game::sandbox::speed","",155,[[]]],[11,"into","","",155,[[]]],[11,"borrow","","",155,[[]]],[11,"borrow_mut","","",155,[[]]],[11,"try_from","","",155,[[],["result",4]]],[11,"try_into","","",155,[[],["result",4]]],[11,"type_id","","",155,[[],["typeid",3]]],[11,"vzip","","",155,[[]]],[11,"into_any","","",155,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",155,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",155,[[],["any",8]]],[11,"as_any_mut","","",155,[[],["any",8]]],[11,"from","","",156,[[]]],[11,"into","","",156,[[]]],[11,"to_owned","","",156,[[]]],[11,"clone_into","","",156,[[]]],[11,"borrow","","",156,[[]]],[11,"borrow_mut","","",156,[[]]],[11,"try_from","","",156,[[],["result",4]]],[11,"try_into","","",156,[[],["result",4]]],[11,"type_id","","",156,[[],["typeid",3]]],[11,"vzip","","",156,[[]]],[11,"into_any","","",156,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",156,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",156,[[],["any",8]]],[11,"as_any_mut","","",156,[[],["any",8]]],[11,"into_any_arc","","",156,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::time_warp","",157,[[]]],[11,"into","","",157,[[]]],[11,"borrow","","",157,[[]]],[11,"borrow_mut","","",157,[[]]],[11,"try_from","","",157,[[],["result",4]]],[11,"try_into","","",157,[[],["result",4]]],[11,"type_id","","",157,[[],["typeid",3]]],[11,"vzip","","",157,[[]]],[11,"into_any","","",157,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",157,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",157,[[],["any",8]]],[11,"as_any_mut","","",157,[[],["any",8]]],[11,"from","","",158,[[]]],[11,"into","","",158,[[]]],[11,"borrow","","",158,[[]]],[11,"borrow_mut","","",158,[[]]],[11,"try_from","","",158,[[],["result",4]]],[11,"try_into","","",158,[[],["result",4]]],[11,"type_id","","",158,[[],["typeid",3]]],[11,"vzip","","",158,[[]]],[11,"into_any","","",158,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",158,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",158,[[],["any",8]]],[11,"as_any_mut","","",158,[[],["any",8]]],[11,"from","game::sandbox","",159,[[]]],[11,"into","","",159,[[]]],[11,"borrow","","",159,[[]]],[11,"borrow_mut","","",159,[[]]],[11,"try_from","","",159,[[],["result",4]]],[11,"try_into","","",159,[[],["result",4]]],[11,"type_id","","",159,[[],["typeid",3]]],[11,"vzip","","",159,[[]]],[11,"into_any","","",159,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",159,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",159,[[],["any",8]]],[11,"as_any_mut","","",159,[[],["any",8]]],[11,"from","","",160,[[]]],[11,"into","","",160,[[]]],[11,"borrow","","",160,[[]]],[11,"borrow_mut","","",160,[[]]],[11,"try_from","","",160,[[],["result",4]]],[11,"try_into","","",160,[[],["result",4]]],[11,"type_id","","",160,[[],["typeid",3]]],[11,"vzip","","",160,[[]]],[11,"into_any","","",160,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",160,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",160,[[],["any",8]]],[11,"as_any_mut","","",160,[[],["any",8]]],[11,"from","","",167,[[]]],[11,"into","","",167,[[]]],[11,"borrow","","",167,[[]]],[11,"borrow_mut","","",167,[[]]],[11,"try_from","","",167,[[],["result",4]]],[11,"try_into","","",167,[[],["result",4]]],[11,"type_id","","",167,[[],["typeid",3]]],[11,"vzip","","",167,[[]]],[11,"into_any","","",167,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",167,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",167,[[],["any",8]]],[11,"as_any_mut","","",167,[[],["any",8]]],[11,"into_any_arc","","",167,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",161,[[]]],[11,"into","","",161,[[]]],[11,"borrow","","",161,[[]]],[11,"borrow_mut","","",161,[[]]],[11,"try_from","","",161,[[],["result",4]]],[11,"try_into","","",161,[[],["result",4]]],[11,"type_id","","",161,[[],["typeid",3]]],[11,"vzip","","",161,[[]]],[11,"into_any","","",161,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",161,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",161,[[],["any",8]]],[11,"as_any_mut","","",161,[[],["any",8]]],[11,"into_any_arc","","",161,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",162,[[]]],[11,"into","","",162,[[]]],[11,"borrow","","",162,[[]]],[11,"borrow_mut","","",162,[[]]],[11,"try_from","","",162,[[],["result",4]]],[11,"try_into","","",162,[[],["result",4]]],[11,"type_id","","",162,[[],["typeid",3]]],[11,"vzip","","",162,[[]]],[11,"into_any","","",162,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",162,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",162,[[],["any",8]]],[11,"as_any_mut","","",162,[[],["any",8]]],[11,"into_any_arc","","",162,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",163,[[]]],[11,"into","","",163,[[]]],[11,"borrow","","",163,[[]]],[11,"borrow_mut","","",163,[[]]],[11,"try_from","","",163,[[],["result",4]]],[11,"try_into","","",163,[[],["result",4]]],[11,"type_id","","",163,[[],["typeid",3]]],[11,"vzip","","",163,[[]]],[11,"into_any","","",163,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",163,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",163,[[],["any",8]]],[11,"as_any_mut","","",163,[[],["any",8]]],[11,"show","game::app","",3,[[["id",4]],["bool",15]]],[11,"layers","","",3,[[],["showlayers",3]]],[11,"show","game::debug","",32,[[["id",4]],["bool",15]]],[11,"layers","","",32,[[],["showlayers",3]]],[11,"actions","","",164,[[["app",3],["id",4]],["vec",3]]],[11,"execute","","",164,[[["app",3],["id",4],["eventctx",3],["string",3],["bool",15]],[["transition",4],["app",3]]]],[11,"is_paused","","",164,[[],["bool",15]]],[11,"gameplay_mode","","",164,[[],["gameplaymode",4]]],[11,"actions","game::sandbox","",161,[[["app",3],["id",4]],["vec",3]]],[11,"execute","","",161,[[["app",3],["id",4],["eventctx",3],["string",3],["bool",15]],[["transition",4],["app",3]]]],[11,"is_paused","","",161,[[],["bool",15]]],[11,"gameplay_mode","","",161,[[],["gameplaymode",4]]],[11,"name","game::layer::elevation","",81,[[],[["str",15],["option",4]]]],[11,"event","","",81,[[["eventctx",3],["app",3]],[["layeroutcome",4],["option",4]]]],[11,"draw","","",81,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",81,[[["gfxctx",3]]]],[11,"name","","",82,[[],[["str",15],["option",4]]]],[11,"event","","",82,[[["eventctx",3],["app",3]],[["layeroutcome",4],["option",4]]]],[11,"draw","","",82,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",82,[[["gfxctx",3]]]],[11,"name","game::layer::favorites","",84,[[],[["str",15],["option",4]]]],[11,"event","","",84,[[["eventctx",3],["app",3]],[["layeroutcome",4],["option",4]]]],[11,"draw","","",84,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",84,[[["gfxctx",3]]]],[11,"name","game::layer::map","",85,[[],[["str",15],["option",4]]]],[11,"event","","",85,[[["eventctx",3],["app",3]],[["layeroutcome",4],["option",4]]]],[11,"draw","","",85,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",85,[[["gfxctx",3]]]],[11,"name","","",86,[[],[["str",15],["option",4]]]],[11,"event","","",86,[[["eventctx",3],["app",3]],[["layeroutcome",4],["option",4]]]],[11,"draw","","",86,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",86,[[["gfxctx",3]]]],[11,"name","","",87,[[],[["str",15],["option",4]]]],[11,"event","","",87,[[["eventctx",3],["app",3]],[["layeroutcome",4],["option",4]]]],[11,"draw","","",87,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",87,[[["gfxctx",3]]]],[11,"name","game::layer::pandemic","",88,[[],[["str",15],["option",4]]]],[11,"event","","",88,[[["eventctx",3],["app",3]],[["layeroutcome",4],["option",4]]]],[11,"draw","","",88,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",88,[[["gfxctx",3]]]],[11,"name","game::layer::parking","",91,[[],[["str",15],["option",4]]]],[11,"event","","",91,[[["eventctx",3],["app",3]],[["layeroutcome",4],["option",4]]]],[11,"draw","","",91,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",91,[[["gfxctx",3]]]],[11,"name","","",93,[[],[["str",15],["option",4]]]],[11,"event","","",93,[[["eventctx",3],["app",3]],[["layeroutcome",4],["option",4]]]],[11,"draw","","",93,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",93,[[["gfxctx",3]]]],[11,"name","game::layer::population","",94,[[],[["str",15],["option",4]]]],[11,"event","","",94,[[["eventctx",3],["app",3]],[["layeroutcome",4],["option",4]]]],[11,"draw","","",94,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",94,[[["gfxctx",3]]]],[11,"name","game::layer::traffic","",96,[[],[["str",15],["option",4]]]],[11,"event","","",96,[[["eventctx",3],["app",3]],[["layeroutcome",4],["option",4]]]],[11,"draw","","",96,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",96,[[["gfxctx",3]]]],[11,"name","","",97,[[],[["str",15],["option",4]]]],[11,"event","","",97,[[["eventctx",3],["app",3]],[["layeroutcome",4],["option",4]]]],[11,"draw","","",97,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",97,[[["gfxctx",3]]]],[11,"name","","",98,[[],[["str",15],["option",4]]]],[11,"event","","",98,[[["eventctx",3],["app",3]],[["layeroutcome",4],["option",4]]]],[11,"draw","","",98,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",98,[[["gfxctx",3]]]],[11,"name","","",99,[[],[["str",15],["option",4]]]],[11,"event","","",99,[[["eventctx",3],["app",3]],[["layeroutcome",4],["option",4]]]],[11,"draw","","",99,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",99,[[["gfxctx",3]]]],[11,"name","","",101,[[],[["str",15],["option",4]]]],[11,"event","","",101,[[["eventctx",3],["app",3]],[["layeroutcome",4],["option",4]]]],[11,"draw","","",101,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",101,[[["gfxctx",3]]]],[11,"name","game::layer::transit","",102,[[],[["str",15],["option",4]]]],[11,"event","","",102,[[["eventctx",3],["app",3]],[["layeroutcome",4],["option",4]]]],[11,"draw","","",102,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",102,[[["gfxctx",3]]]],[11,"event","game::sandbox::gameplay::actdev","",135,[[["app",3],["eventctx",3],["sandboxcontrols",3],["actions",3]],[["transition",4],["option",4]]]],[11,"draw","","",135,[[["app",3],["gfxctx",3]]]],[11,"recreate_panels","","",135,[[["eventctx",3],["app",3]]]],[11,"has_tool_panel","","",135,[[],["bool",15]]],[11,"event","game::sandbox::gameplay::commute","",136,[[["app",3],["eventctx",3],["sandboxcontrols",3],["actions",3]],[["transition",4],["option",4]]]],[11,"draw","","",136,[[["app",3],["gfxctx",3]]]],[11,"recreate_panels","","",136,[[["eventctx",3],["app",3]]]],[11,"event","game::sandbox::gameplay::fix_traffic_signals","",137,[[["app",3],["eventctx",3],["sandboxcontrols",3],["actions",3]],[["transition",4],["option",4]]]],[11,"draw","","",137,[[["app",3],["gfxctx",3]]]],[11,"recreate_panels","","",137,[[["eventctx",3],["app",3]]]],[11,"on_destroy","","",137,[[["app",3]]]],[11,"event","game::sandbox::gameplay::freeform","",139,[[["app",3],["eventctx",3],["sandboxcontrols",3],["actions",3]],[["transition",4],["option",4]]]],[11,"draw","","",139,[[["app",3],["gfxctx",3]]]],[11,"recreate_panels","","",139,[[["eventctx",3],["app",3]]]],[11,"event","game::sandbox::gameplay::play_scenario","",141,[[["app",3],["eventctx",3],["sandboxcontrols",3],["actions",3]],[["transition",4],["option",4]]]],[11,"draw","","",141,[[["app",3],["gfxctx",3]]]],[11,"on_destroy","","",141,[[["app",3]]]],[11,"recreate_panels","","",141,[[["eventctx",3],["app",3]]]],[11,"event","game::sandbox::gameplay::tutorial","",144,[[["app",3],["eventctx",3],["sandboxcontrols",3],["actions",3]],[["transition",4],["option",4]]]],[11,"draw","","",144,[[["app",3],["gfxctx",3]]]],[11,"recreate_panels","","",144,[[["eventctx",3],["app",3]]]],[11,"can_move_canvas","","",144,[[],["bool",15]]],[11,"can_examine_objects","","",144,[[],["bool",15]]],[11,"has_common","","",144,[[],["bool",15]]],[11,"has_tool_panel","","",144,[[],["bool",15]]],[11,"has_time_panel","","",144,[[],["bool",15]]],[11,"has_minimap","","",144,[[],["bool",15]]],[11,"clone","game::app","",4,[[],["flags",3]]],[11,"clone","game::debug::floodfill","",22,[[],["source",4]]],[11,"clone","game::devtools::story","",48,[[],["recordedstorymap",3]]],[11,"clone","game::edit::traffic_signals","",69,[[],["bundleedits",3]]],[11,"clone","game::info::trip","",75,[[],["opentrip",3]]],[11,"clone","game::info","",77,[[],["tab",4]]],[11,"clone","","",80,[[],["dataoptions",3]]],[11,"clone","game::layer::pandemic","",89,[[],["seir",4]]],[11,"clone","","",90,[[],["options",3]]],[11,"clone","game::layer::parking","",92,[[],["loc",4]]],[11,"clone","game::layer::population","",95,[[],["options",3]]],[11,"clone","game::sandbox::dashboards::commuter","",112,[[],["blockselection",4]]],[11,"clone","game::sandbox::dashboards","",134,[[],["dashtab",4]]],[11,"clone","game::sandbox::gameplay::tutorial","",145,[[],["tutorialpointer",3]]],[11,"clone","","",146,[[],["task",4]]],[11,"clone","game::sandbox::gameplay","",149,[[],["gameplaymode",4]]],[11,"clone","game::sandbox::speed","",156,[[],["speedsetting",4]]],[11,"cmp","game::layer::parking","",92,[[["loc",4]],["ordering",4]]],[11,"cmp","game::sandbox::gameplay::tutorial","",145,[[["tutorialpointer",3]],["ordering",4]]],[11,"cmp","game::sandbox::gameplay","",149,[[["gameplaymode",4]],["ordering",4]]],[11,"eq","game::devtools::collisions","",36,[[["filters",3]],["bool",15]]],[11,"ne","","",36,[[["filters",3]],["bool",15]]],[11,"eq","game::edit::traffic_signals","",69,[[["bundleedits",3]],["bool",15]]],[11,"ne","","",69,[[["bundleedits",3]],["bool",15]]],[11,"eq","game::info::trip","",75,[[["opentrip",3]],["bool",15]]],[11,"eq","game::info","",80,[[["dataoptions",3]],["bool",15]]],[11,"ne","","",80,[[["dataoptions",3]],["bool",15]]],[11,"eq","game::layer::pandemic","",89,[[["seir",4]],["bool",15]]],[11,"eq","","",90,[[["options",3]],["bool",15]]],[11,"ne","","",90,[[["options",3]],["bool",15]]],[11,"eq","game::layer::parking","",92,[[["loc",4]],["bool",15]]],[11,"ne","","",92,[[["loc",4]],["bool",15]]],[11,"eq","game::layer::population","",95,[[["options",3]],["bool",15]]],[11,"ne","","",95,[[["options",3]],["bool",15]]],[11,"eq","game::sandbox::dashboards::commuter","",112,[[["blockselection",4]],["bool",15]]],[11,"ne","","",112,[[["blockselection",4]],["bool",15]]],[11,"eq","","",116,[[["filter",3]],["bool",15]]],[11,"ne","","",116,[[["filter",3]],["bool",15]]],[11,"eq","game::sandbox::dashboards","",134,[[["dashtab",4]],["bool",15]]],[11,"eq","game::sandbox::gameplay::tutorial","",145,[[["tutorialpointer",3]],["bool",15]]],[11,"ne","","",145,[[["tutorialpointer",3]],["bool",15]]],[11,"eq","","",146,[[["task",4]],["bool",15]]],[11,"eq","game::sandbox::gameplay","",149,[[["gameplaymode",4]],["bool",15]]],[11,"ne","","",149,[[["gameplaymode",4]],["bool",15]]],[11,"eq","game::sandbox::speed","",156,[[["speedsetting",4]],["bool",15]]],[11,"partial_cmp","game::layer::parking","",92,[[["loc",4]],[["option",4],["ordering",4]]]],[11,"lt","","",92,[[["loc",4]],["bool",15]]],[11,"le","","",92,[[["loc",4]],["bool",15]]],[11,"gt","","",92,[[["loc",4]],["bool",15]]],[11,"ge","","",92,[[["loc",4]],["bool",15]]],[11,"partial_cmp","game::sandbox::gameplay::tutorial","",145,[[["tutorialpointer",3]],[["option",4],["ordering",4]]]],[11,"lt","","",145,[[["tutorialpointer",3]],["bool",15]]],[11,"le","","",145,[[["tutorialpointer",3]],["bool",15]]],[11,"gt","","",145,[[["tutorialpointer",3]],["bool",15]]],[11,"ge","","",145,[[["tutorialpointer",3]],["bool",15]]],[11,"partial_cmp","","",146,[[["task",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","game::sandbox::gameplay","",149,[[["gameplaymode",4]],[["option",4],["ordering",4]]]],[11,"lt","","",149,[[["gameplaymode",4]],["bool",15]]],[11,"le","","",149,[[["gameplaymode",4]],["bool",15]]],[11,"gt","","",149,[[["gameplaymode",4]],["bool",15]]],[11,"ge","","",149,[[["gameplaymode",4]],["bool",15]]],[11,"partial_cmp","game::sandbox::speed","",156,[[["speedsetting",4]],[["option",4],["ordering",4]]]],[11,"fmt","game::layer::pandemic","",89,[[["formatter",3]],["result",6]]],[11,"fmt","game::sandbox::dashboards","",134,[[["formatter",3]],["result",6]]],[11,"serialize","game::devtools::story","",48,[[],["result",4]]],[11,"serialize","game::layer::favorites","",83,[[],["result",4]]],[11,"deserialize","game::devtools::story","",48,[[],["result",4]]],[11,"deserialize","game::layer::favorites","",83,[[],["result",4]]],[11,"event","game::challenges::cutscene","",12,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",12,[[],["drawbaselayer",4]]],[11,"draw","","",12,[[["app",3],["gfxctx",3]]]],[11,"event","","",13,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",13,[[["app",3],["gfxctx",3]]]],[11,"event","game::challenges","",16,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",16,[[],["drawbaselayer",4]]],[11,"draw","","",16,[[["app",3],["gfxctx",3]]]],[11,"event","game::common::warp","",17,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",17,[[["app",3],["gfxctx",3]]]],[11,"event","","",18,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",18,[[["app",3],["gfxctx",3]]]],[11,"event","game::debug::blocked_by","",20,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",20,[[["app",3],["gfxctx",3]]]],[11,"event","game::debug::floodfill","",21,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",21,[[["app",3],["gfxctx",3]]]],[11,"event","game::debug::path_counter","",24,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",24,[[["app",3],["gfxctx",3]]]],[11,"event","game::debug::polygons","",25,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",25,[[["app",3],["gfxctx",3]]]],[11,"event","game::debug::routes","",27,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",27,[[["app",3],["gfxctx",3]]]],[11,"event","","",28,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",28,[[["app",3],["gfxctx",3]]]],[11,"event","","",29,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",29,[[["app",3],["gfxctx",3]]]],[11,"event","game::debug","",32,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",32,[[],["drawbaselayer",4]]],[11,"draw","","",32,[[["app",3],["gfxctx",3]]]],[11,"event","","",34,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",34,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools::collisions","",35,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",35,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools::destinations","",41,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",41,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools::kml","",42,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",42,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools::polygon","",44,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",44,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools::scenario","",45,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",45,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools::story","",46,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",46,[[],["drawbaselayer",4]]],[11,"draw","","",46,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools","",52,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",52,[[],["drawbaselayer",4]]],[11,"draw","","",52,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::bulk","",53,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",53,[[["app",3],["gfxctx",3]]]],[11,"event","","",54,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",54,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::cluster_traffic_signals","",55,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",55,[[],["drawbaselayer",4]]],[11,"draw","","",55,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::routes","",57,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",57,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::traffic_signals::picker","",66,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",66,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::traffic_signals::preview","",67,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",67,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::traffic_signals","",68,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",68,[[],["drawbaselayer",4]]],[11,"draw","","",68,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::zones","",70,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",70,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit","",71,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",71,[[["app",3],["gfxctx",3]]]],[11,"event","","",72,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",72,[[["app",3],["gfxctx",3]]]],[11,"event","","",73,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",73,[[["app",3],["gfxctx",3]]]],[11,"event","","",74,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",74,[[["app",3],["gfxctx",3]]]],[11,"event","game::layer","",105,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",105,[[],["drawbaselayer",4]]],[11,"draw","","",105,[[["app",3],["gfxctx",3]]]],[11,"event","game::pregame::proposals","",106,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",106,[[],["drawbaselayer",4]]],[11,"draw","","",106,[[["app",3],["gfxctx",3]]]],[11,"event","game::pregame","",107,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",107,[[["app",3],["gfxctx",3]]]],[11,"event","","",108,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",108,[[],["drawbaselayer",4]]],[11,"draw","","",108,[[["app",3],["gfxctx",3]]]],[11,"event","","",109,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",109,[[],["drawbaselayer",4]]],[11,"draw","","",109,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::dashboards::commuter","",111,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",111,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::dashboards::misc","",119,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",119,[[["app",3],["gfxctx",3]]]],[11,"event","","",120,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",120,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::dashboards::parking_overhead","",121,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",121,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::dashboards::selector","",124,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",124,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::dashboards::summaries","",125,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",125,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::dashboards::traffic_signals","",127,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",127,[[],["drawbaselayer",4]]],[11,"draw","","",127,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::dashboards::trip_table","",129,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",129,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::gameplay::freeform::spawner","",138,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",138,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::gameplay::play_scenario","",142,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",142,[[["app",3],["gfxctx",3]]]],[11,"event","","",143,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",143,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::gameplay","",152,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",152,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::misc_tools","",154,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",154,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::time_warp","",157,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",157,[[["app",3],["gfxctx",3]]]],[11,"event","","",158,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",158,[[],["drawbaselayer",4]]],[11,"draw","","",158,[[["app",3],["gfxctx",3]]]],[11,"on_destroy","","",158,[[["eventctx",3],["app",3]]]],[11,"event","game::sandbox","",159,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",159,[[["app",3],["gfxctx",3]]]],[11,"on_destroy","","",159,[[["eventctx",3],["app",3]]]],[11,"event","","",167,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",167,[[["app",3],["gfxctx",3]]]],[11,"event","","",163,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",163,[[["app",3],["gfxctx",3]]]],[11,"map","game::app","",0,[[],["map",3]]],[11,"sim","","",0,[[],["sim",3]]],[11,"cs","","",0,[[],["colorscheme",3]]],[11,"mut_cs","","",0,[[],["colorscheme",3]]],[11,"draw_map","","",0,[[],["drawmap",3]]],[11,"mut_draw_map","","",0,[[],["drawmap",3]]],[11,"opts","","",0,[[],["options",3]]],[11,"mut_opts","","",0,[[],["options",3]]],[11,"map_switched","","",0,[[["eventctx",3],["timer",3],["map",3]]]],[11,"draw_with_opts","","",0,[[["gfxctx",3],["drawoptions",3]]]],[11,"make_warper","","",0,[[["f64",15],["eventctx",3],["option",4],["option",4],["id",4],["pt2d",3]],[["state",8],["box",3]]]],[11,"before_event","","",0,[[]]],[11,"draw_default","","",0,[[["gfxctx",3]]]],[11,"dump_before_abort","","",0,[[["canvas",3]]]],[11,"before_quit","","",0,[[["canvas",3]]]],[11,"has_zorder","game::sandbox::minimap","",166,[[["app",3]],["bool",15]]],[11,"has_layer","","",166,[[["app",3]],["bool",15]]],[11,"draw_extra","","",166,[[["app",3],["gfxctx",3]]]],[11,"make_unzoomed_panel","","",166,[[["eventctx",3],["app",3]],["panel",3]]],[11,"make_legend","","",166,[[["eventctx",3],["app",3]],["widget",3]]],[11,"make_zoomed_side_panel","","",166,[[["eventctx",3],["app",3]],["widget",3]]],[11,"panel_clicked","","",166,[[["eventctx",3],["app",3],["str",15]],[["transition",4],["option",4]]]],[11,"panel_changed","","",166,[[["eventctx",3],["app",3],["panel",3]]]],[11,"run","game::app","",8,[[["map",3],["sim",3]],["bool",15]]],[11,"on_click","game::debug::uber_turns","",30,[[["app",3],["panel",3],["eventctx",3],["str",15]],[["transition",4],["app",3]]]],[11,"on_mouseover","","",30,[[["eventctx",3],["app",3]]]],[11,"other_event","","",30,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",30,[[["app",3],["gfxctx",3]]]],[11,"on_click","","",31,[[["app",3],["panel",3],["eventctx",3],["str",15]],[["transition",4],["app",3]]]],[11,"panel_changed","","",31,[[["eventctx",3],["app",3],["panel",3]],[["transition",4],["option",4]]]],[11,"other_event","","",31,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",31,[[],["drawbaselayer",4]]],[11,"draw","","",31,[[["app",3],["gfxctx",3]]]],[11,"on_click","game::edit::lanes","",56,[[["app",3],["panel",3],["eventctx",3],["str",15]],[["transition",4],["app",3]]]],[11,"panel_changed","","",56,[[["eventctx",3],["app",3],["panel",3]],[["transition",4],["option",4]]]],[11,"on_mouseover","","",56,[[["eventctx",3],["app",3]]]],[11,"other_event","","",56,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",56,[[["app",3],["gfxctx",3]]]],[11,"on_click","game::edit::stop_signs","",61,[[["app",3],["panel",3],["eventctx",3],["str",15]],[["transition",4],["app",3]]]],[11,"on_mouseover","","",61,[[["eventctx",3],["app",3]]]],[11,"other_event","","",61,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",61,[[["app",3],["gfxctx",3]]]],[11,"on_click","game::edit::traffic_signals::edits","",62,[[["app",3],["panel",3],["eventctx",3],["str",15]],[["transition",4],["app",3]]]],[11,"panel_changed","","",62,[[["eventctx",3],["app",3],["panel",3]],[["transition",4],["option",4]]]],[11,"other_event","","",62,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",62,[[],["drawbaselayer",4]]],[11,"on_click","game::edit::traffic_signals::offsets","",63,[[["app",3],["panel",3],["eventctx",3],["str",15]],[["transition",4],["app",3]]]],[11,"on_mouseover","","",63,[[["eventctx",3],["app",3]]]],[11,"other_event","","",63,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",63,[[["app",3],["gfxctx",3]]]],[11,"on_click","","",64,[[["app",3],["panel",3],["eventctx",3],["str",15]],[["transition",4],["app",3]]]],[11,"on_mouseover","","",64,[[["eventctx",3],["app",3]]]],[11,"other_event","","",64,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",64,[[["app",3],["gfxctx",3]]]],[11,"on_click","","",65,[[["app",3],["panel",3],["eventctx",3],["str",15]],[["transition",4],["app",3]]]],[11,"other_event","","",65,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",65,[[["app",3],["gfxctx",3]]]],[11,"on_click","game::sandbox::gameplay::actdev","",165,[[["app",3],["panel",3],["eventctx",3],["str",15]],[["transition",4],["app",3]]]],[11,"draw","","",165,[[["app",3],["gfxctx",3]]]],[11,"on_click","game::sandbox::gameplay::freeform","",140,[[["app",3],["panel",3],["eventctx",3],["str",15]],[["transition",4],["app",3]]]],[11,"draw","","",140,[[["app",3],["gfxctx",3]]]]],"p":[[3,"App"],[3,"ShowLayers"],[8,"ShowObject"],[3,"ShowEverything"],[3,"Flags"],[3,"PerMap"],[3,"SessionState"],[3,"PerObjectActions"],[3,"FindDelayedIntersections"],[3,"CutsceneBuilder"],[4,"Layout"],[3,"Scene"],[3,"CutscenePlayer"],[3,"FYI"],[3,"Challenge"],[3,"HighScore"],[3,"ChallengesPicker"],[3,"Warping"],[3,"DebugWarp"],[3,"CommonState"],[3,"Viewer"],[3,"Floodfiller"],[4,"Source"],[3,"ObjectDebugger"],[3,"PathCounter"],[3,"PolygonDebugger"],[4,"Item"],[3,"RouteExplorer"],[3,"AllRoutesExplorer"],[3,"PathCostDebugger"],[3,"UberTurnPicker"],[3,"UberTurnViewer"],[3,"DebugMode"],[3,"SearchResults"],[3,"ScreenshotTest"],[3,"CollisionsViewer"],[3,"Filters"],[4,"Dataviz"],[13,"Individual"],[13,"Aggregated"],[3,"MapspaceTooltips"],[3,"PopularDestinations"],[3,"ViewKML"],[3,"Object"],[3,"PolygonEditor"],[3,"ScenarioManager"],[3,"StoryMapEditor"],[4,"Mode"],[3,"RecordedStoryMap"],[3,"StoryMap"],[3,"Marker"],[3,"Lasso"],[3,"DevToolsMode"],[3,"BulkSelect"],[3,"BulkEdit"],[3,"ClusterTrafficSignalEditor"],[3,"LaneEditor"],[3,"RouteEditor"],[3,"RoadSelector"],[4,"Mode"],[13,"Route"],[3,"StopSignEditor"],[3,"ChangeDuration"],[3,"ShowAbsolute"],[3,"ShowRelative"],[3,"TuneRelative"],[3,"SignalPicker"],[3,"PreviewTrafficSignal"],[3,"TrafficSignalEditor"],[3,"BundleEdits"],[3,"ZoneEditor"],[3,"EditMode"],[3,"SaveEdits"],[3,"LoadEdits"],[3,"ConfirmDiscard"],[3,"OpenTrip"],[3,"InfoPanel"],[4,"Tab"],[3,"Details"],[8,"ContextualActions"],[3,"DataOptions"],[3,"SteepStreets"],[3,"ElevationContours"],[3,"Favorites"],[3,"ShowFavorites"],[3,"BikeActivity"],[3,"Static"],[3,"CongestionCaps"],[3,"Pandemic"],[4,"SEIR"],[3,"Options"],[3,"Occupancy"],[4,"Loc"],[3,"Efficiency"],[3,"PopulationMap"],[3,"Options"],[3,"Backpressure"],[3,"Throughput"],[3,"CompareThroughput"],[3,"TrafficJams"],[3,"Jam"],[3,"Delay"],[3,"TransitNetwork"],[8,"Layer"],[4,"LayerOutcome"],[3,"PickLayer"],[3,"Proposals"],[3,"TitleScreen"],[3,"MainMenu"],[3,"About"],[3,"Screensaver"],[3,"CommuterPatterns"],[4,"BlockSelection"],[13,"Locked"],[3,"PanelState"],[3,"Block"],[3,"Filter"],[4,"BorderType"],[3,"Loop"],[3,"ActiveTraffic"],[3,"TransitRoutes"],[3,"ParkingOverhead"],[3,"Entry"],[3,"Filters"],[3,"RectangularSelector"],[3,"TripSummaries"],[3,"Filter"],[3,"TrafficSignalDemand"],[3,"Demand"],[3,"TripTable"],[3,"FinishedTrip"],[3,"CancelledTrip"],[3,"UnfinishedTrip"],[3,"Filters"],[4,"DashTab"],[3,"Actdev"],[3,"OptimizeCommute"],[3,"FixTrafficSignals"],[3,"AgentSpawner"],[3,"Freeform"],[3,"ChangeScenario"],[3,"PlayScenario"],[3,"EditScenarioModifiers"],[3,"ChangeMode"],[3,"Tutorial"],[3,"TutorialPointer"],[4,"Task"],[3,"Stage"],[3,"TutorialState"],[4,"GameplayMode"],[8,"GameplayState"],[4,"LoadScenario"],[3,"FinalScore"],[3,"RoutePreview"],[3,"TrafficRecorder"],[3,"TimePanel"],[4,"SpeedSetting"],[3,"JumpToTime"],[3,"TimeWarpScreen"],[3,"SandboxMode"],[3,"SandboxControls"],[3,"Actions"],[4,"LoadStage"],[3,"SandboxLoader"],[3,"Actions"],[3,"About"],[3,"MinimapController"],[3,"BackToMainMenu"]]},\ +"game":{"doc":"","i":[[0,"app","game","",null,null],[6,"Transition","game::app","",null,null],[3,"App","","The top-level data that lasts through the entire game, no …",null,null],[12,"primary","","",0,null],[12,"cs","","",0,null],[12,"opts","","",0,null],[12,"per_obj","","",0,null],[12,"session","","Static data that lasts the entire session. Use sparingly.",0,null],[11,"has_prebaked","","",0,[[],["option",4]]],[11,"prebaked","","",0,[[],["analytics",3]]],[11,"set_prebaked","","",0,[[["option",4]]]],[11,"draw","","",0,[[["showobject",8],["gfxctx",3],["drawoptions",3]]]],[11,"recalculate_current_selection","","Assumes some defaults.",0,[[["eventctx",3]]]],[11,"mouseover_unzoomed_roads_and_intersections","","",0,[[["eventctx",3]],[["id",4],["option",4]]]],[11,"mouseover_unzoomed_intersections","","",0,[[["eventctx",3]],[["id",4],["option",4]]]],[11,"mouseover_unzoomed_buildings","","",0,[[["eventctx",3]],[["id",4],["option",4]]]],[11,"mouseover_unzoomed_everything","","",0,[[["eventctx",3]],[["id",4],["option",4]]]],[11,"mouseover_debug_mode","","",0,[[["eventctx",3],["showobject",8]],[["id",4],["option",4]]]],[11,"calculate_current_selection","","",0,[[["eventctx",3],["bool",15],["showobject",8]],[["id",4],["option",4]]]],[11,"get_renderables_back_to_front","","",0,[[["agentcache",3],["bounds",3],["showobject",8],["prerender",3]],[["vec",3],["renderable",8]]]],[11,"clear_everything","","Ensure the map edits are blank, reset the simulation, and …",0,[[["eventctx",3]]]],[11,"click_on_intersection","","If an intersection was clicked, return its ID.",0,[[["eventctx",3],["into",8],["string",3]],[["option",4],["intersectionid",3]]]],[11,"click_on_lane","","If a lane was clicked, return its ID.",0,[[["eventctx",3],["into",8],["string",3]],[["option",4],["laneid",3]]]],[3,"ShowLayers","","",null,null],[12,"show_buildings","","",1,null],[12,"show_parking_lots","","",1,null],[12,"show_intersections","","",1,null],[12,"show_lanes","","",1,null],[12,"show_areas","","",1,null],[12,"show_labels","","",1,null],[11,"new","","",1,[[],["showlayers",3]]],[8,"ShowObject","","",null,null],[10,"show","","",2,[[["id",4]],["bool",15]]],[10,"layers","","",2,[[],["showlayers",3]]],[3,"ShowEverything","","",null,null],[12,"layers","","",3,null],[11,"new","","",3,[[],["showeverything",3]]],[3,"Flags","","",null,null],[12,"sim_flags","","",4,null],[12,"live_map_edits","","If true, all map edits immediately apply to the live …",4,null],[12,"study_area","","Display an extra area with this name on the map. This …",4,null],[3,"PerMap","","All of the state that\'s bound to a specific map.",null,null],[12,"map","","",5,null],[12,"draw_map","","",5,null],[12,"sim","","",5,null],[12,"agents","","",5,null],[12,"current_selection","","",5,null],[12,"current_flags","","",5,null],[12,"last_warped_from","","",5,null],[12,"sim_cb","","",5,null],[12,"dirty_from_edits","","If we ever left edit mode and resumed without restarting …",5,null],[12,"has_modified_trips","","Any ScenarioModifiers in effect?",5,null],[12,"unedited_map","","Sometimes we need the map before any edits have been …",5,null],[12,"layer","","",5,null],[12,"suspended_sim","","Only filled out in edit mode. Stored here once to avoid …",5,null],[12,"prebaked","","Only exists in some gameplay modes. Must be carefully …",5,null],[12,"scenario","","The most recent Scenario loaded from a file. Don\'t depend …",5,null],[11,"map_loaded","","",5,[[["options",3],["flags",3],["colorscheme",3],["timer",3],["eventctx",3],["map",3],["sim",3]],["permap",3]]],[11,"init_camera_for_loaded_map","","",5,[[["eventctx",3],["bool",15]]]],[11,"clear_sim","","Returns whatever was there",5,[[],["sim",3]]],[11,"calculate_unedited_map","","If needed, makes sure the unedited_map is populated. …",5,[[["eventctx",3]],[["transition",4],["option",4]]]],[11,"canonical_point","","",5,[[["id",4]],[["option",4],["pt2d",3]]]],[3,"SessionState","","",null,null],[12,"tutorial","","",6,null],[12,"high_scores","","",6,null],[12,"info_panel_tab","","",6,null],[11,"empty","","",6,[[],["sessionstate",3]]],[3,"PerObjectActions","","",null,null],[12,"click_action","","",7,null],[11,"new","","",7,[[],["perobjectactions",3]]],[11,"reset","","",7,[[]]],[11,"left_click","","",7,[[["eventctx",3],["into",8],["string",3]],["bool",15]]],[3,"FindDelayedIntersections","","",null,null],[12,"halt_limit","","",8,null],[12,"report_limit","","",8,null],[12,"currently_delayed","","",8,null],[5,"add_study_area","","Load an extra GeoJSON file, and add the area to the map …",null,[[["map",3],["str",15]],["result",6]]],[0,"challenges","game","",null,null],[0,"cutscene","game::challenges","",null,null],[3,"CutsceneBuilder","game::challenges::cutscene","",null,null],[12,"name","","",9,null],[12,"scenes","","",9,null],[4,"Layout","","",null,null],[13,"PlayerSpeaking","","",10,null],[13,"BossSpeaking","","",10,null],[13,"Extra","","",10,null],[3,"Scene","","",null,null],[12,"layout","","",11,null],[12,"msg","","",11,null],[11,"new","","",9,[[["str",15]],["cutscenebuilder",3]]],[11,"fg_color","","",9,[[],["color",3]]],[11,"player","","",9,[[["into",8],["string",3]],["cutscenebuilder",3]]],[11,"boss","","",9,[[["into",8],["string",3]],["cutscenebuilder",3]]],[11,"extra","","",9,[[["f64",15],["into",8],["str",15],["string",3]],["cutscenebuilder",3]]],[11,"build","","",9,[[["eventctx",3],["fn",8],["box",3]],[["state",8],["box",3]]]],[3,"CutscenePlayer","","",null,null],[12,"name","","",12,null],[12,"scenes","","",12,null],[12,"idx","","",12,null],[12,"panel","","",12,null],[12,"make_task","","",12,null],[5,"make_panel","","",null,[[["vec",3],["usize",15],["eventctx",3],["box",3],["str",15]],["panel",3]]],[3,"FYI","","",null,null],[12,"panel","","",13,null],[11,"new","","",13,[[["eventctx",3],["widget",3],["color",3]],[["state",8],["box",3]]]],[0,"prebake","game::challenges","",null,null],[5,"prebake_all","game::challenges::prebake","Simulate a curated list of scenarios to completion, and …",null,[[]]],[5,"prebake","","",null,[[["timer",3],["scenario",3],["option",4],["map",3],["simoptions",3]]]],[3,"Challenge","game::challenges","",null,null],[12,"title","","",14,null],[12,"description","","",14,null],[12,"alias","","",14,null],[12,"gameplay","","",14,null],[12,"cutscene","","",14,null],[3,"HighScore","","",null,null],[12,"goal","","",15,null],[12,"score","","",15,null],[12,"edits_name","","",15,null],[11,"record","","",15,[[["gameplaymode",4],["app",3]]]],[11,"all","","",14,[[],[["string",3],["vec",3],["btreemap",3]]]],[11,"find","","",14,[[["gameplaymode",4]]]],[3,"ChallengesPicker","","",null,null],[12,"panel","","",16,null],[12,"links","","",16,null],[12,"challenge","","",16,null],[11,"new","","",16,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[11,"make","","",16,[[["eventctx",3],["app",3],["option",4]],[["state",8],["box",3]]]],[0,"common","game","",null,null],[0,"warp","game::common","",null,null],[17,"WARP_TO_CAM_ZOOM","game::common::warp","",null,null],[3,"Warping","","",null,null],[12,"warper","","",17,null],[12,"id","","",17,null],[11,"new","","",17,[[["f64",15],["eventctx",3],["option",4],["option",4],["permap",3],["id",4],["pt2d",3]],[["state",8],["box",3]]]],[3,"DebugWarp","","",null,null],[12,"panel","","",18,null],[11,"new","","",18,[[["eventctx",3]],[["state",8],["box",3]]]],[5,"warp_to_id","","",null,[[["eventctx",3],["app",3],["str",15]],[["transition",4],["app",3]]]],[5,"inner_warp_to_id","","",null,[[["eventctx",3],["app",3],["str",15]],[["transition",4],["option",4]]]],[3,"CommonState","game::common","",null,null],[12,"info_panel","","",19,null],[12,"cached_actions","","",19,null],[11,"new","","",19,[[],["commonstate",3]]],[11,"event","","",19,[[["eventctx",3],["contextualactions",8],["app",3]],[["transition",4],["option",4]]]],[11,"draw","","",19,[[["app",3],["gfxctx",3]]]],[11,"osd_for","","",19,[[["app",3],["id",4]],["text",3]]],[11,"draw_osd","","",19,[[["app",3],["gfxctx",3]]]],[11,"draw_custom_osd","","",19,[[["app",3],["gfxctx",3],["text",3]]]],[11,"launch_info_panel","","",19,[[["app",3],["eventctx",3],["contextualactions",8],["tab",4]]]],[11,"info_panel_open","","",19,[[["app",3]],[["id",4],["option",4]]]],[5,"tool_panel","","",null,[[["eventctx",3]],["panel",3]]],[5,"list_names","","",null,[[["text",3],["fn",8],["string",3],["btreeset",3]]]],[5,"cmp_duration_shorter","","",null,[[["app",3],["duration",3]],[["textspan",3],["vec",3]]]],[5,"color_for_mode","","",null,[[["app",3],["tripmode",4]],["color",3]]],[5,"color_for_agent_type","","",null,[[["app",3],["agenttype",4]],["color",3]]],[5,"color_for_trip_phase","","",null,[[["app",3],["tripphasetype",4]],["color",3]]],[5,"intersections_from_roads","","",null,[[["btreeset",3],["map",3]],[["btreeset",3],["intersectionid",3]]]],[5,"checkbox_per_mode","","",null,[[["eventctx",3],["app",3],["btreeset",3]],["widget",3]]],[5,"jump_to_time_upon_startup","","If you want a simulation to start after midnight, pass …",null,[[["duration",3]],[["box",3],["fnonce",8]]]],[0,"debug","game","",null,null],[0,"blocked_by","game::debug","",null,null],[3,"Viewer","game::debug::blocked_by","Visualize the graph of what agents are blocked by others.",null,null],[12,"panel","","",20,null],[12,"graph","","",20,null],[12,"agent_positions","","",20,null],[12,"arrows","","",20,null],[12,"root_cause","","",20,null],[11,"new","","",20,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[11,"arrow_for","","",20,[[["app",3],["agentid",4]],["option",4]]],[11,"trace_root_cause","","Figure out why some agent is blocked. Draws an arrow for …",20,[[["app",3],["agentid",4]]]],[11,"find_worst_problems","","Trace the root cause for everyone, find the most common …",20,[[["app",3],["eventctx",3]]]],[11,"simple_root_cause","","",20,[[["agentid",4]],["delaycause",4]]],[0,"floodfill","game::debug","",null,null],[3,"Floodfiller","game::debug::floodfill","",null,null],[12,"panel","","",21,null],[12,"unzoomed","","",21,null],[12,"zoomed","","",21,null],[12,"source","","",21,null],[11,"floodfill","","",21,[[["eventctx",3],["app",3],["laneid",3]],[["state",8],["box",3]]]],[11,"scc","","",21,[[["eventctx",3],["app",3],["laneid",3]],[["state",8],["box",3]]]],[11,"new","","",21,[[["app",3],["pathconstraints",4],["eventctx",3],["source",4]],[["state",8],["box",3]]]],[4,"Source","","",null,null],[13,"Floodfill","","",22,null],[13,"SCC","","",22,null],[11,"calculate","","",22,[[["map",3],["pathconstraints",4]]]],[0,"objects","game::debug","",null,null],[3,"ObjectDebugger","game::debug::objects","",null,null],[11,"draw","","",23,[[["app",3],["gfxctx",3]]]],[11,"dump_debug","","",23,[[["id",4],["map",3],["sim",3]]]],[0,"path_counter","game::debug","",null,null],[3,"PathCounter","game::debug::path_counter","A state to count the number of trips that will cross …",null,null],[12,"panel","","",24,null],[12,"unzoomed","","",24,null],[12,"zoomed","","",24,null],[12,"cnt","","",24,null],[12,"tooltip","","",24,null],[11,"demand_across_intersection","","",24,[[["eventctx",3],["app",3],["intersectionid",3]],[["state",8],["box",3]]]],[0,"polygons","game::debug","",null,null],[3,"PolygonDebugger","game::debug::polygons","",null,null],[12,"panel","","",25,null],[12,"noun","","",25,null],[12,"items","","",25,null],[12,"idx","","",25,null],[12,"center","","",25,null],[4,"Item","","",null,null],[13,"Point","","",26,null],[13,"Triangle","","",26,null],[13,"Polygon","","",26,null],[11,"new","","",25,[[["pt2d",3],["option",4],["vec",3],["eventctx",3],["item",4],["str",15]],[["state",8],["box",3]]]],[0,"routes","game::debug","",null,null],[3,"RouteExplorer","game::debug::routes","See how live-tuned routing parameters affect a single …",null,null],[12,"panel","","",27,null],[12,"start","","",27,null],[12,"goal","","",27,null],[11,"new","","",27,[[["eventctx",3],["app",3],["tripendpoint",4]],[["state",8],["box",3]]]],[11,"recalc_paths","","",27,[[["eventctx",3],["app",3]]]],[5,"params_to_controls","","",null,[[["eventctx",3],["tripmode",4],["routingparams",3]],["widget",3]]],[5,"controls_to_params","","",null,[[["panel",3]]]],[3,"AllRoutesExplorer","","See how live-tuned routing parameters affect all requests …",null,null],[12,"panel","","",28,null],[12,"requests","","",28,null],[12,"baseline_counts","","",28,null],[12,"current_counts","","",28,null],[12,"unzoomed","","",28,null],[12,"zoomed","","",28,null],[12,"tooltip","","",28,null],[11,"new","","",28,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[5,"calculate_demand","","",null,[[["app",3],["vec",3],["timer",3]],[["roadid",3],["counter",3]]]],[5,"cmp_count","","",null,[[["usize",15]],[["textspan",3],["vec",3]]]],[3,"PathCostDebugger","","Evaluate why an alternative path wasn\'t chosen, by …",null,null],[12,"draw_path","","",29,null],[12,"costs","","",29,null],[12,"tooltip","","",29,null],[12,"panel","","",29,null],[11,"maybe_new","","",29,[[["app",3],["pathrequest",3],["eventctx",3],["polygon",3]],[["option",4],["box",3]]]],[0,"shared_row","game::debug","",null,null],[5,"export","game::debug::shared_row","Exports to https://github.com/d-wasserman/shared-row/, …",null,[[["intersectionid",3],["vec",3],["roadid",3],["vec",3],["map",3]],["string",3]]],[5,"road","","",null,[[["roadid",3],["map",3]],["feature",3]]],[5,"lane","","",null,[[["lane",3]],[["map",3],["option",4]]]],[5,"intersection","","",null,[[["map",3],["intersectionid",3]],["feature",3]]],[0,"streetmix","game::debug","",null,null],[5,"export","game::debug::streetmix","Exports a single road to Streetmix\'s format, returns the …",null,[[["roadid",3],["map",3]],["string",3]]],[5,"road","","",null,[[["roadid",3],["map",3]],[["map",3],["string",3],["value",4]]]],[5,"lane","","",null,[[["lane",3],["direction",4]],[["map",3],["string",3],["value",4]]]],[0,"uber_turns","game::debug","",null,null],[3,"UberTurnPicker","game::debug::uber_turns","",null,null],[12,"members","","",30,null],[11,"new","","",30,[[["eventctx",3],["app",3],["intersectionid",3]],[["state",8],["box",3]]]],[3,"UberTurnViewer","","",null,null],[12,"draw","","",31,null],[12,"ic","","",31,null],[12,"idx","","",31,null],[12,"legal_turns","","",31,null],[11,"new","","",31,[[["usize",15],["app",3],["intersectionid",3],["eventctx",3],["btreeset",3],["bool",15]],[["state",8],["box",3]]]],[3,"DebugMode","game::debug","",null,null],[12,"panel","","",32,null],[12,"common","","",32,null],[12,"tool_panel","","",32,null],[12,"objects","","",32,null],[12,"hidden","","",32,null],[12,"layers","","",32,null],[12,"search_results","","",32,null],[12,"all_routes","","",32,null],[12,"highlighted_agents","","",32,null],[11,"new","","",32,[[["eventctx",3]],[["state",8],["box",3]]]],[11,"reset_info","","",32,[[["eventctx",3]]]],[5,"search_osm","","",null,[[["eventctx",3],["string",3],["app",3]],[["transition",4],["app",3]]]],[3,"SearchResults","","",null,null],[12,"query","","",33,null],[12,"num_matches","","",33,null],[12,"draw","","",33,null],[5,"calc_all_routes","","",null,[[["eventctx",3],["app",3]]]],[3,"Actions","","",null,null],[5,"find_bad_signals","","",null,[[["app",3]]]],[5,"find_degenerate_roads","","",null,[[["app",3]]]],[5,"diff_tags","","",null,[[["tags",3]]]],[5,"find_large_intersections","","",null,[[["app",3]]]],[3,"ScreenshotTest","","",null,null],[12,"todo_maps","","",34,null],[12,"screenshot_done","","",34,null],[11,"new","","",34,[[["app",3],["mapname",3],["eventctx",3],["vec",3]],[["state",8],["box",3]]]],[5,"export_for_leaflet","","",null,[[["eventctx",3],["app",3]]]],[5,"draw_banned_turns","","",null,[[["eventctx",3],["app",3]],["drawable",3]]],[0,"devtools","game","This directory contains extra/experimental tools not …",null,null],[0,"collisions","game::devtools","",null,null],[3,"CollisionsViewer","game::devtools::collisions","",null,null],[12,"data","","",35,null],[12,"dataviz","","",35,null],[12,"tooltips","","",35,null],[12,"panel","","",35,null],[11,"new","","",35,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[3,"Filters","","",null,null],[12,"show_individual","","",36,null],[12,"time_range","","",36,null],[12,"severity","","",36,null],[11,"new","","",36,[[],["filters",3]]],[11,"apply","","Returns the indices of all matching collisions",36,[[["collisiondataset",3]],[["usize",15],["vec",3]]]],[11,"to_controls","","",36,[[["eventctx",3]],["widget",3]]],[11,"from_controls","","",36,[[["panel",3]],["filters",3]]],[4,"Dataviz","","",null,null],[13,"Individual","","",37,null],[12,"draw_all_circles","game::devtools::collisions::Dataviz","",38,null],[13,"Aggregated","game::devtools::collisions","",37,null],[12,"unzoomed","game::devtools::collisions::Dataviz","",39,null],[12,"zoomed","","",39,null],[11,"aggregated","game::devtools::collisions","",37,[[["app",3],["usize",15],["collisiondataset",3],["eventctx",3],["vec",3]]]],[11,"individual","","",37,[[["app",3],["usize",15],["collisiondataset",3],["eventctx",3],["vec",3]]]],[3,"MapspaceTooltips","","",null,null],[12,"tooltips","","",40,null],[12,"hover","","",40,null],[12,"selected","","",40,null],[11,"new","","",40,[[["fn",8],["box",3],["vec",3]],["mapspacetooltips",3]]],[11,"event","","",40,[[["eventctx",3]]]],[11,"draw","","",40,[[["gfxctx",3]]]],[0,"destinations","game::devtools","",null,null],[3,"PopularDestinations","game::devtools::destinations","",null,null],[12,"per_bldg","","",41,null],[12,"panel","","",41,null],[12,"draw","","",41,null],[11,"new","","",41,[[["eventctx",3],["app",3],["scenario",3]],[["state",8],["box",3]]]],[11,"make","","",41,[[["app",3],["counter",3],["option",4],["eventctx",3],["heatmapoptions",3],["buildingid",3]],[["state",8],["box",3]]]],[0,"kml","game::devtools","",null,null],[3,"ViewKML","game::devtools::kml","",null,null],[12,"panel","","",42,null],[12,"objects","","",42,null],[12,"draw","","",42,null],[12,"selected","","",42,null],[12,"quadtree","","",42,null],[12,"draw_query","","",42,null],[3,"Object","","",null,null],[12,"polygon","","",43,null],[12,"color","","",43,null],[12,"attribs","","",43,null],[12,"osm_bldg","","",43,null],[17,"RADIUS","","",null,null],[17,"THICKNESS","","",null,null],[11,"new","","",42,[[["app",3],["eventctx",3],["string",3],["option",4]],[["state",8],["box",3]]]],[5,"load_objects","","Loads and clips objects to the current map. Also returns …",null,[[["app",3],["timer",3],["bool",15],["string",3],["option",4]]]],[5,"make_object","","",null,[[["usize",15],["vec",3],["colorscheme",3],["str",15],["hashmap",3],["string",3],["btreemap",3],["pt2d",3]],["object",3]]],[5,"make_query","","",null,[[["app",3],["vec",3],["str",15]]]],[0,"polygon","game::devtools","",null,null],[17,"POINT_RADIUS","game::devtools::polygon","",null,null],[17,"POINT_COLOR","","",null,null],[17,"POLYGON_COLOR","","",null,null],[17,"POINT_TO_MOVE","","",null,null],[17,"LAST_PLACED_POINT","","",null,null],[3,"PolygonEditor","","",null,null],[12,"panel","","",44,null],[12,"name","","",44,null],[12,"points","","",44,null],[12,"mouseover_pt","","",44,null],[12,"moving_pt","","",44,null],[11,"new","","",44,[[["lonlat",3],["eventctx",3],["string",3],["vec",3]],[["state",8],["box",3]]]],[0,"scenario","game::devtools","",null,null],[3,"ScenarioManager","game::devtools::scenario","",null,null],[12,"panel","","",45,null],[12,"scenario","","",45,null],[12,"unzoomed","","",45,null],[12,"zoomed","","",45,null],[11,"new","","",45,[[["eventctx",3],["scenario",3],["app",3]],[["state",8],["box",3]]]],[0,"story","game::devtools","",null,null],[3,"StoryMapEditor","game::devtools::story","",null,null],[12,"panel","","",46,null],[12,"story","","",46,null],[12,"mode","","",46,null],[12,"dirty","","",46,null],[12,"hovering","","",46,null],[4,"Mode","","",null,null],[13,"View","","",47,null],[13,"PlacingMarker","","",47,null],[13,"Dragging","","",47,null],[13,"Editing","","",47,null],[13,"Freehand","","",47,null],[11,"new","","",46,[[["eventctx",3]],[["state",8],["box",3]]]],[11,"redo_panel","","",46,[[["eventctx",3]]]],[5,"make_panel","","",null,[[["storymap",3],["mode",4],["eventctx",3],["bool",15]],["panel",3]]],[3,"RecordedStoryMap","","",null,null],[12,"name","","",48,null],[12,"markers","","",48,null],[3,"StoryMap","","",null,null],[12,"name","","",49,null],[12,"markers","","",49,null],[3,"Marker","","",null,null],[12,"pts","","",50,null],[12,"event","","",50,null],[12,"hitbox","","",50,null],[12,"draw","","",50,null],[11,"new","","",49,[[],["storymap",3]]],[11,"load","","",49,[[["eventctx",3],["app",3],["recordedstorymap",3]],[["option",4],["storymap",3]]]],[11,"save","","",49,[[["app",3]]]],[11,"new","","",50,[[["pt2d",3],["eventctx",3],["string",3],["vec",3]],["marker",3]]],[11,"draw_hovered","","",50,[[["gfxctx",3]]]],[11,"make_editor","","",50,[[["eventctx",3]],["panel",3]]],[3,"Lasso","","",null,null],[12,"pl","","",51,null],[11,"new","","",51,[[["pt2d",3]],["lasso",3]]],[11,"event","","",51,[[["eventctx",3]],[["option",4],["ring",3]]]],[11,"draw","","",51,[[["gfxctx",3]]]],[5,"simplify","","",null,[[["vec",3],["pt2d",3]],["ring",3]]],[3,"DevToolsMode","game::devtools","",null,null],[12,"panel","","",52,null],[11,"new","","",52,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[0,"edit","game","",null,null],[0,"bulk","game::edit","",null,null],[3,"BulkSelect","game::edit::bulk","",null,null],[12,"panel","","",53,null],[12,"selector","","",53,null],[11,"new","","",53,[[["eventctx",3],["roadid",3],["app",3]],[["state",8],["box",3]]]],[5,"make_select_panel","","",null,[[["eventctx",3],["roadselector",3]],["panel",3]]],[3,"BulkEdit","","",null,null],[12,"panel","","",54,null],[12,"roads","","",54,null],[12,"preview","","",54,null],[11,"new","","",54,[[["app",3],["drawable",3],["eventctx",3],["vec",3],["roadid",3]],[["state",8],["box",3]]]],[5,"get_lt_transformations","","",null,[[["panel",3]],["vec",3]]],[5,"make_lt_switcher","","",null,[[["eventctx",3],["vec",3]],["widget",3]]],[5,"make_bulk_edits","","",null,[[["vec",3],["app",3],["eventctx",3],["vec",3],["option",4],["speed",3]],[["state",8],["box",3]]]],[0,"cluster_traffic_signals","game::edit","",null,null],[3,"ClusterTrafficSignalEditor","game::edit::cluster_traffic_signals","",null,null],[12,"panel","","",55,null],[12,"members","","",55,null],[12,"groups","","",55,null],[12,"group_selected","","",55,null],[11,"new","","",55,[[["eventctx",3],["app",3],["intersectioncluster",3]],[["state",8],["box",3]]]],[0,"lanes","game::edit","",null,null],[3,"LaneEditor","game::edit::lanes","",null,null],[12,"l","","",56,null],[12,"mode","","",56,null],[11,"new","","",56,[[["app",3],["laneid",3],["eventctx",3],["gameplaymode",4]],[["state",8],["box",3]]]],[5,"reverse_lane","","",null,[[["map",3],["laneid",3]],["editcmd",4]]],[0,"routes","game::edit","",null,null],[3,"RouteEditor","game::edit::routes","",null,null],[12,"panel","","",57,null],[12,"route","","",57,null],[11,"new","","",57,[[["eventctx",3],["busrouteid",3],["app",3]],[["state",8],["box",3]]]],[0,"select","game::edit","",null,null],[3,"RoadSelector","game::edit::select","A tool for selecting multiple roads.",null,null],[12,"roads","","",58,null],[12,"intersections","","Intersections can\'t be selected directly. If all roads …",58,null],[12,"preview","","",58,null],[12,"mode","","",58,null],[12,"dragging","","",58,null],[4,"Mode","","",null,null],[13,"Pan","","No selecting, just normal click-and-drag controls.",59,null],[13,"Route","","The user is choosing two intersections, to select the …",59,null],[12,"i1","game::edit::select::Mode","",60,null],[12,"preview_path","","",60,null],[13,"Paint","game::edit::select","Click and drag to select roads",59,null],[13,"Erase","","Click and drag to unselect roads",59,null],[11,"new","","",58,[[["btreeset",3],["app",3],["eventctx",3],["roadid",3]],["roadselector",3]]],[11,"make_controls","","",58,[[["eventctx",3]],["widget",3]]],[11,"roads_changed","","",58,[[["eventctx",3],["app",3]]]],[11,"event","","",58,[[["app",3],["eventctx",3],["option",4],["str",15]],["bool",15]]],[11,"draw","","",58,[[["app",3],["bool",15],["gfxctx",3]]]],[0,"stop_signs","game::edit","",null,null],[3,"StopSignEditor","game::edit::stop_signs","",null,null],[12,"id","","",61,null],[12,"mode","","",61,null],[12,"geom","","",61,null],[12,"selected_sign","","",61,null],[11,"new","","",61,[[["app",3],["intersectionid",3],["eventctx",3],["gameplaymode",4]],[["state",8],["box",3]]]],[0,"traffic_signals","game::edit","",null,null],[0,"edits","game::edit::traffic_signals","",null,null],[3,"ChangeDuration","game::edit::traffic_signals::edits","",null,null],[12,"idx","","",62,null],[11,"new","","",62,[[["app",3],["usize",15],["eventctx",3],["controltrafficsignal",3]],[["state",8],["box",3]]]],[5,"edit_entire_signal","","",null,[[["app",3],["bundleedits",3],["intersectionid",3],["eventctx",3],["gameplaymode",4]],[["state",8],["box",3]]]],[0,"offsets","game::edit::traffic_signals","",null,null],[3,"ShowAbsolute","game::edit::traffic_signals::offsets","",null,null],[12,"members","","",63,null],[12,"labels","","",63,null],[11,"new","","",63,[[["app",3],["intersectionid",3],["eventctx",3],["btreeset",3]],[["state",8],["box",3]]]],[3,"ShowRelative","","",null,null],[12,"base","","",64,null],[12,"members","","",64,null],[12,"labels","","",64,null],[11,"new","","",64,[[["app",3],["intersectionid",3],["eventctx",3],["btreeset",3]],[["state",8],["box",3]]]],[3,"TuneRelative","","",null,null],[12,"i1","","",65,null],[12,"i2","","",65,null],[12,"members","","",65,null],[12,"labels","","",65,null],[11,"new","","",65,[[["app",3],["intersectionid",3],["eventctx",3],["btreeset",3]],[["state",8],["box",3]]]],[0,"picker","game::edit::traffic_signals","",null,null],[3,"SignalPicker","game::edit::traffic_signals::picker","",null,null],[12,"members","","",66,null],[12,"panel","","",66,null],[12,"mode","","",66,null],[11,"new","","",66,[[["intersectionid",3],["eventctx",3],["btreeset",3],["gameplaymode",4]],[["state",8],["box",3]]]],[5,"make_btn","","",null,[[["eventctx",3],["usize",15]],["widget",3]]],[0,"preview","game::edit::traffic_signals","",null,null],[3,"PreviewTrafficSignal","game::edit::traffic_signals::preview","",null,null],[12,"panel","","",67,null],[12,"time_panel","","",67,null],[11,"new","","",67,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[5,"make_previewer","","",null,[[["app",3],["usize",15],["intersectionid",3],["eventctx",3],["btreeset",3]],[["state",8],["box",3]]]],[3,"TrafficSignalEditor","game::edit::traffic_signals","",null,null],[12,"side_panel","","",68,null],[12,"top_panel","","",68,null],[12,"mode","","",68,null],[12,"members","","",68,null],[12,"current_stage","","",68,null],[12,"movements","","",68,null],[12,"movement_selected","","",68,null],[12,"draw_current","","",68,null],[12,"command_stack","","",68,null],[12,"redo_stack","","",68,null],[12,"original","","",68,null],[12,"warn_changed","","",68,null],[12,"fade_irrelevant","","",68,null],[3,"BundleEdits","","",null,null],[12,"signals","","",69,null],[11,"new","","",68,[[["app",3],["intersectionid",3],["eventctx",3],["btreeset",3],["gameplaymode",4]],[["state",8],["box",3]]]],[11,"change_stage","","",68,[[["eventctx",3],["app",3],["usize",15]]]],[11,"add_new_edit","","",68,[[["usize",15],["app",3],["eventctx",3],["fn",8]]]],[11,"recalc_draw_current","","",68,[[["eventctx",3],["app",3]]]],[5,"make_top_panel","","",null,[[["app",3],["eventctx",3],["bool",15]],["panel",3]]],[5,"make_side_panel","","",null,[[["app",3],["btreeset",3],["usize",15],["eventctx",3]],["panel",3]]],[11,"apply","","",69,[[["app",3]]]],[11,"commit","","",69,[[["eventctx",3],["app",3]]]],[11,"get_current","","",69,[[["app",3],["btreeset",3]],["bundleedits",3]]],[11,"synchronize","","",69,[[["app",3],["btreeset",3]],["bundleedits",3]]],[5,"check_for_missing_turns","","",null,[[["app",3],["btreeset",3]],[["bundleedits",3],["option",4]]]],[5,"draw_multiple_signals","","",null,[[["app",3],["btreeset",3],["usize",15],["vec",3],["eventctx",3]],["widget",3]]],[5,"squish_polygons_together","","",null,[[["polygon",3],["vec",3]],["vec",3]]],[5,"fade_irrelevant","","",null,[[["app",3],["btreeset",3]],["geombatch",3]]],[0,"validate","game::edit","",null,null],[5,"check_sidewalk_connectivity","game::edit::validate","",null,[[["eventctx",3],["editcmd",4],["app",3]],[["option",4],["box",3]]]],[5,"check_blackholes","","",null,[[["eventctx",3],["editcmd",4],["app",3]],[["option",4],["box",3]]]],[5,"try_change_lt","","",null,[[["laneid",3],["eventctx",3],["map",3],["lanetype",4]],[["result",4],["editcmd",4],["box",3]]]],[0,"zones","game::edit","",null,null],[3,"ZoneEditor","game::edit::zones","",null,null],[12,"panel","","",70,null],[12,"selector","","",70,null],[12,"allow_through_traffic","","",70,null],[12,"unzoomed","","",70,null],[12,"zoomed","","",70,null],[12,"orig_members","","",70,null],[11,"new","","",70,[[["eventctx",3],["roadid",3],["app",3]],[["state",8],["box",3]]]],[5,"draw_zone","","",null,[[["eventctx",3],["app",3],["btreeset",3]]]],[5,"make_instructions","","",null,[[["eventctx",3],["btreeset",3]],["widget",3]]],[3,"EditMode","game::edit","",null,null],[12,"tool_panel","","",71,null],[12,"top_center","","",71,null],[12,"changelist","","",71,null],[12,"orig_edits","","",71,null],[12,"orig_dirty","","",71,null],[12,"mode","","",71,null],[12,"changelist_key","","",71,null],[12,"unzoomed","","",71,null],[12,"zoomed","","",71,null],[11,"new","","",71,[[["eventctx",3],["gameplaymode",4],["app",3]],[["state",8],["box",3]]]],[11,"quit","","",71,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[3,"SaveEdits","","",null,null],[12,"panel","","",72,null],[12,"current_name","","",72,null],[12,"cancel","","",72,null],[12,"on_success","","",72,null],[12,"reset","","",72,null],[11,"new","","",72,[[["app",3],["bool",15],["option",4],["box",3],["fn",8],["eventctx",3],["transition",4],["into",8],["string",3]],[["state",8],["box",3]]]],[11,"recalc_btn","","",72,[[["eventctx",3],["app",3]]]],[3,"LoadEdits","","",null,null],[12,"panel","","",73,null],[12,"mode","","",73,null],[11,"new","","",73,[[["eventctx",3],["app",3],["gameplaymode",4]],[["state",8],["box",3]]]],[5,"make_topcenter","","",null,[[["eventctx",3],["app",3]],["panel",3]]],[5,"apply_map_edits","","",null,[[["eventctx",3],["mapedits",3],["app",3]]]],[5,"can_edit_lane","","",null,[[["app",3],["gameplaymode",4],["laneid",3]],["bool",15]]],[5,"speed_limit_choices","","",null,[[["app",3]],[["choice",3],["vec",3]]]],[5,"maybe_edit_intersection","","",null,[[["gameplaymode",4],["app",3],["intersectionid",3],["eventctx",3]],[["option",4],["box",3]]]],[5,"make_changelist","","",null,[[["eventctx",3],["app",3]],["panel",3]]],[5,"cmd_to_id","","",null,[[["editcmd",4]],[["id",4],["option",4]]]],[3,"ConfirmDiscard","","",null,null],[12,"panel","","",74,null],[12,"discard","","",74,null],[11,"new","","",74,[[["eventctx",3],["box",3],["fn",8]],[["state",8],["box",3]]]],[0,"info","game","",null,null],[0,"building","game::info","",null,null],[5,"info","game::info::building","",null,[[["app",3],["buildingid",3],["eventctx",3],["details",3]],["widget",3]]],[5,"info_body","","",null,[[["app",3],["buildingid",3],["eventctx",3],["details",3]],["widget",3]]],[5,"people","","",null,[[["app",3],["buildingid",3],["eventctx",3],["details",3]],["widget",3]]],[5,"people_body","","",null,[[["app",3],["buildingid",3],["eventctx",3],["details",3]],["widget",3]]],[5,"header","","",null,[[["app",3],["eventctx",3],["buildingid",3],["tab",4],["details",3]],["widget",3]]],[5,"draw_occupants","","",null,[[["app",3],["details",3],["personid",3],["option",4],["buildingid",3]]]],[0,"bus","game::info","",null,null],[5,"stop","game::info::bus","",null,[[["app",3],["busstopid",3],["eventctx",3],["details",3]],["widget",3]]],[5,"stop_body","","",null,[[["app",3],["busstopid",3],["eventctx",3],["details",3]],["widget",3]]],[5,"bus_status","","",null,[[["app",3],["eventctx",3],["carid",3],["details",3]],["widget",3]]],[5,"bus_status_body","","",null,[[["app",3],["eventctx",3],["carid",3],["details",3]],["widget",3]]],[5,"bus_header","","",null,[[["app",3],["eventctx",3],["carid",3],["tab",4],["details",3]],["widget",3]]],[5,"route","","",null,[[["app",3],["eventctx",3],["busrouteid",3],["details",3]],["widget",3]]],[5,"route_body","","",null,[[["app",3],["eventctx",3],["busrouteid",3],["details",3]],["widget",3]]],[5,"describe_schedule","","",null,[[["busroute",3]],["text",3]]],[0,"debug","game::info","",null,null],[5,"area","game::info::debug","",null,[[["app",3],["eventctx",3],["areaid",3],["details",3]],["widget",3]]],[5,"area_body","","",null,[[["app",3],["eventctx",3],["areaid",3]],["widget",3]]],[0,"intersection","game::info","",null,null],[5,"info","game::info::intersection","",null,[[["app",3],["eventctx",3],["intersectionid",3],["details",3]],["widget",3]]],[5,"info_body","","",null,[[["app",3],["eventctx",3],["intersectionid",3]],["widget",3]]],[5,"traffic","","",null,[[["app",3],["intersectionid",3],["eventctx",3],["dataoptions",3],["details",3]],["widget",3]]],[5,"traffic_body","","",null,[[["app",3],["intersectionid",3],["eventctx",3],["dataoptions",3]],["widget",3]]],[5,"delay","","",null,[[["app",3],["intersectionid",3],["eventctx",3],["bool",15],["dataoptions",3],["details",3]],["widget",3]]],[5,"delay_body","","",null,[[["app",3],["intersectionid",3],["eventctx",3],["bool",15],["dataoptions",3]],["widget",3]]],[5,"current_demand","","",null,[[["app",3],["intersectionid",3],["eventctx",3],["details",3]],["widget",3]]],[5,"current_demand_body","","",null,[[["eventctx",3],["app",3],["intersectionid",3]],["widget",3]]],[5,"arrivals","","",null,[[["app",3],["intersectionid",3],["eventctx",3],["dataoptions",3],["details",3]],["widget",3]]],[5,"traffic_signal","","",null,[[["app",3],["intersectionid",3],["eventctx",3],["details",3]],["widget",3]]],[5,"traffic_signal_body","","",null,[[["eventctx",3],["app",3],["intersectionid",3]],["widget",3]]],[5,"delay_plot","","",null,[[["app",3],["eventctx",3],["intersectionid",3],["bool",15],["dataoptions",3]],["widget",3]]],[5,"header","","",null,[[["app",3],["eventctx",3],["intersectionid",3],["tab",4],["details",3]],["widget",3]]],[0,"lane","game::info","",null,null],[5,"info","game::info::lane","",null,[[["app",3],["eventctx",3],["laneid",3],["details",3]],["widget",3]]],[5,"info_body","","",null,[[["app",3],["eventctx",3],["laneid",3]],["widget",3]]],[5,"debug","","",null,[[["app",3],["eventctx",3],["laneid",3],["details",3]],["widget",3]]],[5,"debug_body","","",null,[[["app",3],["eventctx",3],["laneid",3]],["widget",3]]],[5,"traffic","","",null,[[["app",3],["laneid",3],["eventctx",3],["dataoptions",3],["details",3]],["widget",3]]],[5,"traffic_body","","",null,[[["app",3],["laneid",3],["eventctx",3],["dataoptions",3]],["widget",3]]],[5,"header","","",null,[[["app",3],["eventctx",3],["laneid",3],["tab",4],["details",3]],["widget",3]]],[0,"parking_lot","game::info","",null,null],[5,"info","game::info::parking_lot","",null,[[["app",3],["parkinglotid",3],["eventctx",3],["details",3]],["widget",3]]],[5,"info_body","","",null,[[["eventctx",3],["app",3],["parkinglotid",3]],["widget",3]]],[5,"header","","",null,[[["details",3],["eventctx",3],["tab",4],["parkinglotid",3]],["widget",3]]],[0,"person","game::info","",null,null],[5,"trips","game::info::person","",null,[[["app",3],["personid",3],["eventctx",3],["btreemap",3],["bool",15],["details",3]],["widget",3]]],[5,"trips_body","","",null,[[["app",3],["personid",3],["eventctx",3],["btreemap",3],["details",3]],["widget",3]]],[5,"bio","","",null,[[["app",3],["personid",3],["eventctx",3],["bool",15],["details",3]],["widget",3]]],[5,"bio_body","","",null,[[["app",3],["personid",3],["eventctx",3],["details",3]],["widget",3]]],[5,"schedule","","",null,[[["app",3],["personid",3],["eventctx",3],["bool",15],["details",3]],["widget",3]]],[5,"schedule_body","","",null,[[["eventctx",3],["app",3],["personid",3]],["widget",3]]],[5,"crowd","","",null,[[["app",3],["eventctx",3],["vec",3],["details",3]],["widget",3]]],[5,"crowd_body","","",null,[[["app",3],["eventctx",3],["vec",3],["details",3]],["widget",3]]],[5,"parked_car","","",null,[[["app",3],["eventctx",3],["carid",3],["bool",15],["details",3]],["widget",3]]],[5,"parked_car_body","","",null,[[["app",3],["eventctx",3],["carid",3],["details",3]],["widget",3]]],[5,"header","","",null,[[["app",3],["personid",3],["eventctx",3],["bool",15],["tab",4],["details",3]],["widget",3]]],[5,"current_status","","",null,[[["person",3],["eventctx",3],["map",3]],["widget",3]]],[5,"cmp_duration_shorter","","",null,[[["duration",3]],["textspan",3]]],[0,"trip","game::info","",null,null],[3,"OpenTrip","game::info::trip","",null,null],[12,"show_after","","",75,null],[12,"cached_routes","","",75,null],[11,"single","","",75,[[["tripid",3]],[["btreemap",3],["tripid",3],["opentrip",3]]]],[11,"new","","",75,[[],["opentrip",3]]],[5,"ongoing","","",null,[[["app",3],["tripid",3],["eventctx",3],["agentid",4],["opentrip",3],["details",3]],["widget",3]]],[5,"future","","",null,[[["app",3],["tripid",3],["eventctx",3],["opentrip",3],["details",3]],["widget",3]]],[5,"finished","","",null,[[["app",3],["personid",3],["tripid",3],["eventctx",3],["btreemap",3],["details",3]],["widget",3]]],[5,"cancelled","","",null,[[["app",3],["tripid",3],["eventctx",3],["opentrip",3],["details",3]],["widget",3]]],[5,"highlight_slow_intersections","","Highlights intersections which were \\\"slow\\\" on the map",null,[[["app",3],["eventctx",3],["tripid",3],["details",3]]]],[5,"highlight_slow_lanes","","Highlights lanes which were \\\"slow\\\" on the map",null,[[["app",3],["eventctx",3],["tripid",3],["details",3]]]],[5,"make_timeline","","Draws the timeline for a single trip, with tooltips",null,[[["app",3],["tripid",3],["f64",15],["option",4],["eventctx",3],["vec",3]],["widget",3]]],[5,"make_trip_details","","Creates the timeline, location warp, and time warp …",null,[[["app",3],["tripid",3],["vec",3],["option",4],["map",3],["f64",15],["eventctx",3],["opentrip",3],["tripphase",3],["details",3]],["widget",3]]],[5,"make_elevation","","",null,[[["eventctx",3],["bool",15],["path",3],["color",3],["map",3]],["widget",3]]],[5,"endpoint","","",null,[[["app",3],["tripendpoint",4]]]],[3,"InfoPanel","game::info","",null,null],[12,"tab","","",76,null],[12,"time","","",76,null],[12,"is_paused","","",76,null],[12,"panel","","",76,null],[12,"unzoomed","","",76,null],[12,"zoomed","","",76,null],[12,"hyperlinks","","",76,null],[12,"warpers","","",76,null],[12,"time_warpers","","",76,null],[12,"cached_actions","","",76,null],[4,"Tab","","",null,null],[13,"PersonTrips","","",77,null],[13,"PersonBio","","",77,null],[13,"PersonSchedule","","",77,null],[13,"BusStatus","","",77,null],[13,"BusStop","","",77,null],[13,"BusRoute","","",77,null],[13,"ParkedCar","","",77,null],[13,"BldgInfo","","",77,null],[13,"BldgPeople","","",77,null],[13,"ParkingLot","","",77,null],[13,"Crowd","","",77,null],[13,"Area","","",77,null],[13,"IntersectionInfo","","",77,null],[13,"IntersectionTraffic","","",77,null],[13,"IntersectionDelay","","",77,null],[13,"IntersectionDemand","","",77,null],[13,"IntersectionArrivals","","",77,null],[13,"IntersectionTrafficSignal","","",77,null],[13,"LaneInfo","","",77,null],[13,"LaneDebug","","",77,null],[13,"LaneTraffic","","",77,null],[11,"from_id","","",77,[[["app",3],["id",4]],["tab",4]]],[11,"to_id","","",77,[[["app",3]],[["id",4],["option",4]]]],[11,"changed_settings","","",77,[[["panel",3]],[["tab",4],["option",4]]]],[11,"variant","","",77,[[]]],[3,"Details","","",null,null],[12,"unzoomed","","",78,null],[12,"zoomed","","",78,null],[12,"hyperlinks","","",78,null],[12,"warpers","","",78,null],[12,"time_warpers","","",78,null],[12,"can_jump_to_time","","",78,null],[12,"stop_immediately","","If this gets filled out, immediately execute this …",78,null],[11,"new","","Also returnsDetails::stop_immediately
, which can only be …",76,[[["app",3],["eventctx",3],["contextualactions",8],["tab",4]]]],[11,"event","","",76,[[["eventctx",3],["contextualactions",8],["app",3]]]],[11,"draw","","",76,[[["app",3],["gfxctx",3]]]],[11,"active_keys","","",76,[[],["vec",3]]],[11,"active_id","","",76,[[["app",3]],[["id",4],["option",4]]]],[5,"make_table","","",null,[[["vec",3],["eventctx",3]],[["vec",3],["widget",3]]]],[5,"throughput","","",null,[[["app",3],["eventctx",3],["fn",8],["dataoptions",3],["str",15]],["widget",3]]],[5,"make_tabs","","",null,[[["hashmap",3],["eventctx",3],["tab",4],["vec",3]],["widget",3]]],[5,"header_btns","","",null,[[["eventctx",3]],["widget",3]]],[8,"ContextualActions","","",null,null],[10,"actions","","",79,[[["app",3],["id",4]],["vec",3]]],[10,"execute","","",79,[[["app",3],["eventctx",3],["id",4],["string",3],["bool",15]],[["transition",4],["app",3]]]],[10,"is_paused","","",79,[[],["bool",15]]],[10,"gameplay_mode","","",79,[[],["gameplaymode",4]]],[3,"DataOptions","","",null,null],[12,"show_before","","",80,null],[12,"show_end_of_day","","",80,null],[12,"disabled_types","","",80,null],[11,"new","","",80,[[],["dataoptions",3]]],[11,"to_controls","","",80,[[["eventctx",3],["app",3]],["widget",3]]],[11,"from_controls","","",80,[[["panel",3]],["dataoptions",3]]],[11,"disabled_series","","",80,[[],[["hashset",3],["string",3]]]],[0,"layer","game","",null,null],[0,"elevation","game::layer","",null,null],[3,"SteepStreets","game::layer::elevation","",null,null],[12,"tooltip","","",81,null],[12,"unzoomed","","",81,null],[12,"zoomed","","",81,null],[12,"panel","","",81,null],[11,"new","","",81,[[["eventctx",3],["app",3]],["steepstreets",3]]],[17,"INTERSECTION_SEARCH_RADIUS","","",null,null],[17,"CONTOUR_STEP_SIZE","","",null,null],[3,"ElevationContours","","",null,null],[12,"tooltip","","",82,null],[12,"closest_elevation","","",82,null],[12,"unzoomed","","",82,null],[12,"panel","","",82,null],[11,"new","","",82,[[["eventctx",3],["app",3]],["elevationcontours",3]]],[5,"make_contours","","",null,[[["app",3],["eventctx",3],["distance",3]]]],[0,"favorites","game::layer","",null,null],[3,"Favorites","game::layer::favorites","A set of buildings that the player has starred, persisted …",null,null],[12,"buildings","","",83,null],[11,"load","","",83,[[["app",3]],["favorites",3]]],[11,"path","","",83,[[["app",3]],["string",3]]],[11,"contains","","",83,[[["app",3],["buildingid",3]],["bool",15]]],[11,"add","","",83,[[["app",3],["buildingid",3]]]],[11,"remove","","",83,[[["app",3],["buildingid",3]]]],[3,"ShowFavorites","","",null,null],[12,"panel","","",84,null],[12,"draw","","",84,null],[11,"new","","",84,[[["eventctx",3],["app",3]],["showfavorites",3]]],[0,"map","game::layer","",null,null],[3,"BikeActivity","game::layer::map","",null,null],[12,"panel","","",85,null],[12,"time","","",85,null],[12,"unzoomed","","",85,null],[12,"zoomed","","",85,null],[12,"tooltip","","",85,null],[11,"new","","",85,[[["eventctx",3],["app",3]],["bikeactivity",3]]],[3,"Static","","",null,null],[12,"panel","","",86,null],[12,"unzoomed","","",86,null],[12,"zoomed","","",86,null],[12,"name","","",86,null],[11,"new","","",86,[[["colordiscrete",3],["eventctx",3],["str",15],["string",3],["widget",3]],["static",3]]],[11,"edits","","",86,[[["eventctx",3],["app",3]],["static",3]]],[11,"amenities","","",86,[[["eventctx",3],["app",3]],["static",3]]],[11,"no_sidewalks","","",86,[[["eventctx",3],["app",3]],["static",3]]],[11,"blackholes","","",86,[[["eventctx",3],["app",3]],["static",3]]],[3,"CongestionCaps","","",null,null],[12,"panel","","",87,null],[12,"time","","",87,null],[12,"unzoomed","","",87,null],[12,"zoomed","","",87,null],[12,"tooltip","","",87,null],[11,"new","","",87,[[["eventctx",3],["app",3]],["congestioncaps",3]]],[0,"pandemic","game::layer","",null,null],[3,"Pandemic","game::layer::pandemic","",null,null],[12,"time","","",88,null],[12,"opts","","",88,null],[12,"draw","","",88,null],[12,"panel","","",88,null],[11,"new","","",88,[[["eventctx",3],["app",3],["options",3]],["pandemic",3]]],[11,"options","","",88,[[],["options",3]]],[4,"SEIR","","",null,null],[13,"Sane","","",89,null],[13,"Exposed","","",89,null],[13,"Infected","","",89,null],[13,"Recovered","","",89,null],[13,"Dead","","",89,null],[3,"Options","","",null,null],[12,"heatmap","","",90,null],[12,"state","","",90,null],[5,"make_controls","","",null,[[["app",3],["option",4],["eventctx",3],["options",3],["widget",3]],["panel",3]]],[0,"parking","game::layer","",null,null],[3,"Occupancy","game::layer::parking","",null,null],[12,"time","","",91,null],[12,"onstreet","","",91,null],[12,"garages","","",91,null],[12,"lots","","",91,null],[12,"private_bldgs","","",91,null],[12,"looking_for_parking","","",91,null],[12,"unzoomed","","",91,null],[12,"zoomed","","",91,null],[12,"panel","","",91,null],[11,"new","","",91,[[["app",3],["eventctx",3],["bool",15]],["occupancy",3]]],[4,"Loc","","",null,null],[13,"Road","","",92,null],[13,"Bldg","","",92,null],[13,"Lot","","",92,null],[11,"new","","",92,[[["parkingspot",4],["map",3]],["loc",4]]],[3,"Efficiency","","",null,null],[12,"time","","",93,null],[12,"unzoomed","","",93,null],[12,"zoomed","","",93,null],[12,"panel","","",93,null],[11,"new","","",93,[[["eventctx",3],["app",3]],["efficiency",3]]],[0,"population","game::layer","",null,null],[3,"PopulationMap","game::layer::population","",null,null],[12,"time","","",94,null],[12,"opts","","",94,null],[12,"draw","","",94,null],[12,"panel","","",94,null],[11,"new","","",94,[[["eventctx",3],["app",3],["options",3]],["populationmap",3]]],[11,"options","","",94,[[],["options",3]]],[3,"Options","","",null,null],[12,"heatmap","","",95,null],[5,"make_controls","","",null,[[["app",3],["option",4],["eventctx",3],["widget",3],["options",3]],["panel",3]]],[0,"traffic","game::layer","",null,null],[3,"Backpressure","game::layer::traffic","",null,null],[12,"time","","",96,null],[12,"unzoomed","","",96,null],[12,"zoomed","","",96,null],[12,"panel","","",96,null],[11,"new","","",96,[[["eventctx",3],["app",3]],["backpressure",3]]],[3,"Throughput","","",null,null],[12,"time","","",97,null],[12,"agent_types","","",97,null],[12,"tooltip","","",97,null],[12,"unzoomed","","",97,null],[12,"zoomed","","",97,null],[12,"panel","","",97,null],[11,"new","","",97,[[["app",3],["agenttype",4],["btreeset",3],["eventctx",3]],["throughput",3]]],[3,"CompareThroughput","","",null,null],[12,"time","","",98,null],[12,"tooltip","","",98,null],[12,"unzoomed","","",98,null],[12,"zoomed","","",98,null],[12,"panel","","",98,null],[11,"new","","",98,[[["eventctx",3],["app",3]],["comparethroughput",3]]],[3,"TrafficJams","","",null,null],[12,"time","","",99,null],[12,"unzoomed","","",99,null],[12,"zoomed","","",99,null],[12,"panel","","",99,null],[11,"new","","",99,[[["eventctx",3],["app",3]],["trafficjams",3]]],[3,"Jam","","",null,null],[12,"epicenter","","",100,null],[12,"members","","",100,null],[5,"cluster_jams","","",null,[[["map",3],["vec",3]],["vec",3]]],[11,"adjacent_to","","",100,[[["map",3],["intersectionid",3]],["bool",15]]],[11,"all_polygons","","",100,[[["map",3]],[["polygon",3],["vec",3]]]],[3,"Delay","","",null,null],[12,"time","","",101,null],[12,"unzoomed","","",101,null],[12,"panel","","",101,null],[11,"new","","",101,[[["eventctx",3],["app",3]],["delay",3]]],[0,"transit","game::layer","",null,null],[3,"TransitNetwork","game::layer::transit","",null,null],[12,"panel","","",102,null],[12,"unzoomed","","",102,null],[12,"zoomed","","",102,null],[11,"new","","",102,[[["app",3],["eventctx",3],["bool",15]],["transitnetwork",3]]],[8,"Layer","game::layer","",null,null],[10,"name","","",103,[[],[["str",15],["option",4]]]],[10,"event","","",103,[[["eventctx",3],["app",3]],[["layeroutcome",4],["option",4]]]],[10,"draw","","",103,[[["app",3],["gfxctx",3]]]],[10,"draw_minimap","","",103,[[["gfxctx",3]]]],[11,"simple_event","","",103,[[["eventctx",3],["panel",3]],[["layeroutcome",4],["option",4]]]],[4,"LayerOutcome","","",null,null],[13,"Close","","",104,null],[13,"Replace","","",104,null],[3,"PickLayer","","",null,null],[12,"panel","","",105,null],[11,"update","","",105,[[["eventctx",3],["app",3]],[["transition",4],["option",4]]]],[11,"pick","","",105,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[5,"header","","Creates the top row for any layer panel.",null,[[["eventctx",3],["str",15]],["widget",3]]],[17,"PANEL_PLACEMENT","","",null,null],[0,"pregame","game","",null,null],[0,"proposals","game::pregame","",null,null],[3,"Proposals","game::pregame::proposals","",null,null],[12,"panel","","",106,null],[12,"proposals","","",106,null],[12,"current","","",106,null],[11,"new","","",106,[[["app",3],["eventctx",3],["string",3],["option",4]],[["state",8],["box",3]]]],[5,"launch","","",null,[[["eventctx",3],["app",3],["permanentmapedits",3]],[["transition",4],["app",3]]]],[0,"built_info","game::pregame","",null,null],[17,"CI_PLATFORM","game::pregame::built_info","The Continuous Integration platform detected during …",null,null],[17,"PKG_VERSION","","The full version.",null,null],[17,"PKG_VERSION_MAJOR","","The major version.",null,null],[17,"PKG_VERSION_MINOR","","The minor version.",null,null],[17,"PKG_VERSION_PATCH","","The patch version.",null,null],[17,"PKG_VERSION_PRE","","The pre-release version.",null,null],[17,"PKG_AUTHORS","","A colon-separated list of authors.",null,null],[17,"PKG_NAME","","The name of the package.",null,null],[17,"PKG_DESCRIPTION","","The description.",null,null],[17,"PKG_HOMEPAGE","","The homepage.",null,null],[17,"PKG_LICENSE","","The license.",null,null],[17,"PKG_REPOSITORY","","The source repository as advertised in Cargo.toml.",null,null],[17,"TARGET","","The target triple that was being compiled for.",null,null],[17,"HOST","","The host triple of the rust compiler.",null,null],[17,"PROFILE","","release
for release builds,debug
for other builds.",null,null],[17,"RUSTC","","The compiler that cargo resolved to use.",null,null],[17,"RUSTDOC","","The documentation generator that cargo resolved to use.",null,null],[17,"OPT_LEVEL","","Value of OPT_LEVEL for the profile used during …",null,null],[17,"NUM_JOBS","","The parallelism that was specified during compilation.",null,null],[17,"DEBUG","","Value of DEBUG for the profile used during compilation.",null,null],[17,"FEATURES","","The features that were enabled during compilation.",null,null],[17,"FEATURES_STR","","The features as a comma-separated string.",null,null],[17,"RUSTC_VERSION","","The output ofrustc -V
",null,null],[17,"RUSTDOC_VERSION","","The output ofrustdoc -V
",null,null],[17,"BUILT_TIME_UTC","","The built-time in RFC2822, UTC",null,null],[17,"CFG_TARGET_ARCH","","The target architecture, given bycfg!(target_arch)
.",null,null],[17,"CFG_ENDIAN","","The endianness, given bycfg!(target_endian)
.",null,null],[17,"CFG_ENV","","The toolchain-environment, given bycfg!(target_env)
.",null,null],[17,"CFG_FAMILY","","The OS-family, given bycfg!(target_family)
.",null,null],[17,"CFG_OS","","The operating system, given bycfg!(target_os)
.",null,null],[17,"CFG_POINTER_WIDTH","","The pointer width, given bycfg!(target_pointer_width)
.",null,null],[5,"time","","",null,[[],["text",3]]],[3,"TitleScreen","game::pregame","",null,null],[12,"panel","","",107,null],[12,"screensaver","","",107,null],[12,"rng","","",107,null],[11,"new","","",107,[[["eventctx",3],["app",3]],["titlescreen",3]]],[3,"MainMenu","","",null,null],[12,"panel","","",108,null],[11,"new","","",108,[[["eventctx",3]],[["state",8],["box",3]]]],[3,"About","","",null,null],[12,"panel","","",109,null],[11,"new","","",109,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[3,"Screensaver","","",null,null],[12,"line","","",110,null],[12,"started","","",110,null],[11,"bounce","","",110,[[["eventctx",3],["app",3],["xorshiftrng",3]],["screensaver",3]]],[11,"update","","",110,[[["eventctx",3],["app",3],["xorshiftrng",3]]]],[0,"sandbox","game","",null,null],[0,"dashboards","game::sandbox","",null,null],[0,"commuter","game::sandbox::dashboards","",null,null],[3,"CommuterPatterns","game::sandbox::dashboards::commuter","",null,null],[12,"bldg_to_block","","",111,null],[12,"border_to_block","","",111,null],[12,"blocks","","",111,null],[12,"current_block","","",111,null],[12,"filter","","",111,null],[12,"trips_from_block","","",111,null],[12,"trips_to_block","","",111,null],[12,"panel","","",111,null],[12,"draw_all_blocks","","",111,null],[4,"BlockSelection","","",null,null],[13,"NothingSelected","","",112,null],[13,"Unlocked","","",112,null],[13,"Locked","","",112,null],[12,"base","game::sandbox::dashboards::commuter::BlockSelection","",113,null],[12,"compare_to","","",113,null],[3,"PanelState","game::sandbox::dashboards::commuter","",null,null],[12,"building_counts","","",114,null],[12,"max_count","","",114,null],[12,"total_trips","","",114,null],[3,"Block","","",null,null],[12,"id","","",115,null],[12,"bldgs","","",115,null],[12,"borders","","",115,null],[12,"shape","","",115,null],[3,"Filter","","",null,null],[12,"from_block","","",116,null],[12,"include_borders","","",116,null],[12,"depart_from","","",116,null],[12,"depart_until","","",116,null],[12,"modes","","",116,null],[6,"BlockID","","",null,null],[11,"new","","",111,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[11,"count_per_block","","",111,[[["block",3]],["vec",3]]],[11,"build_block_drawable","","",111,[[["app",3],["blockselection",4],["eventctx",3]]]],[11,"redraw_panel","","",111,[[["option",4],["app",3],["eventctx",3],["panelstate",3]]]],[5,"group_bldgs","","",null,[[["app",3]]]],[4,"BorderType","","",null,null],[13,"Incoming","","",117,null],[13,"Outgoing","","",117,null],[13,"Both","","",117,null],[5,"build_shape_for_border","","",null,[[["intersection",3],["bordertype",4],["map",3]],["polygon",3]]],[3,"Loop","","",null,null],[12,"bldgs","","",118,null],[12,"proper","","",118,null],[12,"roads","","",118,null],[5,"partition_sidewalk_loops","","",null,[[["app",3]],[["vec",3],["loop",3]]]],[5,"make_panel","","",null,[[["eventctx",3],["app",3]],["panel",3]]],[0,"generic_trip_table","game::sandbox::dashboards","",null,null],[5,"open_trip_transition","game::sandbox::dashboards::generic_trip_table","",null,[[["app",3],["usize",15]],[["transition",4],["app",3]]]],[5,"preview_trip","","",null,[[["app",3],["gfxctx",3],["panel",3],["geombatch",3]]]],[5,"preview_route","","",null,[[["app",3],["tripid",3],["gfxctx",3],["geombatch",3]]]],[0,"misc","game::sandbox::dashboards","",null,null],[3,"ActiveTraffic","game::sandbox::dashboards::misc","",null,null],[12,"panel","","",119,null],[11,"new","","",119,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[5,"downsample","","",null,[[["vec",3]],["vec",3]]],[3,"TransitRoutes","","",null,null],[12,"panel","","",120,null],[11,"new","","",120,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[0,"parking_overhead","game::sandbox::dashboards","",null,null],[3,"ParkingOverhead","game::sandbox::dashboards::parking_overhead","",null,null],[12,"tab","","",121,null],[12,"table","","",121,null],[12,"panel","","",121,null],[11,"new","","",121,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[3,"Entry","","",null,null],[12,"trip","","",122,null],[12,"total_duration","","",122,null],[12,"driving_duration","","",122,null],[12,"parking_duration","","",122,null],[12,"walking_duration","","",122,null],[12,"percent_overhead","","",122,null],[12,"starts_off_map","","",122,null],[12,"ends_off_map","","",122,null],[3,"Filters","","",null,null],[12,"starts_off_map","","",123,null],[12,"ends_off_map","","",123,null],[5,"produce_raw_data","","",null,[[["app",3]],[["entry",3],["vec",3]]]],[5,"make_table","","",null,[[["app",3]],[["entry",3],["app",3],["table",3],["filters",3]]]],[0,"selector","game::sandbox::dashboards","",null,null],[3,"RectangularSelector","game::sandbox::dashboards::selector","",null,null],[12,"panel","","",124,null],[12,"region","","",124,null],[12,"corners","","",124,null],[11,"new","","",124,[[["eventctx",3],["refcell",3],["rc",3]],[["state",8],["box",3]]]],[0,"summaries","game::sandbox::dashboards","",null,null],[3,"TripSummaries","game::sandbox::dashboards::summaries","",null,null],[12,"panel","","",125,null],[11,"new","","",125,[[["eventctx",3],["app",3],["filter",3]],[["state",8],["box",3]]]],[5,"summary_boxes","","",null,[[["eventctx",3],["app",3],["filter",3]],["widget",3]]],[5,"scatter_plot","","",null,[[["eventctx",3],["app",3],["filter",3]],["widget",3]]],[5,"contingency_table","","",null,[[["eventctx",3],["app",3],["filter",3]],["widget",3]]],[3,"Filter","","",null,null],[12,"changes_pct","","",126,null],[12,"modes","","",126,null],[11,"new","","",126,[[],["filter",3]]],[11,"get_trips","","",126,[[["app",3]],["vec",3]]],[5,"pct_diff","","",null,[[["duration",3]],["f64",15]]],[5,"export_times","","",null,[[["app",3]],[["result",6],["string",3]]]],[0,"traffic_signals","game::sandbox::dashboards","",null,null],[3,"TrafficSignalDemand","game::sandbox::dashboards::traffic_signals","",null,null],[12,"panel","","",127,null],[12,"all_demand","","",127,null],[12,"hour","","",127,null],[12,"draw_all","","",127,null],[12,"selected","","",127,null],[11,"new","","",127,[[["eventctx",3],["app",3]],[["state",8],["box",3]]]],[3,"Demand","","",null,null],[12,"raw","","",128,null],[11,"all_demand","","",128,[[["app",3],["timer",3]],[["demand",3],["hashmap",3],["intersectionid",3]]]],[11,"count","","",128,[[["time",3]],[["movementid",3],["counter",3]]]],[11,"make_arrows","","",128,[[["controltrafficsignal",3],["time",3]],["vec",3]]],[11,"draw_demand","","",128,[[["app",3],["time",3],["eventctx",3],["hashmap",3]],["drawable",3]]],[0,"trip_table","game::sandbox::dashboards","",null,null],[3,"TripTable","game::sandbox::dashboards::trip_table","",null,null],[12,"tab","","",129,null],[12,"table_tabs","","",129,null],[12,"panel","","",129,null],[12,"finished_trips_table","","",129,null],[12,"cancelled_trips_table","","",129,null],[12,"unfinished_trips_table","","",129,null],[12,"recompute_filters","","",129,null],[11,"new","","",129,[[["eventctx",3],["app",3]]]],[3,"FinishedTrip","","",null,null],[12,"id","","",130,null],[12,"mode","","",130,null],[12,"modified","","",130,null],[12,"capped","","",130,null],[12,"start","","",130,null],[12,"end","","",130,null],[12,"departure","","",130,null],[12,"duration_after","","",130,null],[12,"duration_before","","",130,null],[12,"waiting","","",130,null],[12,"percent_waiting","","",130,null],[3,"CancelledTrip","","",null,null],[12,"id","","",131,null],[12,"mode","","",131,null],[12,"departure","","",131,null],[12,"start","","",131,null],[12,"end","","",131,null],[12,"duration_before","","",131,null],[12,"reason","","",131,null],[3,"UnfinishedTrip","","",null,null],[12,"id","","",132,null],[12,"mode","","",132,null],[12,"departure","","",132,null],[12,"duration_before","","",132,null],[3,"Filters","","",null,null],[12,"modes","","",133,null],[12,"off_map_starts","","",133,null],[12,"off_map_ends","","",133,null],[12,"starts_in","","",133,null],[12,"ends_in","","",133,null],[12,"unmodified_trips","","",133,null],[12,"modified_trips","","",133,null],[12,"uncapped_trips","","",133,null],[12,"capped_trips","","",133,null],[5,"produce_raw_data","","",null,[[["app",3]]]],[5,"make_table_finished_trips","","",null,[[["app",3]],[["filters",3],["app",3],["table",3],["finishedtrip",3]]]],[5,"make_table_cancelled_trips","","",null,[[["app",3]],[["filters",3],["app",3],["table",3],["cancelledtrip",3]]]],[5,"make_table_unfinished_trips","","",null,[[["app",3]],[["filters",3],["app",3],["table",3],["unfinishedtrip",3]]]],[4,"DashTab","game::sandbox::dashboards","",null,null],[13,"TripTable","","",134,null],[13,"TripSummaries","","",134,null],[13,"ParkingOverhead","","",134,null],[13,"ActiveTraffic","","",134,null],[13,"TransitRoutes","","",134,null],[13,"CommuterPatterns","","",134,null],[13,"TrafficSignals","","",134,null],[11,"picker","","",134,[[["app",3],["eventctx",3]],["widget",3]]],[11,"transition","","",134,[[["eventctx",3],["app",3],["panel",3]],[["transition",4],["option",4]]]],[0,"gameplay","game::sandbox","",null,null],[0,"actdev","game::sandbox::gameplay","",null,null],[3,"Actdev","game::sandbox::gameplay::actdev","A gameplay mode with specific controls for integration …",null,null],[12,"top_right","","",135,null],[12,"scenario_name","","",135,null],[12,"bg_traffic","","",135,null],[12,"once","","",135,null],[11,"new","","",135,[[["eventctx",3],["string",3],["bool",15]],[["gameplaystate",8],["box",3]]]],[3,"About","","",null,null],[5,"find_active_trip","","",null,[[["app",3]],["option",4]]],[0,"commute","game::sandbox::gameplay","",null,null],[3,"OptimizeCommute","game::sandbox::gameplay::commute","",null,null],[12,"top_right","","",136,null],[12,"person","","",136,null],[12,"mode","","",136,null],[12,"goal","","",136,null],[12,"time","","",136,null],[12,"done","","",136,null],[12,"trips","","",136,null],[12,"once","","",136,null],[11,"new","","",136,[[["app",3],["eventctx",3],["origpersonid",3],["duration",3]],[["gameplaystate",8],["box",3]]]],[11,"cutscene_pt1","","",136,[[["eventctx",3],["app",3],["gameplaymode",4]],[["state",8],["box",3]]]],[11,"cutscene_pt2","","",136,[[["eventctx",3],["app",3],["gameplaymode",4]],[["state",8],["box",3]]]],[5,"get_score","","",null,[[["app",3],["vec",3]]]],[5,"final_score","","",null,[[["app",3],["eventctx",3],["gameplaymode",4],["duration",3]],[["state",8],["box",3]]]],[5,"cutscene_task","","",null,[[["gameplaymode",4]],[["fn",8],["box",3]]]],[0,"fix_traffic_signals","game::sandbox::gameplay","",null,null],[17,"THRESHOLD","game::sandbox::gameplay::fix_traffic_signals","",null,null],[3,"FixTrafficSignals","","",null,null],[12,"top_right","","",137,null],[12,"time","","",137,null],[12,"worst","","",137,null],[12,"done_at","","",137,null],[12,"mode","","",137,null],[11,"new","","",137,[[["eventctx",3]],[["gameplaystate",8],["box",3]]]],[11,"cutscene_pt1","","",137,[[["eventctx",3],["app",3],["gameplaymode",4]],[["state",8],["box",3]]]],[5,"final_score","","",null,[[["app",3],["eventctx",3],["gameplaymode",4],["bool",15]],[["state",8],["box",3]]]],[5,"cutscene_pt1_task","","",null,[[["eventctx",3]],["widget",3]]],[0,"freeform","game::sandbox::gameplay","",null,null],[0,"spawner","game::sandbox::gameplay::freeform","",null,null],[3,"AgentSpawner","game::sandbox::gameplay::freeform::spawner","",null,null],[12,"panel","","",138,null],[12,"start","","",138,null],[12,"goal","","",138,null],[12,"confirmed","","",138,null],[11,"new","","",138,[[["app",3],["eventctx",3],["option",4],["buildingid",3]],[["state",8],["box",3]]]],[3,"Freeform","game::sandbox::gameplay::freeform","",null,null],[12,"top_right","","",139,null],[11,"new","","",139,[[["eventctx",3],["app",3]],[["gameplaystate",8],["box",3]]]],[3,"ChangeScenario","","",null,null],[11,"new","","",140,[[["eventctx",3],["app",3],["str",15]],[["state",8],["box",3]]]],[5,"spawn_agents_around","","",null,[[["app",3],["intersectionid",3]]]],[5,"actions","","",null,[[["app",3],["id",4]],["vec",3]]],[5,"execute","","",null,[[["app",3],["eventctx",3],["id",4],["str",15]],[["transition",4],["app",3]]]],[0,"play_scenario","game::sandbox::gameplay","",null,null],[3,"PlayScenario","game::sandbox::gameplay::play_scenario","",null,null],[12,"top_right","","",141,null],[12,"scenario_name","","",141,null],[12,"modifiers","","",141,null],[11,"new","","",141,[[["app",3],["scenariomodifier",4],["vec",3],["eventctx",3],["string",3]],[["gameplaystate",8],["box",3]]]],[3,"EditScenarioModifiers","","",null,null],[12,"scenario_name","","",142,null],[12,"modifiers","","",142,null],[12,"panel","","",142,null],[11,"new","","",142,[[["scenariomodifier",4],["vec",3],["eventctx",3],["string",3]],[["state",8],["box",3]]]],[3,"ChangeMode","","",null,null],[12,"panel","","",143,null],[12,"scenario_name","","",143,null],[12,"modifiers","","",143,null],[11,"new","","",143,[[["app",3],["scenariomodifier",4],["vec",3],["eventctx",3],["string",3]],[["state",8],["box",3]]]],[0,"tutorial","game::sandbox::gameplay","",null,null],[17,"ESCORT","game::sandbox::gameplay::tutorial","",null,null],[17,"CAR_BIKE_CONTENTION_GOAL","","",null,null],[3,"Tutorial","","",null,null],[12,"top_right","","",144,null],[12,"last_finished_task","","",144,null],[12,"msg_panel","","",144,null],[12,"warped","","",144,null],[3,"TutorialPointer","","",null,null],[12,"stage","","",145,null],[12,"part","","",145,null],[11,"new","","",145,[[["usize",15]],["tutorialpointer",3]]],[11,"start","","Launches the tutorial gameplay along with its cutscene",144,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"initialize","","Idempotent. This must be called beforemake_gameplay
or …",144,[[["eventctx",3],["app",3]]]],[11,"make_gameplay","","",144,[[["eventctx",3],["app",3],["tutorialpointer",3]],[["gameplaystate",8],["box",3]]]],[11,"scenario","","",144,[[["app",3],["tutorialpointer",3]],[["option",4],["scenariogenerator",3]]]],[11,"inner_event","","",144,[[["app",3],["eventctx",3],["sandboxcontrols",3],["tutorialstate",3]],[["transition",4],["option",4]]]],[4,"Task","","",null,null],[13,"Nil","","",146,null],[13,"Camera","","",146,null],[13,"InspectObjects","","",146,null],[13,"TimeControls","","",146,null],[13,"PauseResume","","",146,null],[13,"Escort","","",146,null],[13,"LowParking","","",146,null],[13,"WatchBikes","","",146,null],[13,"FixBikes","","",146,null],[13,"Done","","",146,null],[11,"top_txt","","",146,[[["tutorialstate",3]],["text",3]]],[11,"label","","",146,[[],["str",15]]],[3,"Stage","","",null,null],[12,"messages","","",147,null],[12,"task","","",147,null],[12,"warp_to","","",147,null],[12,"custom_spawn","","",147,null],[12,"make_scenario","","",147,null],[5,"arrow","","",null,[[["screenpt",3]],[["option",4],["box",3]]]],[11,"new","","",147,[[["task",4]],["stage",3]]],[11,"msg","","",147,[[["box",3],["into",8],["vec",3],["string",3],["option",4]],["stage",3]]],[11,"left_aligned_msg","","",147,[[["box",3],["into",8],["vec",3],["string",3],["option",4]],["stage",3]]],[11,"warp_to","","",147,[[["f64",15],["id",4],["option",4]],["stage",3]]],[11,"custom_spawn","","",147,[[["box",3],["fn",8]],["stage",3]]],[11,"scenario","","",147,[[["scenariogenerator",3]],["stage",3]]],[3,"TutorialState","","",null,null],[12,"stages","","",148,null],[12,"current","","",148,null],[12,"window_dims","","",148,null],[12,"inspected_bike_lane","","",148,null],[12,"inspected_building","","",148,null],[12,"inspected_stop_sign","","",148,null],[12,"inspected_border","","",148,null],[12,"was_paused","","",148,null],[12,"num_pauses","","",148,null],[12,"following_car","","",148,null],[12,"car_parked","","",148,null],[12,"prank_done","","",148,null],[12,"parking_found","","",148,null],[12,"score_delivered","","",148,null],[12,"fire_station","","",148,null],[5,"make_bike_lane_scenario","","",null,[[["map",3]],["scenariogenerator",3]]],[5,"transition","","",null,[[["tutorialstate",3],["app",3]],[["transition",4],["app",3]]]],[11,"reset_state","","",148,[[]]],[11,"stage","","",148,[[],["stage",3]]],[11,"interaction","","",148,[[],["task",4]]],[11,"lines","","",148,[[],["option",4]]],[11,"next","","",148,[[]]],[11,"prev","","",148,[[]]],[11,"make_top_right","","",148,[[["eventctx",3],["bool",15]],["panel",3]]],[11,"make_state","","",148,[[["eventctx",3],["app",3]],[["gameplaystate",8],["box",3]]]],[11,"new","","",148,[[["eventctx",3],["app",3]],["tutorialstate",3]]],[11,"scenarios_to_prebake","","",148,[[["map",3]],[["vec",3],["scenariogenerator",3]]]],[5,"actions","","",null,[[["app",3],["id",4]],["vec",3]]],[5,"execute","","",null,[[["app",3],["eventctx",3],["id",4],["str",15]],[["transition",4],["app",3]]]],[5,"intro_story","","",null,[[["eventctx",3]],[["state",8],["box",3]]]],[5,"bldg","","",null,[[["i64",15]],["osmid",4]]],[4,"GameplayMode","game::sandbox::gameplay","",null,null],[13,"Freeform","","",149,null],[13,"PlayScenario","","",149,null],[13,"FixTrafficSignals","","",149,null],[13,"OptimizeCommute","","",149,null],[13,"Actdev","","",149,null],[13,"Tutorial","","",149,null],[8,"GameplayState","","",null,null],[10,"event","","",150,[[["app",3],["eventctx",3],["sandboxcontrols",3],["actions",3]],[["transition",4],["option",4]]]],[10,"draw","","",150,[[["app",3],["gfxctx",3]]]],[11,"on_destroy","","",150,[[["app",3]]]],[10,"recreate_panels","","",150,[[["eventctx",3],["app",3]]]],[11,"can_move_canvas","","",150,[[],["bool",15]]],[11,"can_examine_objects","","",150,[[],["bool",15]]],[11,"has_common","","",150,[[],["bool",15]]],[11,"has_tool_panel","","",150,[[],["bool",15]]],[11,"has_time_panel","","",150,[[],["bool",15]]],[11,"has_minimap","","",150,[[],["bool",15]]],[11,"is","","Returns true if the trait object wraps an object of type …",150,[[],["bool",15]]],[11,"downcast","","Returns a boxed object from a boxed trait object if the …",150,[[["box",3]],[["box",3],["result",4],["box",3]]]],[11,"downcast_rc","","Returns anRc
-ed object from anRc
-ed trait object if the …",150,[[["rc",3]],[["result",4],["rc",3],["rc",3]]]],[11,"downcast_ref","","Returns a reference to the object within the trait object …",150,[[],["option",4]]],[11,"downcast_mut","","Returns a mutable reference to the object within the …",150,[[],["option",4]]],[4,"LoadScenario","","",null,null],[13,"Nothing","","",151,null],[13,"Path","","",151,null],[13,"Scenario","","",151,null],[13,"Future","","",151,null],[11,"map_name","","",149,[[],["mapname",3]]],[11,"scenario","","",149,[[["app",3],["timer",3],["xorshiftrng",3]],["loadscenario",4]]],[11,"can_edit_lanes","","",149,[[],["bool",15]]],[11,"can_edit_stop_signs","","",149,[[],["bool",15]]],[11,"can_jump_to_time","","",149,[[],["bool",15]]],[11,"allows","","",149,[[["mapedits",3]],["bool",15]]],[11,"initialize","","Must be called after the scenario has been setup. The …",149,[[["eventctx",3],["app",3]],[["gameplaystate",8],["box",3]]]],[5,"challenge_header","","",null,[[["eventctx",3],["str",15]],["widget",3]]],[3,"FinalScore","","",null,null],[12,"panel","","",152,null],[12,"retry","","",152,null],[12,"next_mode","","",152,null],[12,"chose_next","","",152,null],[12,"chose_back_to_challenges","","",152,null],[11,"new","","",152,[[["app",3],["eventctx",3],["string",3],["gameplaymode",4],["option",4]],[["state",8],["box",3]]]],[0,"minimap","game::sandbox","",null,null],[3,"MinimapController","game::sandbox::minimap","",null,null],[5,"make_agent_toggles","","is_enabled
: are (car, bike, bus, pedestrian) toggles …",null,[[["eventctx",3],["app",3]],[["vec",3],["widget",3]]]],[5,"make_tool_panel","","",null,[[["eventctx",3],["app",3]],["widget",3]]],[0,"misc_tools","game::sandbox","",null,null],[3,"RoutePreview","game::sandbox::misc_tools","Draws a preview of the path for the agent under the mouse …",null,null],[12,"preview","","",153,null],[11,"new","","",153,[[],["routepreview",3]]],[11,"event","","",153,[[["eventctx",3],["app",3]],[["transition",4],["option",4]]]],[11,"draw","","",153,[[["gfxctx",3]]]],[3,"TrafficRecorder","","",null,null],[12,"members","","",154,null],[12,"panel","","",154,null],[11,"new","","",154,[[["eventctx",3],["btreeset",3],["intersectionid",3]],[["state",8],["box",3]]]],[5,"make_btn","","",null,[[["eventctx",3],["usize",15]],["widget",3]]],[0,"speed","game::sandbox","",null,null],[3,"TimePanel","game::sandbox::speed","",null,null],[12,"panel","","",155,null],[12,"override_height","","",155,null],[12,"time","","",155,null],[12,"paused","","",155,null],[12,"setting","","",155,null],[12,"baseline_finished_trips","","",155,null],[4,"SpeedSetting","","",null,null],[13,"Realtime","","1 sim second per real second",156,null],[13,"Fast","","5 sim seconds per real second",156,null],[13,"Faster","","30 sim seconds per real second",156,null],[13,"Fastest","","1 sim hour per real second",156,null],[11,"new","","",155,[[["eventctx",3],["app",3]],["timepanel",3]]],[11,"recreate_panel","","",155,[[["eventctx",3],["app",3]]]],[11,"trips_completion_bar","","",155,[[["app",3],["eventctx",3]],["widget",3]]],[11,"create_time_panel","","",155,[[["app",3],["eventctx",3]],["widget",3]]],[11,"event","","",155,[[["gameplaymode",4],["app",3],["option",4],["eventctx",3]],[["transition",4],["option",4]]]],[11,"draw","","",155,[[["gfxctx",3]]]],[11,"pause","","",155,[[["eventctx",3],["app",3]]]],[11,"resume","","",155,[[["eventctx",3],["app",3],["speedsetting",4]]]],[11,"is_paused","","",155,[[],["bool",15]]],[0,"time_warp","game::sandbox","",null,null],[3,"JumpToTime","game::sandbox::time_warp","",null,null],[12,"panel","","",157,null],[12,"target","","",157,null],[12,"maybe_mode","","",157,null],[12,"tabs","","",157,null],[11,"new","","",157,[[["app",3],["eventctx",3],["gameplaymode",4],["option",4]],[["state",8],["box",3]]]],[3,"TimeWarpScreen","","",null,null],[12,"target","","",158,null],[12,"wall_time_started","","",158,null],[12,"sim_time_started","","",158,null],[12,"halt_upon_delay","","",158,null],[12,"panel","","",158,null],[11,"new","","",158,[[["app",3],["time",3],["eventctx",3],["duration",3],["option",4]],[["state",8],["box",3]]]],[5,"area_under_curve","","",null,[[["vec",3],["f64",15]],["polygon",3]]],[5,"compare_count","","",null,[[["usize",15]],["string",3]]],[5,"build_jump_to_time_btn","","",null,[[["eventctx",3],["time",3]],["widget",3]]],[5,"build_jump_to_delay_button","","",null,[[["duration",3],["eventctx",3]],["widget",3]]],[3,"SandboxMode","game::sandbox","",null,null],[12,"gameplay","","",159,null],[12,"gameplay_mode","","",159,null],[12,"controls","","",159,null],[12,"recalc_unzoomed_agent","","",159,null],[12,"last_cs","","",159,null],[3,"SandboxControls","","",null,null],[12,"common","","",160,null],[12,"route_preview","","",160,null],[12,"tool_panel","","",160,null],[12,"time_panel","","",160,null],[12,"minimap","","",160,null],[11,"simple_new","","If you don\'t need to chain any transitions after the …",159,[[["gameplaymode",4],["app",3]],[["state",8],["box",3]]]],[11,"async_new","","This does not immediately initialize anything (like …",159,[[["app",3],["box",3],["gameplaymode",4],["fnonce",8]],[["state",8],["box",3]]]],[11,"contextual_actions","","",159,[[],["actions",3]]],[5,"maybe_exit_sandbox","","",null,[[["eventctx",3]],[["transition",4],["app",3]]]],[3,"BackToMainMenu","","",null,null],[3,"Actions","","",null,null],[12,"is_paused","","",161,null],[12,"can_interact","","",161,null],[12,"gameplay","","",161,null],[4,"LoadStage","","",null,null],[13,"LoadingMap","","",162,null],[13,"LoadingScenario","","",162,null],[13,"GotScenario","","",162,null],[13,"LoadingPrebaked","","",162,null],[13,"GotPrebaked","","",162,null],[13,"Finalizing","","",162,null],[3,"SandboxLoader","","",null,null],[12,"stage","","",163,null],[12,"mode","","",163,null],[12,"finalize","","",163,null],[5,"mouseover_unzoomed_agent_circle","","",null,[[["eventctx",3],["app",3]]]],[5,"is_daytime","","",null,[[["app",3]],["bool",15]]],[11,"new","","",160,[[["eventctx",3],["app",3],["box",3]],["sandboxcontrols",3]]],[11,"recreate_panels","","",160,[[["eventctx",3],["app",3]]]],[5,"main","game","",null,[[]]],[5,"run","","",null,[[["settings",3]]]],[5,"setup_app","","",null,[[["flags",3],["option",4],["bool",15],["gameplaymode",4],["options",3],["option",4],["eventctx",3],["string",3],["option",4],["duration",3]]]],[5,"finish_app_setup","","",null,[[["option",4],["bool",15],["gameplaymode",4],["option",4],["app",3],["eventctx",3],["string",3],["option",4],["duration",3]],[["vec",3],["box",3]]]],[11,"from","game::app","",0,[[]]],[11,"into","","",0,[[]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"vzip","","",0,[[]]],[11,"into_any","","",0,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",0,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",0,[[],["any",8]]],[11,"as_any_mut","","",0,[[],["any",8]]],[11,"from","","",1,[[]]],[11,"into","","",1,[[]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"vzip","","",1,[[]]],[11,"into_any","","",1,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",1,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",1,[[],["any",8]]],[11,"as_any_mut","","",1,[[],["any",8]]],[11,"into_any_arc","","",1,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",3,[[]]],[11,"into","","",3,[[]]],[11,"borrow","","",3,[[]]],[11,"borrow_mut","","",3,[[]]],[11,"try_from","","",3,[[],["result",4]]],[11,"try_into","","",3,[[],["result",4]]],[11,"type_id","","",3,[[],["typeid",3]]],[11,"vzip","","",3,[[]]],[11,"into_any","","",3,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",3,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",3,[[],["any",8]]],[11,"as_any_mut","","",3,[[],["any",8]]],[11,"into_any_arc","","",3,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",4,[[]]],[11,"into","","",4,[[]]],[11,"to_owned","","",4,[[]]],[11,"clone_into","","",4,[[]]],[11,"borrow","","",4,[[]]],[11,"borrow_mut","","",4,[[]]],[11,"try_from","","",4,[[],["result",4]]],[11,"try_into","","",4,[[],["result",4]]],[11,"type_id","","",4,[[],["typeid",3]]],[11,"vzip","","",4,[[]]],[11,"into_any","","",4,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",4,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",4,[[],["any",8]]],[11,"as_any_mut","","",4,[[],["any",8]]],[11,"into_any_arc","","",4,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",5,[[]]],[11,"into","","",5,[[]]],[11,"borrow","","",5,[[]]],[11,"borrow_mut","","",5,[[]]],[11,"try_from","","",5,[[],["result",4]]],[11,"try_into","","",5,[[],["result",4]]],[11,"type_id","","",5,[[],["typeid",3]]],[11,"vzip","","",5,[[]]],[11,"into_any","","",5,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",5,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",5,[[],["any",8]]],[11,"as_any_mut","","",5,[[],["any",8]]],[11,"from","","",6,[[]]],[11,"into","","",6,[[]]],[11,"borrow","","",6,[[]]],[11,"borrow_mut","","",6,[[]]],[11,"try_from","","",6,[[],["result",4]]],[11,"try_into","","",6,[[],["result",4]]],[11,"type_id","","",6,[[],["typeid",3]]],[11,"vzip","","",6,[[]]],[11,"into_any","","",6,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",6,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",6,[[],["any",8]]],[11,"as_any_mut","","",6,[[],["any",8]]],[11,"from","","",7,[[]]],[11,"into","","",7,[[]]],[11,"borrow","","",7,[[]]],[11,"borrow_mut","","",7,[[]]],[11,"try_from","","",7,[[],["result",4]]],[11,"try_into","","",7,[[],["result",4]]],[11,"type_id","","",7,[[],["typeid",3]]],[11,"vzip","","",7,[[]]],[11,"into_any","","",7,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",7,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",7,[[],["any",8]]],[11,"as_any_mut","","",7,[[],["any",8]]],[11,"into_any_arc","","",7,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",8,[[]]],[11,"into","","",8,[[]]],[11,"borrow","","",8,[[]]],[11,"borrow_mut","","",8,[[]]],[11,"try_from","","",8,[[],["result",4]]],[11,"try_into","","",8,[[],["result",4]]],[11,"type_id","","",8,[[],["typeid",3]]],[11,"vzip","","",8,[[]]],[11,"into_any","","",8,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",8,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",8,[[],["any",8]]],[11,"as_any_mut","","",8,[[],["any",8]]],[11,"into_any_arc","","",8,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::challenges::cutscene","",9,[[]]],[11,"into","","",9,[[]]],[11,"borrow","","",9,[[]]],[11,"borrow_mut","","",9,[[]]],[11,"try_from","","",9,[[],["result",4]]],[11,"try_into","","",9,[[],["result",4]]],[11,"type_id","","",9,[[],["typeid",3]]],[11,"vzip","","",9,[[]]],[11,"into_any","","",9,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",9,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",9,[[],["any",8]]],[11,"as_any_mut","","",9,[[],["any",8]]],[11,"into_any_arc","","",9,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",10,[[]]],[11,"into","","",10,[[]]],[11,"borrow","","",10,[[]]],[11,"borrow_mut","","",10,[[]]],[11,"try_from","","",10,[[],["result",4]]],[11,"try_into","","",10,[[],["result",4]]],[11,"type_id","","",10,[[],["typeid",3]]],[11,"vzip","","",10,[[]]],[11,"into_any","","",10,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",10,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",10,[[],["any",8]]],[11,"as_any_mut","","",10,[[],["any",8]]],[11,"into_any_arc","","",10,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",11,[[]]],[11,"into","","",11,[[]]],[11,"borrow","","",11,[[]]],[11,"borrow_mut","","",11,[[]]],[11,"try_from","","",11,[[],["result",4]]],[11,"try_into","","",11,[[],["result",4]]],[11,"type_id","","",11,[[],["typeid",3]]],[11,"vzip","","",11,[[]]],[11,"into_any","","",11,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",11,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",11,[[],["any",8]]],[11,"as_any_mut","","",11,[[],["any",8]]],[11,"into_any_arc","","",11,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",12,[[]]],[11,"into","","",12,[[]]],[11,"borrow","","",12,[[]]],[11,"borrow_mut","","",12,[[]]],[11,"try_from","","",12,[[],["result",4]]],[11,"try_into","","",12,[[],["result",4]]],[11,"type_id","","",12,[[],["typeid",3]]],[11,"vzip","","",12,[[]]],[11,"into_any","","",12,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",12,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",12,[[],["any",8]]],[11,"as_any_mut","","",12,[[],["any",8]]],[11,"from","","",13,[[]]],[11,"into","","",13,[[]]],[11,"borrow","","",13,[[]]],[11,"borrow_mut","","",13,[[]]],[11,"try_from","","",13,[[],["result",4]]],[11,"try_into","","",13,[[],["result",4]]],[11,"type_id","","",13,[[],["typeid",3]]],[11,"vzip","","",13,[[]]],[11,"into_any","","",13,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",13,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",13,[[],["any",8]]],[11,"as_any_mut","","",13,[[],["any",8]]],[11,"from","game::challenges","",14,[[]]],[11,"into","","",14,[[]]],[11,"borrow","","",14,[[]]],[11,"borrow_mut","","",14,[[]]],[11,"try_from","","",14,[[],["result",4]]],[11,"try_into","","",14,[[],["result",4]]],[11,"type_id","","",14,[[],["typeid",3]]],[11,"vzip","","",14,[[]]],[11,"into_any","","",14,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",14,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",14,[[],["any",8]]],[11,"as_any_mut","","",14,[[],["any",8]]],[11,"into_any_arc","","",14,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",15,[[]]],[11,"into","","",15,[[]]],[11,"borrow","","",15,[[]]],[11,"borrow_mut","","",15,[[]]],[11,"try_from","","",15,[[],["result",4]]],[11,"try_into","","",15,[[],["result",4]]],[11,"type_id","","",15,[[],["typeid",3]]],[11,"vzip","","",15,[[]]],[11,"into_any","","",15,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",15,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",15,[[],["any",8]]],[11,"as_any_mut","","",15,[[],["any",8]]],[11,"into_any_arc","","",15,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",16,[[]]],[11,"into","","",16,[[]]],[11,"borrow","","",16,[[]]],[11,"borrow_mut","","",16,[[]]],[11,"try_from","","",16,[[],["result",4]]],[11,"try_into","","",16,[[],["result",4]]],[11,"type_id","","",16,[[],["typeid",3]]],[11,"vzip","","",16,[[]]],[11,"into_any","","",16,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",16,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",16,[[],["any",8]]],[11,"as_any_mut","","",16,[[],["any",8]]],[11,"from","game::common::warp","",17,[[]]],[11,"into","","",17,[[]]],[11,"borrow","","",17,[[]]],[11,"borrow_mut","","",17,[[]]],[11,"try_from","","",17,[[],["result",4]]],[11,"try_into","","",17,[[],["result",4]]],[11,"type_id","","",17,[[],["typeid",3]]],[11,"vzip","","",17,[[]]],[11,"into_any","","",17,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",17,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",17,[[],["any",8]]],[11,"as_any_mut","","",17,[[],["any",8]]],[11,"into_any_arc","","",17,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",18,[[]]],[11,"into","","",18,[[]]],[11,"borrow","","",18,[[]]],[11,"borrow_mut","","",18,[[]]],[11,"try_from","","",18,[[],["result",4]]],[11,"try_into","","",18,[[],["result",4]]],[11,"type_id","","",18,[[],["typeid",3]]],[11,"vzip","","",18,[[]]],[11,"into_any","","",18,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",18,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",18,[[],["any",8]]],[11,"as_any_mut","","",18,[[],["any",8]]],[11,"from","game::common","",19,[[]]],[11,"into","","",19,[[]]],[11,"borrow","","",19,[[]]],[11,"borrow_mut","","",19,[[]]],[11,"try_from","","",19,[[],["result",4]]],[11,"try_into","","",19,[[],["result",4]]],[11,"type_id","","",19,[[],["typeid",3]]],[11,"vzip","","",19,[[]]],[11,"into_any","","",19,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",19,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",19,[[],["any",8]]],[11,"as_any_mut","","",19,[[],["any",8]]],[11,"from","game::debug::blocked_by","",20,[[]]],[11,"into","","",20,[[]]],[11,"borrow","","",20,[[]]],[11,"borrow_mut","","",20,[[]]],[11,"try_from","","",20,[[],["result",4]]],[11,"try_into","","",20,[[],["result",4]]],[11,"type_id","","",20,[[],["typeid",3]]],[11,"vzip","","",20,[[]]],[11,"into_any","","",20,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",20,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",20,[[],["any",8]]],[11,"as_any_mut","","",20,[[],["any",8]]],[11,"from","game::debug::floodfill","",21,[[]]],[11,"into","","",21,[[]]],[11,"borrow","","",21,[[]]],[11,"borrow_mut","","",21,[[]]],[11,"try_from","","",21,[[],["result",4]]],[11,"try_into","","",21,[[],["result",4]]],[11,"type_id","","",21,[[],["typeid",3]]],[11,"vzip","","",21,[[]]],[11,"into_any","","",21,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",21,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",21,[[],["any",8]]],[11,"as_any_mut","","",21,[[],["any",8]]],[11,"from","","",22,[[]]],[11,"into","","",22,[[]]],[11,"to_owned","","",22,[[]]],[11,"clone_into","","",22,[[]]],[11,"borrow","","",22,[[]]],[11,"borrow_mut","","",22,[[]]],[11,"try_from","","",22,[[],["result",4]]],[11,"try_into","","",22,[[],["result",4]]],[11,"type_id","","",22,[[],["typeid",3]]],[11,"vzip","","",22,[[]]],[11,"into_any","","",22,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",22,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",22,[[],["any",8]]],[11,"as_any_mut","","",22,[[],["any",8]]],[11,"into_any_arc","","",22,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::debug::objects","",23,[[]]],[11,"into","","",23,[[]]],[11,"borrow","","",23,[[]]],[11,"borrow_mut","","",23,[[]]],[11,"try_from","","",23,[[],["result",4]]],[11,"try_into","","",23,[[],["result",4]]],[11,"type_id","","",23,[[],["typeid",3]]],[11,"vzip","","",23,[[]]],[11,"into_any","","",23,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",23,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",23,[[],["any",8]]],[11,"as_any_mut","","",23,[[],["any",8]]],[11,"into_any_arc","","",23,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::debug::path_counter","",24,[[]]],[11,"into","","",24,[[]]],[11,"borrow","","",24,[[]]],[11,"borrow_mut","","",24,[[]]],[11,"try_from","","",24,[[],["result",4]]],[11,"try_into","","",24,[[],["result",4]]],[11,"type_id","","",24,[[],["typeid",3]]],[11,"vzip","","",24,[[]]],[11,"into_any","","",24,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",24,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",24,[[],["any",8]]],[11,"as_any_mut","","",24,[[],["any",8]]],[11,"from","game::debug::polygons","",25,[[]]],[11,"into","","",25,[[]]],[11,"borrow","","",25,[[]]],[11,"borrow_mut","","",25,[[]]],[11,"try_from","","",25,[[],["result",4]]],[11,"try_into","","",25,[[],["result",4]]],[11,"type_id","","",25,[[],["typeid",3]]],[11,"vzip","","",25,[[]]],[11,"into_any","","",25,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",25,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",25,[[],["any",8]]],[11,"as_any_mut","","",25,[[],["any",8]]],[11,"from","","",26,[[]]],[11,"into","","",26,[[]]],[11,"borrow","","",26,[[]]],[11,"borrow_mut","","",26,[[]]],[11,"try_from","","",26,[[],["result",4]]],[11,"try_into","","",26,[[],["result",4]]],[11,"type_id","","",26,[[],["typeid",3]]],[11,"vzip","","",26,[[]]],[11,"into_any","","",26,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",26,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",26,[[],["any",8]]],[11,"as_any_mut","","",26,[[],["any",8]]],[11,"into_any_arc","","",26,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::debug::routes","",27,[[]]],[11,"into","","",27,[[]]],[11,"borrow","","",27,[[]]],[11,"borrow_mut","","",27,[[]]],[11,"try_from","","",27,[[],["result",4]]],[11,"try_into","","",27,[[],["result",4]]],[11,"type_id","","",27,[[],["typeid",3]]],[11,"vzip","","",27,[[]]],[11,"into_any","","",27,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",27,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",27,[[],["any",8]]],[11,"as_any_mut","","",27,[[],["any",8]]],[11,"from","","",28,[[]]],[11,"into","","",28,[[]]],[11,"borrow","","",28,[[]]],[11,"borrow_mut","","",28,[[]]],[11,"try_from","","",28,[[],["result",4]]],[11,"try_into","","",28,[[],["result",4]]],[11,"type_id","","",28,[[],["typeid",3]]],[11,"vzip","","",28,[[]]],[11,"into_any","","",28,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",28,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",28,[[],["any",8]]],[11,"as_any_mut","","",28,[[],["any",8]]],[11,"from","","",29,[[]]],[11,"into","","",29,[[]]],[11,"borrow","","",29,[[]]],[11,"borrow_mut","","",29,[[]]],[11,"try_from","","",29,[[],["result",4]]],[11,"try_into","","",29,[[],["result",4]]],[11,"type_id","","",29,[[],["typeid",3]]],[11,"vzip","","",29,[[]]],[11,"into_any","","",29,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",29,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",29,[[],["any",8]]],[11,"as_any_mut","","",29,[[],["any",8]]],[11,"from","game::debug::uber_turns","",30,[[]]],[11,"into","","",30,[[]]],[11,"borrow","","",30,[[]]],[11,"borrow_mut","","",30,[[]]],[11,"try_from","","",30,[[],["result",4]]],[11,"try_into","","",30,[[],["result",4]]],[11,"type_id","","",30,[[],["typeid",3]]],[11,"vzip","","",30,[[]]],[11,"into_any","","",30,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",30,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",30,[[],["any",8]]],[11,"as_any_mut","","",30,[[],["any",8]]],[11,"into_any_arc","","",30,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",31,[[]]],[11,"into","","",31,[[]]],[11,"borrow","","",31,[[]]],[11,"borrow_mut","","",31,[[]]],[11,"try_from","","",31,[[],["result",4]]],[11,"try_into","","",31,[[],["result",4]]],[11,"type_id","","",31,[[],["typeid",3]]],[11,"vzip","","",31,[[]]],[11,"into_any","","",31,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",31,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",31,[[],["any",8]]],[11,"as_any_mut","","",31,[[],["any",8]]],[11,"into_any_arc","","",31,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::debug","",32,[[]]],[11,"into","","",32,[[]]],[11,"borrow","","",32,[[]]],[11,"borrow_mut","","",32,[[]]],[11,"try_from","","",32,[[],["result",4]]],[11,"try_into","","",32,[[],["result",4]]],[11,"type_id","","",32,[[],["typeid",3]]],[11,"vzip","","",32,[[]]],[11,"into_any","","",32,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",32,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",32,[[],["any",8]]],[11,"as_any_mut","","",32,[[],["any",8]]],[11,"from","","",33,[[]]],[11,"into","","",33,[[]]],[11,"borrow","","",33,[[]]],[11,"borrow_mut","","",33,[[]]],[11,"try_from","","",33,[[],["result",4]]],[11,"try_into","","",33,[[],["result",4]]],[11,"type_id","","",33,[[],["typeid",3]]],[11,"vzip","","",33,[[]]],[11,"into_any","","",33,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",33,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",33,[[],["any",8]]],[11,"as_any_mut","","",33,[[],["any",8]]],[11,"into_any_arc","","",33,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",164,[[]]],[11,"into","","",164,[[]]],[11,"borrow","","",164,[[]]],[11,"borrow_mut","","",164,[[]]],[11,"try_from","","",164,[[],["result",4]]],[11,"try_into","","",164,[[],["result",4]]],[11,"type_id","","",164,[[],["typeid",3]]],[11,"vzip","","",164,[[]]],[11,"into_any","","",164,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",164,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",164,[[],["any",8]]],[11,"as_any_mut","","",164,[[],["any",8]]],[11,"into_any_arc","","",164,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",34,[[]]],[11,"into","","",34,[[]]],[11,"borrow","","",34,[[]]],[11,"borrow_mut","","",34,[[]]],[11,"try_from","","",34,[[],["result",4]]],[11,"try_into","","",34,[[],["result",4]]],[11,"type_id","","",34,[[],["typeid",3]]],[11,"vzip","","",34,[[]]],[11,"into_any","","",34,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",34,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",34,[[],["any",8]]],[11,"as_any_mut","","",34,[[],["any",8]]],[11,"into_any_arc","","",34,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::devtools::collisions","",35,[[]]],[11,"into","","",35,[[]]],[11,"borrow","","",35,[[]]],[11,"borrow_mut","","",35,[[]]],[11,"try_from","","",35,[[],["result",4]]],[11,"try_into","","",35,[[],["result",4]]],[11,"type_id","","",35,[[],["typeid",3]]],[11,"vzip","","",35,[[]]],[11,"into_any","","",35,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",35,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",35,[[],["any",8]]],[11,"as_any_mut","","",35,[[],["any",8]]],[11,"from","","",36,[[]]],[11,"into","","",36,[[]]],[11,"borrow","","",36,[[]]],[11,"borrow_mut","","",36,[[]]],[11,"try_from","","",36,[[],["result",4]]],[11,"try_into","","",36,[[],["result",4]]],[11,"type_id","","",36,[[],["typeid",3]]],[11,"vzip","","",36,[[]]],[11,"into_any","","",36,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",36,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",36,[[],["any",8]]],[11,"as_any_mut","","",36,[[],["any",8]]],[11,"into_any_arc","","",36,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",37,[[]]],[11,"into","","",37,[[]]],[11,"borrow","","",37,[[]]],[11,"borrow_mut","","",37,[[]]],[11,"try_from","","",37,[[],["result",4]]],[11,"try_into","","",37,[[],["result",4]]],[11,"type_id","","",37,[[],["typeid",3]]],[11,"vzip","","",37,[[]]],[11,"into_any","","",37,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",37,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",37,[[],["any",8]]],[11,"as_any_mut","","",37,[[],["any",8]]],[11,"into_any_arc","","",37,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",40,[[]]],[11,"into","","",40,[[]]],[11,"borrow","","",40,[[]]],[11,"borrow_mut","","",40,[[]]],[11,"try_from","","",40,[[],["result",4]]],[11,"try_into","","",40,[[],["result",4]]],[11,"type_id","","",40,[[],["typeid",3]]],[11,"vzip","","",40,[[]]],[11,"into_any","","",40,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",40,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",40,[[],["any",8]]],[11,"as_any_mut","","",40,[[],["any",8]]],[11,"from","game::devtools::destinations","",41,[[]]],[11,"into","","",41,[[]]],[11,"borrow","","",41,[[]]],[11,"borrow_mut","","",41,[[]]],[11,"try_from","","",41,[[],["result",4]]],[11,"try_into","","",41,[[],["result",4]]],[11,"type_id","","",41,[[],["typeid",3]]],[11,"vzip","","",41,[[]]],[11,"into_any","","",41,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",41,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",41,[[],["any",8]]],[11,"as_any_mut","","",41,[[],["any",8]]],[11,"from","game::devtools::kml","",42,[[]]],[11,"into","","",42,[[]]],[11,"borrow","","",42,[[]]],[11,"borrow_mut","","",42,[[]]],[11,"try_from","","",42,[[],["result",4]]],[11,"try_into","","",42,[[],["result",4]]],[11,"type_id","","",42,[[],["typeid",3]]],[11,"vzip","","",42,[[]]],[11,"into_any","","",42,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",42,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",42,[[],["any",8]]],[11,"as_any_mut","","",42,[[],["any",8]]],[11,"from","","",43,[[]]],[11,"into","","",43,[[]]],[11,"borrow","","",43,[[]]],[11,"borrow_mut","","",43,[[]]],[11,"try_from","","",43,[[],["result",4]]],[11,"try_into","","",43,[[],["result",4]]],[11,"type_id","","",43,[[],["typeid",3]]],[11,"vzip","","",43,[[]]],[11,"into_any","","",43,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",43,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",43,[[],["any",8]]],[11,"as_any_mut","","",43,[[],["any",8]]],[11,"into_any_arc","","",43,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::devtools::polygon","",44,[[]]],[11,"into","","",44,[[]]],[11,"borrow","","",44,[[]]],[11,"borrow_mut","","",44,[[]]],[11,"try_from","","",44,[[],["result",4]]],[11,"try_into","","",44,[[],["result",4]]],[11,"type_id","","",44,[[],["typeid",3]]],[11,"vzip","","",44,[[]]],[11,"into_any","","",44,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",44,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",44,[[],["any",8]]],[11,"as_any_mut","","",44,[[],["any",8]]],[11,"from","game::devtools::scenario","",45,[[]]],[11,"into","","",45,[[]]],[11,"borrow","","",45,[[]]],[11,"borrow_mut","","",45,[[]]],[11,"try_from","","",45,[[],["result",4]]],[11,"try_into","","",45,[[],["result",4]]],[11,"type_id","","",45,[[],["typeid",3]]],[11,"vzip","","",45,[[]]],[11,"into_any","","",45,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",45,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",45,[[],["any",8]]],[11,"as_any_mut","","",45,[[],["any",8]]],[11,"from","game::devtools::story","",46,[[]]],[11,"into","","",46,[[]]],[11,"borrow","","",46,[[]]],[11,"borrow_mut","","",46,[[]]],[11,"try_from","","",46,[[],["result",4]]],[11,"try_into","","",46,[[],["result",4]]],[11,"type_id","","",46,[[],["typeid",3]]],[11,"vzip","","",46,[[]]],[11,"into_any","","",46,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",46,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",46,[[],["any",8]]],[11,"as_any_mut","","",46,[[],["any",8]]],[11,"from","","",47,[[]]],[11,"into","","",47,[[]]],[11,"borrow","","",47,[[]]],[11,"borrow_mut","","",47,[[]]],[11,"try_from","","",47,[[],["result",4]]],[11,"try_into","","",47,[[],["result",4]]],[11,"type_id","","",47,[[],["typeid",3]]],[11,"vzip","","",47,[[]]],[11,"into_any","","",47,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",47,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",47,[[],["any",8]]],[11,"as_any_mut","","",47,[[],["any",8]]],[11,"from","","",48,[[]]],[11,"into","","",48,[[]]],[11,"to_owned","","",48,[[]]],[11,"clone_into","","",48,[[]]],[11,"borrow","","",48,[[]]],[11,"borrow_mut","","",48,[[]]],[11,"try_from","","",48,[[],["result",4]]],[11,"try_into","","",48,[[],["result",4]]],[11,"type_id","","",48,[[],["typeid",3]]],[11,"vzip","","",48,[[]]],[11,"into_any","","",48,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",48,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",48,[[],["any",8]]],[11,"as_any_mut","","",48,[[],["any",8]]],[11,"into_any_arc","","",48,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",49,[[]]],[11,"into","","",49,[[]]],[11,"borrow","","",49,[[]]],[11,"borrow_mut","","",49,[[]]],[11,"try_from","","",49,[[],["result",4]]],[11,"try_into","","",49,[[],["result",4]]],[11,"type_id","","",49,[[],["typeid",3]]],[11,"vzip","","",49,[[]]],[11,"into_any","","",49,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",49,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",49,[[],["any",8]]],[11,"as_any_mut","","",49,[[],["any",8]]],[11,"into_any_arc","","",49,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",50,[[]]],[11,"into","","",50,[[]]],[11,"borrow","","",50,[[]]],[11,"borrow_mut","","",50,[[]]],[11,"try_from","","",50,[[],["result",4]]],[11,"try_into","","",50,[[],["result",4]]],[11,"type_id","","",50,[[],["typeid",3]]],[11,"vzip","","",50,[[]]],[11,"into_any","","",50,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",50,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",50,[[],["any",8]]],[11,"as_any_mut","","",50,[[],["any",8]]],[11,"into_any_arc","","",50,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",51,[[]]],[11,"into","","",51,[[]]],[11,"borrow","","",51,[[]]],[11,"borrow_mut","","",51,[[]]],[11,"try_from","","",51,[[],["result",4]]],[11,"try_into","","",51,[[],["result",4]]],[11,"type_id","","",51,[[],["typeid",3]]],[11,"vzip","","",51,[[]]],[11,"into_any","","",51,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",51,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",51,[[],["any",8]]],[11,"as_any_mut","","",51,[[],["any",8]]],[11,"into_any_arc","","",51,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::devtools","",52,[[]]],[11,"into","","",52,[[]]],[11,"borrow","","",52,[[]]],[11,"borrow_mut","","",52,[[]]],[11,"try_from","","",52,[[],["result",4]]],[11,"try_into","","",52,[[],["result",4]]],[11,"type_id","","",52,[[],["typeid",3]]],[11,"vzip","","",52,[[]]],[11,"into_any","","",52,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",52,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",52,[[],["any",8]]],[11,"as_any_mut","","",52,[[],["any",8]]],[11,"from","game::edit::bulk","",53,[[]]],[11,"into","","",53,[[]]],[11,"borrow","","",53,[[]]],[11,"borrow_mut","","",53,[[]]],[11,"try_from","","",53,[[],["result",4]]],[11,"try_into","","",53,[[],["result",4]]],[11,"type_id","","",53,[[],["typeid",3]]],[11,"vzip","","",53,[[]]],[11,"into_any","","",53,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",53,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",53,[[],["any",8]]],[11,"as_any_mut","","",53,[[],["any",8]]],[11,"from","","",54,[[]]],[11,"into","","",54,[[]]],[11,"borrow","","",54,[[]]],[11,"borrow_mut","","",54,[[]]],[11,"try_from","","",54,[[],["result",4]]],[11,"try_into","","",54,[[],["result",4]]],[11,"type_id","","",54,[[],["typeid",3]]],[11,"vzip","","",54,[[]]],[11,"into_any","","",54,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",54,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",54,[[],["any",8]]],[11,"as_any_mut","","",54,[[],["any",8]]],[11,"from","game::edit::cluster_traffic_signals","",55,[[]]],[11,"into","","",55,[[]]],[11,"borrow","","",55,[[]]],[11,"borrow_mut","","",55,[[]]],[11,"try_from","","",55,[[],["result",4]]],[11,"try_into","","",55,[[],["result",4]]],[11,"type_id","","",55,[[],["typeid",3]]],[11,"vzip","","",55,[[]]],[11,"into_any","","",55,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",55,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",55,[[],["any",8]]],[11,"as_any_mut","","",55,[[],["any",8]]],[11,"from","game::edit::lanes","",56,[[]]],[11,"into","","",56,[[]]],[11,"borrow","","",56,[[]]],[11,"borrow_mut","","",56,[[]]],[11,"try_from","","",56,[[],["result",4]]],[11,"try_into","","",56,[[],["result",4]]],[11,"type_id","","",56,[[],["typeid",3]]],[11,"vzip","","",56,[[]]],[11,"into_any","","",56,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",56,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",56,[[],["any",8]]],[11,"as_any_mut","","",56,[[],["any",8]]],[11,"into_any_arc","","",56,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::edit::routes","",57,[[]]],[11,"into","","",57,[[]]],[11,"borrow","","",57,[[]]],[11,"borrow_mut","","",57,[[]]],[11,"try_from","","",57,[[],["result",4]]],[11,"try_into","","",57,[[],["result",4]]],[11,"type_id","","",57,[[],["typeid",3]]],[11,"vzip","","",57,[[]]],[11,"into_any","","",57,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",57,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",57,[[],["any",8]]],[11,"as_any_mut","","",57,[[],["any",8]]],[11,"from","game::edit::select","",58,[[]]],[11,"into","","",58,[[]]],[11,"borrow","","",58,[[]]],[11,"borrow_mut","","",58,[[]]],[11,"try_from","","",58,[[],["result",4]]],[11,"try_into","","",58,[[],["result",4]]],[11,"type_id","","",58,[[],["typeid",3]]],[11,"vzip","","",58,[[]]],[11,"into_any","","",58,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",58,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",58,[[],["any",8]]],[11,"as_any_mut","","",58,[[],["any",8]]],[11,"into_any_arc","","",58,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",59,[[]]],[11,"into","","",59,[[]]],[11,"borrow","","",59,[[]]],[11,"borrow_mut","","",59,[[]]],[11,"try_from","","",59,[[],["result",4]]],[11,"try_into","","",59,[[],["result",4]]],[11,"type_id","","",59,[[],["typeid",3]]],[11,"vzip","","",59,[[]]],[11,"into_any","","",59,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",59,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",59,[[],["any",8]]],[11,"as_any_mut","","",59,[[],["any",8]]],[11,"into_any_arc","","",59,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::edit::stop_signs","",61,[[]]],[11,"into","","",61,[[]]],[11,"borrow","","",61,[[]]],[11,"borrow_mut","","",61,[[]]],[11,"try_from","","",61,[[],["result",4]]],[11,"try_into","","",61,[[],["result",4]]],[11,"type_id","","",61,[[],["typeid",3]]],[11,"vzip","","",61,[[]]],[11,"into_any","","",61,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",61,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",61,[[],["any",8]]],[11,"as_any_mut","","",61,[[],["any",8]]],[11,"into_any_arc","","",61,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::edit::traffic_signals::edits","",62,[[]]],[11,"into","","",62,[[]]],[11,"borrow","","",62,[[]]],[11,"borrow_mut","","",62,[[]]],[11,"try_from","","",62,[[],["result",4]]],[11,"try_into","","",62,[[],["result",4]]],[11,"type_id","","",62,[[],["typeid",3]]],[11,"vzip","","",62,[[]]],[11,"into_any","","",62,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",62,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",62,[[],["any",8]]],[11,"as_any_mut","","",62,[[],["any",8]]],[11,"into_any_arc","","",62,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::edit::traffic_signals::offsets","",63,[[]]],[11,"into","","",63,[[]]],[11,"borrow","","",63,[[]]],[11,"borrow_mut","","",63,[[]]],[11,"try_from","","",63,[[],["result",4]]],[11,"try_into","","",63,[[],["result",4]]],[11,"type_id","","",63,[[],["typeid",3]]],[11,"vzip","","",63,[[]]],[11,"into_any","","",63,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",63,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",63,[[],["any",8]]],[11,"as_any_mut","","",63,[[],["any",8]]],[11,"into_any_arc","","",63,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",64,[[]]],[11,"into","","",64,[[]]],[11,"borrow","","",64,[[]]],[11,"borrow_mut","","",64,[[]]],[11,"try_from","","",64,[[],["result",4]]],[11,"try_into","","",64,[[],["result",4]]],[11,"type_id","","",64,[[],["typeid",3]]],[11,"vzip","","",64,[[]]],[11,"into_any","","",64,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",64,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",64,[[],["any",8]]],[11,"as_any_mut","","",64,[[],["any",8]]],[11,"into_any_arc","","",64,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",65,[[]]],[11,"into","","",65,[[]]],[11,"borrow","","",65,[[]]],[11,"borrow_mut","","",65,[[]]],[11,"try_from","","",65,[[],["result",4]]],[11,"try_into","","",65,[[],["result",4]]],[11,"type_id","","",65,[[],["typeid",3]]],[11,"vzip","","",65,[[]]],[11,"into_any","","",65,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",65,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",65,[[],["any",8]]],[11,"as_any_mut","","",65,[[],["any",8]]],[11,"into_any_arc","","",65,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::edit::traffic_signals::picker","",66,[[]]],[11,"into","","",66,[[]]],[11,"borrow","","",66,[[]]],[11,"borrow_mut","","",66,[[]]],[11,"try_from","","",66,[[],["result",4]]],[11,"try_into","","",66,[[],["result",4]]],[11,"type_id","","",66,[[],["typeid",3]]],[11,"vzip","","",66,[[]]],[11,"into_any","","",66,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",66,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",66,[[],["any",8]]],[11,"as_any_mut","","",66,[[],["any",8]]],[11,"from","game::edit::traffic_signals::preview","",67,[[]]],[11,"into","","",67,[[]]],[11,"borrow","","",67,[[]]],[11,"borrow_mut","","",67,[[]]],[11,"try_from","","",67,[[],["result",4]]],[11,"try_into","","",67,[[],["result",4]]],[11,"type_id","","",67,[[],["typeid",3]]],[11,"vzip","","",67,[[]]],[11,"into_any","","",67,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",67,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",67,[[],["any",8]]],[11,"as_any_mut","","",67,[[],["any",8]]],[11,"from","game::edit::traffic_signals","",68,[[]]],[11,"into","","",68,[[]]],[11,"borrow","","",68,[[]]],[11,"borrow_mut","","",68,[[]]],[11,"try_from","","",68,[[],["result",4]]],[11,"try_into","","",68,[[],["result",4]]],[11,"type_id","","",68,[[],["typeid",3]]],[11,"vzip","","",68,[[]]],[11,"into_any","","",68,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",68,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",68,[[],["any",8]]],[11,"as_any_mut","","",68,[[],["any",8]]],[11,"from","","",69,[[]]],[11,"into","","",69,[[]]],[11,"to_owned","","",69,[[]]],[11,"clone_into","","",69,[[]]],[11,"borrow","","",69,[[]]],[11,"borrow_mut","","",69,[[]]],[11,"try_from","","",69,[[],["result",4]]],[11,"try_into","","",69,[[],["result",4]]],[11,"type_id","","",69,[[],["typeid",3]]],[11,"vzip","","",69,[[]]],[11,"into_any","","",69,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",69,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",69,[[],["any",8]]],[11,"as_any_mut","","",69,[[],["any",8]]],[11,"into_any_arc","","",69,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::edit::zones","",70,[[]]],[11,"into","","",70,[[]]],[11,"borrow","","",70,[[]]],[11,"borrow_mut","","",70,[[]]],[11,"try_from","","",70,[[],["result",4]]],[11,"try_into","","",70,[[],["result",4]]],[11,"type_id","","",70,[[],["typeid",3]]],[11,"vzip","","",70,[[]]],[11,"into_any","","",70,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",70,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",70,[[],["any",8]]],[11,"as_any_mut","","",70,[[],["any",8]]],[11,"from","game::edit","",71,[[]]],[11,"into","","",71,[[]]],[11,"borrow","","",71,[[]]],[11,"borrow_mut","","",71,[[]]],[11,"try_from","","",71,[[],["result",4]]],[11,"try_into","","",71,[[],["result",4]]],[11,"type_id","","",71,[[],["typeid",3]]],[11,"vzip","","",71,[[]]],[11,"into_any","","",71,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",71,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",71,[[],["any",8]]],[11,"as_any_mut","","",71,[[],["any",8]]],[11,"from","","",72,[[]]],[11,"into","","",72,[[]]],[11,"borrow","","",72,[[]]],[11,"borrow_mut","","",72,[[]]],[11,"try_from","","",72,[[],["result",4]]],[11,"try_into","","",72,[[],["result",4]]],[11,"type_id","","",72,[[],["typeid",3]]],[11,"vzip","","",72,[[]]],[11,"into_any","","",72,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",72,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",72,[[],["any",8]]],[11,"as_any_mut","","",72,[[],["any",8]]],[11,"from","","",73,[[]]],[11,"into","","",73,[[]]],[11,"borrow","","",73,[[]]],[11,"borrow_mut","","",73,[[]]],[11,"try_from","","",73,[[],["result",4]]],[11,"try_into","","",73,[[],["result",4]]],[11,"type_id","","",73,[[],["typeid",3]]],[11,"vzip","","",73,[[]]],[11,"into_any","","",73,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",73,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",73,[[],["any",8]]],[11,"as_any_mut","","",73,[[],["any",8]]],[11,"from","","",74,[[]]],[11,"into","","",74,[[]]],[11,"borrow","","",74,[[]]],[11,"borrow_mut","","",74,[[]]],[11,"try_from","","",74,[[],["result",4]]],[11,"try_into","","",74,[[],["result",4]]],[11,"type_id","","",74,[[],["typeid",3]]],[11,"vzip","","",74,[[]]],[11,"into_any","","",74,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",74,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",74,[[],["any",8]]],[11,"as_any_mut","","",74,[[],["any",8]]],[11,"from","game::info::trip","",75,[[]]],[11,"into","","",75,[[]]],[11,"to_owned","","",75,[[]]],[11,"clone_into","","",75,[[]]],[11,"borrow","","",75,[[]]],[11,"borrow_mut","","",75,[[]]],[11,"try_from","","",75,[[],["result",4]]],[11,"try_into","","",75,[[],["result",4]]],[11,"type_id","","",75,[[],["typeid",3]]],[11,"vzip","","",75,[[]]],[11,"into_any","","",75,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",75,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",75,[[],["any",8]]],[11,"as_any_mut","","",75,[[],["any",8]]],[11,"into_any_arc","","",75,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::info","",76,[[]]],[11,"into","","",76,[[]]],[11,"borrow","","",76,[[]]],[11,"borrow_mut","","",76,[[]]],[11,"try_from","","",76,[[],["result",4]]],[11,"try_into","","",76,[[],["result",4]]],[11,"type_id","","",76,[[],["typeid",3]]],[11,"vzip","","",76,[[]]],[11,"into_any","","",76,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",76,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",76,[[],["any",8]]],[11,"as_any_mut","","",76,[[],["any",8]]],[11,"from","","",77,[[]]],[11,"into","","",77,[[]]],[11,"to_owned","","",77,[[]]],[11,"clone_into","","",77,[[]]],[11,"borrow","","",77,[[]]],[11,"borrow_mut","","",77,[[]]],[11,"try_from","","",77,[[],["result",4]]],[11,"try_into","","",77,[[],["result",4]]],[11,"type_id","","",77,[[],["typeid",3]]],[11,"vzip","","",77,[[]]],[11,"into_any","","",77,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",77,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",77,[[],["any",8]]],[11,"as_any_mut","","",77,[[],["any",8]]],[11,"into_any_arc","","",77,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",78,[[]]],[11,"into","","",78,[[]]],[11,"borrow","","",78,[[]]],[11,"borrow_mut","","",78,[[]]],[11,"try_from","","",78,[[],["result",4]]],[11,"try_into","","",78,[[],["result",4]]],[11,"type_id","","",78,[[],["typeid",3]]],[11,"vzip","","",78,[[]]],[11,"into_any","","",78,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",78,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",78,[[],["any",8]]],[11,"as_any_mut","","",78,[[],["any",8]]],[11,"from","","",80,[[]]],[11,"into","","",80,[[]]],[11,"to_owned","","",80,[[]]],[11,"clone_into","","",80,[[]]],[11,"borrow","","",80,[[]]],[11,"borrow_mut","","",80,[[]]],[11,"try_from","","",80,[[],["result",4]]],[11,"try_into","","",80,[[],["result",4]]],[11,"type_id","","",80,[[],["typeid",3]]],[11,"vzip","","",80,[[]]],[11,"into_any","","",80,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",80,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",80,[[],["any",8]]],[11,"as_any_mut","","",80,[[],["any",8]]],[11,"into_any_arc","","",80,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::layer::elevation","",81,[[]]],[11,"into","","",81,[[]]],[11,"borrow","","",81,[[]]],[11,"borrow_mut","","",81,[[]]],[11,"try_from","","",81,[[],["result",4]]],[11,"try_into","","",81,[[],["result",4]]],[11,"type_id","","",81,[[],["typeid",3]]],[11,"vzip","","",81,[[]]],[11,"into_any","","",81,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",81,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",81,[[],["any",8]]],[11,"as_any_mut","","",81,[[],["any",8]]],[11,"from","","",82,[[]]],[11,"into","","",82,[[]]],[11,"borrow","","",82,[[]]],[11,"borrow_mut","","",82,[[]]],[11,"try_from","","",82,[[],["result",4]]],[11,"try_into","","",82,[[],["result",4]]],[11,"type_id","","",82,[[],["typeid",3]]],[11,"vzip","","",82,[[]]],[11,"into_any","","",82,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",82,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",82,[[],["any",8]]],[11,"as_any_mut","","",82,[[],["any",8]]],[11,"from","game::layer::favorites","",83,[[]]],[11,"into","","",83,[[]]],[11,"borrow","","",83,[[]]],[11,"borrow_mut","","",83,[[]]],[11,"try_from","","",83,[[],["result",4]]],[11,"try_into","","",83,[[],["result",4]]],[11,"type_id","","",83,[[],["typeid",3]]],[11,"vzip","","",83,[[]]],[11,"into_any","","",83,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",83,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",83,[[],["any",8]]],[11,"as_any_mut","","",83,[[],["any",8]]],[11,"into_any_arc","","",83,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",84,[[]]],[11,"into","","",84,[[]]],[11,"borrow","","",84,[[]]],[11,"borrow_mut","","",84,[[]]],[11,"try_from","","",84,[[],["result",4]]],[11,"try_into","","",84,[[],["result",4]]],[11,"type_id","","",84,[[],["typeid",3]]],[11,"vzip","","",84,[[]]],[11,"into_any","","",84,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",84,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",84,[[],["any",8]]],[11,"as_any_mut","","",84,[[],["any",8]]],[11,"from","game::layer::map","",85,[[]]],[11,"into","","",85,[[]]],[11,"borrow","","",85,[[]]],[11,"borrow_mut","","",85,[[]]],[11,"try_from","","",85,[[],["result",4]]],[11,"try_into","","",85,[[],["result",4]]],[11,"type_id","","",85,[[],["typeid",3]]],[11,"vzip","","",85,[[]]],[11,"into_any","","",85,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",85,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",85,[[],["any",8]]],[11,"as_any_mut","","",85,[[],["any",8]]],[11,"from","","",86,[[]]],[11,"into","","",86,[[]]],[11,"borrow","","",86,[[]]],[11,"borrow_mut","","",86,[[]]],[11,"try_from","","",86,[[],["result",4]]],[11,"try_into","","",86,[[],["result",4]]],[11,"type_id","","",86,[[],["typeid",3]]],[11,"vzip","","",86,[[]]],[11,"into_any","","",86,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",86,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",86,[[],["any",8]]],[11,"as_any_mut","","",86,[[],["any",8]]],[11,"from","","",87,[[]]],[11,"into","","",87,[[]]],[11,"borrow","","",87,[[]]],[11,"borrow_mut","","",87,[[]]],[11,"try_from","","",87,[[],["result",4]]],[11,"try_into","","",87,[[],["result",4]]],[11,"type_id","","",87,[[],["typeid",3]]],[11,"vzip","","",87,[[]]],[11,"into_any","","",87,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",87,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",87,[[],["any",8]]],[11,"as_any_mut","","",87,[[],["any",8]]],[11,"from","game::layer::pandemic","",88,[[]]],[11,"into","","",88,[[]]],[11,"borrow","","",88,[[]]],[11,"borrow_mut","","",88,[[]]],[11,"try_from","","",88,[[],["result",4]]],[11,"try_into","","",88,[[],["result",4]]],[11,"type_id","","",88,[[],["typeid",3]]],[11,"vzip","","",88,[[]]],[11,"into_any","","",88,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",88,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",88,[[],["any",8]]],[11,"as_any_mut","","",88,[[],["any",8]]],[11,"from","","",89,[[]]],[11,"into","","",89,[[]]],[11,"to_owned","","",89,[[]]],[11,"clone_into","","",89,[[]]],[11,"borrow","","",89,[[]]],[11,"borrow_mut","","",89,[[]]],[11,"try_from","","",89,[[],["result",4]]],[11,"try_into","","",89,[[],["result",4]]],[11,"type_id","","",89,[[],["typeid",3]]],[11,"vzip","","",89,[[]]],[11,"into_any","","",89,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",89,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",89,[[],["any",8]]],[11,"as_any_mut","","",89,[[],["any",8]]],[11,"into_any_arc","","",89,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",90,[[]]],[11,"into","","",90,[[]]],[11,"to_owned","","",90,[[]]],[11,"clone_into","","",90,[[]]],[11,"borrow","","",90,[[]]],[11,"borrow_mut","","",90,[[]]],[11,"try_from","","",90,[[],["result",4]]],[11,"try_into","","",90,[[],["result",4]]],[11,"type_id","","",90,[[],["typeid",3]]],[11,"vzip","","",90,[[]]],[11,"into_any","","",90,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",90,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",90,[[],["any",8]]],[11,"as_any_mut","","",90,[[],["any",8]]],[11,"into_any_arc","","",90,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::layer::parking","",91,[[]]],[11,"into","","",91,[[]]],[11,"borrow","","",91,[[]]],[11,"borrow_mut","","",91,[[]]],[11,"try_from","","",91,[[],["result",4]]],[11,"try_into","","",91,[[],["result",4]]],[11,"type_id","","",91,[[],["typeid",3]]],[11,"vzip","","",91,[[]]],[11,"into_any","","",91,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",91,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",91,[[],["any",8]]],[11,"as_any_mut","","",91,[[],["any",8]]],[11,"from","","",92,[[]]],[11,"into","","",92,[[]]],[11,"to_owned","","",92,[[]]],[11,"clone_into","","",92,[[]]],[11,"borrow","","",92,[[]]],[11,"borrow_mut","","",92,[[]]],[11,"try_from","","",92,[[],["result",4]]],[11,"try_into","","",92,[[],["result",4]]],[11,"type_id","","",92,[[],["typeid",3]]],[11,"equivalent","","",92,[[],["bool",15]]],[11,"vzip","","",92,[[]]],[11,"into_any","","",92,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",92,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",92,[[],["any",8]]],[11,"as_any_mut","","",92,[[],["any",8]]],[11,"into_any_arc","","",92,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",93,[[]]],[11,"into","","",93,[[]]],[11,"borrow","","",93,[[]]],[11,"borrow_mut","","",93,[[]]],[11,"try_from","","",93,[[],["result",4]]],[11,"try_into","","",93,[[],["result",4]]],[11,"type_id","","",93,[[],["typeid",3]]],[11,"vzip","","",93,[[]]],[11,"into_any","","",93,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",93,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",93,[[],["any",8]]],[11,"as_any_mut","","",93,[[],["any",8]]],[11,"from","game::layer::population","",94,[[]]],[11,"into","","",94,[[]]],[11,"borrow","","",94,[[]]],[11,"borrow_mut","","",94,[[]]],[11,"try_from","","",94,[[],["result",4]]],[11,"try_into","","",94,[[],["result",4]]],[11,"type_id","","",94,[[],["typeid",3]]],[11,"vzip","","",94,[[]]],[11,"into_any","","",94,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",94,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",94,[[],["any",8]]],[11,"as_any_mut","","",94,[[],["any",8]]],[11,"from","","",95,[[]]],[11,"into","","",95,[[]]],[11,"to_owned","","",95,[[]]],[11,"clone_into","","",95,[[]]],[11,"borrow","","",95,[[]]],[11,"borrow_mut","","",95,[[]]],[11,"try_from","","",95,[[],["result",4]]],[11,"try_into","","",95,[[],["result",4]]],[11,"type_id","","",95,[[],["typeid",3]]],[11,"vzip","","",95,[[]]],[11,"into_any","","",95,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",95,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",95,[[],["any",8]]],[11,"as_any_mut","","",95,[[],["any",8]]],[11,"into_any_arc","","",95,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::layer::traffic","",96,[[]]],[11,"into","","",96,[[]]],[11,"borrow","","",96,[[]]],[11,"borrow_mut","","",96,[[]]],[11,"try_from","","",96,[[],["result",4]]],[11,"try_into","","",96,[[],["result",4]]],[11,"type_id","","",96,[[],["typeid",3]]],[11,"vzip","","",96,[[]]],[11,"into_any","","",96,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",96,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",96,[[],["any",8]]],[11,"as_any_mut","","",96,[[],["any",8]]],[11,"from","","",97,[[]]],[11,"into","","",97,[[]]],[11,"borrow","","",97,[[]]],[11,"borrow_mut","","",97,[[]]],[11,"try_from","","",97,[[],["result",4]]],[11,"try_into","","",97,[[],["result",4]]],[11,"type_id","","",97,[[],["typeid",3]]],[11,"vzip","","",97,[[]]],[11,"into_any","","",97,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",97,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",97,[[],["any",8]]],[11,"as_any_mut","","",97,[[],["any",8]]],[11,"from","","",98,[[]]],[11,"into","","",98,[[]]],[11,"borrow","","",98,[[]]],[11,"borrow_mut","","",98,[[]]],[11,"try_from","","",98,[[],["result",4]]],[11,"try_into","","",98,[[],["result",4]]],[11,"type_id","","",98,[[],["typeid",3]]],[11,"vzip","","",98,[[]]],[11,"into_any","","",98,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",98,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",98,[[],["any",8]]],[11,"as_any_mut","","",98,[[],["any",8]]],[11,"from","","",99,[[]]],[11,"into","","",99,[[]]],[11,"borrow","","",99,[[]]],[11,"borrow_mut","","",99,[[]]],[11,"try_from","","",99,[[],["result",4]]],[11,"try_into","","",99,[[],["result",4]]],[11,"type_id","","",99,[[],["typeid",3]]],[11,"vzip","","",99,[[]]],[11,"into_any","","",99,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",99,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",99,[[],["any",8]]],[11,"as_any_mut","","",99,[[],["any",8]]],[11,"from","","",100,[[]]],[11,"into","","",100,[[]]],[11,"borrow","","",100,[[]]],[11,"borrow_mut","","",100,[[]]],[11,"try_from","","",100,[[],["result",4]]],[11,"try_into","","",100,[[],["result",4]]],[11,"type_id","","",100,[[],["typeid",3]]],[11,"vzip","","",100,[[]]],[11,"into_any","","",100,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",100,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",100,[[],["any",8]]],[11,"as_any_mut","","",100,[[],["any",8]]],[11,"into_any_arc","","",100,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",101,[[]]],[11,"into","","",101,[[]]],[11,"borrow","","",101,[[]]],[11,"borrow_mut","","",101,[[]]],[11,"try_from","","",101,[[],["result",4]]],[11,"try_into","","",101,[[],["result",4]]],[11,"type_id","","",101,[[],["typeid",3]]],[11,"vzip","","",101,[[]]],[11,"into_any","","",101,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",101,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",101,[[],["any",8]]],[11,"as_any_mut","","",101,[[],["any",8]]],[11,"from","game::layer::transit","",102,[[]]],[11,"into","","",102,[[]]],[11,"borrow","","",102,[[]]],[11,"borrow_mut","","",102,[[]]],[11,"try_from","","",102,[[],["result",4]]],[11,"try_into","","",102,[[],["result",4]]],[11,"type_id","","",102,[[],["typeid",3]]],[11,"vzip","","",102,[[]]],[11,"into_any","","",102,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",102,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",102,[[],["any",8]]],[11,"as_any_mut","","",102,[[],["any",8]]],[11,"from","game::layer","",104,[[]]],[11,"into","","",104,[[]]],[11,"borrow","","",104,[[]]],[11,"borrow_mut","","",104,[[]]],[11,"try_from","","",104,[[],["result",4]]],[11,"try_into","","",104,[[],["result",4]]],[11,"type_id","","",104,[[],["typeid",3]]],[11,"vzip","","",104,[[]]],[11,"into_any","","",104,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",104,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",104,[[],["any",8]]],[11,"as_any_mut","","",104,[[],["any",8]]],[11,"from","","",105,[[]]],[11,"into","","",105,[[]]],[11,"borrow","","",105,[[]]],[11,"borrow_mut","","",105,[[]]],[11,"try_from","","",105,[[],["result",4]]],[11,"try_into","","",105,[[],["result",4]]],[11,"type_id","","",105,[[],["typeid",3]]],[11,"vzip","","",105,[[]]],[11,"into_any","","",105,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",105,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",105,[[],["any",8]]],[11,"as_any_mut","","",105,[[],["any",8]]],[11,"from","game::pregame::proposals","",106,[[]]],[11,"into","","",106,[[]]],[11,"borrow","","",106,[[]]],[11,"borrow_mut","","",106,[[]]],[11,"try_from","","",106,[[],["result",4]]],[11,"try_into","","",106,[[],["result",4]]],[11,"type_id","","",106,[[],["typeid",3]]],[11,"vzip","","",106,[[]]],[11,"into_any","","",106,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",106,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",106,[[],["any",8]]],[11,"as_any_mut","","",106,[[],["any",8]]],[11,"from","game::pregame","",107,[[]]],[11,"into","","",107,[[]]],[11,"borrow","","",107,[[]]],[11,"borrow_mut","","",107,[[]]],[11,"try_from","","",107,[[],["result",4]]],[11,"try_into","","",107,[[],["result",4]]],[11,"type_id","","",107,[[],["typeid",3]]],[11,"vzip","","",107,[[]]],[11,"into_any","","",107,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",107,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",107,[[],["any",8]]],[11,"as_any_mut","","",107,[[],["any",8]]],[11,"from","","",108,[[]]],[11,"into","","",108,[[]]],[11,"borrow","","",108,[[]]],[11,"borrow_mut","","",108,[[]]],[11,"try_from","","",108,[[],["result",4]]],[11,"try_into","","",108,[[],["result",4]]],[11,"type_id","","",108,[[],["typeid",3]]],[11,"vzip","","",108,[[]]],[11,"into_any","","",108,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",108,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",108,[[],["any",8]]],[11,"as_any_mut","","",108,[[],["any",8]]],[11,"from","","",109,[[]]],[11,"into","","",109,[[]]],[11,"borrow","","",109,[[]]],[11,"borrow_mut","","",109,[[]]],[11,"try_from","","",109,[[],["result",4]]],[11,"try_into","","",109,[[],["result",4]]],[11,"type_id","","",109,[[],["typeid",3]]],[11,"vzip","","",109,[[]]],[11,"into_any","","",109,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",109,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",109,[[],["any",8]]],[11,"as_any_mut","","",109,[[],["any",8]]],[11,"from","","",110,[[]]],[11,"into","","",110,[[]]],[11,"borrow","","",110,[[]]],[11,"borrow_mut","","",110,[[]]],[11,"try_from","","",110,[[],["result",4]]],[11,"try_into","","",110,[[],["result",4]]],[11,"type_id","","",110,[[],["typeid",3]]],[11,"vzip","","",110,[[]]],[11,"into_any","","",110,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",110,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",110,[[],["any",8]]],[11,"as_any_mut","","",110,[[],["any",8]]],[11,"into_any_arc","","",110,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::dashboards::commuter","",111,[[]]],[11,"into","","",111,[[]]],[11,"borrow","","",111,[[]]],[11,"borrow_mut","","",111,[[]]],[11,"try_from","","",111,[[],["result",4]]],[11,"try_into","","",111,[[],["result",4]]],[11,"type_id","","",111,[[],["typeid",3]]],[11,"vzip","","",111,[[]]],[11,"into_any","","",111,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",111,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",111,[[],["any",8]]],[11,"as_any_mut","","",111,[[],["any",8]]],[11,"from","","",112,[[]]],[11,"into","","",112,[[]]],[11,"to_owned","","",112,[[]]],[11,"clone_into","","",112,[[]]],[11,"borrow","","",112,[[]]],[11,"borrow_mut","","",112,[[]]],[11,"try_from","","",112,[[],["result",4]]],[11,"try_into","","",112,[[],["result",4]]],[11,"type_id","","",112,[[],["typeid",3]]],[11,"vzip","","",112,[[]]],[11,"into_any","","",112,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",112,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",112,[[],["any",8]]],[11,"as_any_mut","","",112,[[],["any",8]]],[11,"into_any_arc","","",112,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",114,[[]]],[11,"into","","",114,[[]]],[11,"borrow","","",114,[[]]],[11,"borrow_mut","","",114,[[]]],[11,"try_from","","",114,[[],["result",4]]],[11,"try_into","","",114,[[],["result",4]]],[11,"type_id","","",114,[[],["typeid",3]]],[11,"vzip","","",114,[[]]],[11,"into_any","","",114,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",114,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",114,[[],["any",8]]],[11,"as_any_mut","","",114,[[],["any",8]]],[11,"into_any_arc","","",114,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",115,[[]]],[11,"into","","",115,[[]]],[11,"borrow","","",115,[[]]],[11,"borrow_mut","","",115,[[]]],[11,"try_from","","",115,[[],["result",4]]],[11,"try_into","","",115,[[],["result",4]]],[11,"type_id","","",115,[[],["typeid",3]]],[11,"vzip","","",115,[[]]],[11,"into_any","","",115,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",115,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",115,[[],["any",8]]],[11,"as_any_mut","","",115,[[],["any",8]]],[11,"into_any_arc","","",115,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",116,[[]]],[11,"into","","",116,[[]]],[11,"borrow","","",116,[[]]],[11,"borrow_mut","","",116,[[]]],[11,"try_from","","",116,[[],["result",4]]],[11,"try_into","","",116,[[],["result",4]]],[11,"type_id","","",116,[[],["typeid",3]]],[11,"vzip","","",116,[[]]],[11,"into_any","","",116,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",116,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",116,[[],["any",8]]],[11,"as_any_mut","","",116,[[],["any",8]]],[11,"into_any_arc","","",116,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",117,[[]]],[11,"into","","",117,[[]]],[11,"borrow","","",117,[[]]],[11,"borrow_mut","","",117,[[]]],[11,"try_from","","",117,[[],["result",4]]],[11,"try_into","","",117,[[],["result",4]]],[11,"type_id","","",117,[[],["typeid",3]]],[11,"vzip","","",117,[[]]],[11,"into_any","","",117,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",117,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",117,[[],["any",8]]],[11,"as_any_mut","","",117,[[],["any",8]]],[11,"into_any_arc","","",117,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",118,[[]]],[11,"into","","",118,[[]]],[11,"borrow","","",118,[[]]],[11,"borrow_mut","","",118,[[]]],[11,"try_from","","",118,[[],["result",4]]],[11,"try_into","","",118,[[],["result",4]]],[11,"type_id","","",118,[[],["typeid",3]]],[11,"vzip","","",118,[[]]],[11,"into_any","","",118,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",118,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",118,[[],["any",8]]],[11,"as_any_mut","","",118,[[],["any",8]]],[11,"into_any_arc","","",118,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::dashboards::misc","",119,[[]]],[11,"into","","",119,[[]]],[11,"borrow","","",119,[[]]],[11,"borrow_mut","","",119,[[]]],[11,"try_from","","",119,[[],["result",4]]],[11,"try_into","","",119,[[],["result",4]]],[11,"type_id","","",119,[[],["typeid",3]]],[11,"vzip","","",119,[[]]],[11,"into_any","","",119,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",119,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",119,[[],["any",8]]],[11,"as_any_mut","","",119,[[],["any",8]]],[11,"from","","",120,[[]]],[11,"into","","",120,[[]]],[11,"borrow","","",120,[[]]],[11,"borrow_mut","","",120,[[]]],[11,"try_from","","",120,[[],["result",4]]],[11,"try_into","","",120,[[],["result",4]]],[11,"type_id","","",120,[[],["typeid",3]]],[11,"vzip","","",120,[[]]],[11,"into_any","","",120,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",120,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",120,[[],["any",8]]],[11,"as_any_mut","","",120,[[],["any",8]]],[11,"from","game::sandbox::dashboards::parking_overhead","",121,[[]]],[11,"into","","",121,[[]]],[11,"borrow","","",121,[[]]],[11,"borrow_mut","","",121,[[]]],[11,"try_from","","",121,[[],["result",4]]],[11,"try_into","","",121,[[],["result",4]]],[11,"type_id","","",121,[[],["typeid",3]]],[11,"vzip","","",121,[[]]],[11,"into_any","","",121,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",121,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",121,[[],["any",8]]],[11,"as_any_mut","","",121,[[],["any",8]]],[11,"from","","",122,[[]]],[11,"into","","",122,[[]]],[11,"borrow","","",122,[[]]],[11,"borrow_mut","","",122,[[]]],[11,"try_from","","",122,[[],["result",4]]],[11,"try_into","","",122,[[],["result",4]]],[11,"type_id","","",122,[[],["typeid",3]]],[11,"vzip","","",122,[[]]],[11,"into_any","","",122,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",122,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",122,[[],["any",8]]],[11,"as_any_mut","","",122,[[],["any",8]]],[11,"into_any_arc","","",122,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",123,[[]]],[11,"into","","",123,[[]]],[11,"borrow","","",123,[[]]],[11,"borrow_mut","","",123,[[]]],[11,"try_from","","",123,[[],["result",4]]],[11,"try_into","","",123,[[],["result",4]]],[11,"type_id","","",123,[[],["typeid",3]]],[11,"vzip","","",123,[[]]],[11,"into_any","","",123,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",123,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",123,[[],["any",8]]],[11,"as_any_mut","","",123,[[],["any",8]]],[11,"into_any_arc","","",123,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::dashboards::selector","",124,[[]]],[11,"into","","",124,[[]]],[11,"borrow","","",124,[[]]],[11,"borrow_mut","","",124,[[]]],[11,"try_from","","",124,[[],["result",4]]],[11,"try_into","","",124,[[],["result",4]]],[11,"type_id","","",124,[[],["typeid",3]]],[11,"vzip","","",124,[[]]],[11,"into_any","","",124,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",124,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",124,[[],["any",8]]],[11,"as_any_mut","","",124,[[],["any",8]]],[11,"from","game::sandbox::dashboards::summaries","",125,[[]]],[11,"into","","",125,[[]]],[11,"borrow","","",125,[[]]],[11,"borrow_mut","","",125,[[]]],[11,"try_from","","",125,[[],["result",4]]],[11,"try_into","","",125,[[],["result",4]]],[11,"type_id","","",125,[[],["typeid",3]]],[11,"vzip","","",125,[[]]],[11,"into_any","","",125,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",125,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",125,[[],["any",8]]],[11,"as_any_mut","","",125,[[],["any",8]]],[11,"from","","",126,[[]]],[11,"into","","",126,[[]]],[11,"borrow","","",126,[[]]],[11,"borrow_mut","","",126,[[]]],[11,"try_from","","",126,[[],["result",4]]],[11,"try_into","","",126,[[],["result",4]]],[11,"type_id","","",126,[[],["typeid",3]]],[11,"vzip","","",126,[[]]],[11,"into_any","","",126,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",126,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",126,[[],["any",8]]],[11,"as_any_mut","","",126,[[],["any",8]]],[11,"into_any_arc","","",126,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::dashboards::traffic_signals","",127,[[]]],[11,"into","","",127,[[]]],[11,"borrow","","",127,[[]]],[11,"borrow_mut","","",127,[[]]],[11,"try_from","","",127,[[],["result",4]]],[11,"try_into","","",127,[[],["result",4]]],[11,"type_id","","",127,[[],["typeid",3]]],[11,"vzip","","",127,[[]]],[11,"into_any","","",127,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",127,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",127,[[],["any",8]]],[11,"as_any_mut","","",127,[[],["any",8]]],[11,"from","","",128,[[]]],[11,"into","","",128,[[]]],[11,"borrow","","",128,[[]]],[11,"borrow_mut","","",128,[[]]],[11,"try_from","","",128,[[],["result",4]]],[11,"try_into","","",128,[[],["result",4]]],[11,"type_id","","",128,[[],["typeid",3]]],[11,"vzip","","",128,[[]]],[11,"into_any","","",128,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",128,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",128,[[],["any",8]]],[11,"as_any_mut","","",128,[[],["any",8]]],[11,"into_any_arc","","",128,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::dashboards::trip_table","",129,[[]]],[11,"into","","",129,[[]]],[11,"borrow","","",129,[[]]],[11,"borrow_mut","","",129,[[]]],[11,"try_from","","",129,[[],["result",4]]],[11,"try_into","","",129,[[],["result",4]]],[11,"type_id","","",129,[[],["typeid",3]]],[11,"vzip","","",129,[[]]],[11,"into_any","","",129,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",129,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",129,[[],["any",8]]],[11,"as_any_mut","","",129,[[],["any",8]]],[11,"from","","",130,[[]]],[11,"into","","",130,[[]]],[11,"borrow","","",130,[[]]],[11,"borrow_mut","","",130,[[]]],[11,"try_from","","",130,[[],["result",4]]],[11,"try_into","","",130,[[],["result",4]]],[11,"type_id","","",130,[[],["typeid",3]]],[11,"vzip","","",130,[[]]],[11,"into_any","","",130,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",130,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",130,[[],["any",8]]],[11,"as_any_mut","","",130,[[],["any",8]]],[11,"into_any_arc","","",130,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",131,[[]]],[11,"into","","",131,[[]]],[11,"borrow","","",131,[[]]],[11,"borrow_mut","","",131,[[]]],[11,"try_from","","",131,[[],["result",4]]],[11,"try_into","","",131,[[],["result",4]]],[11,"type_id","","",131,[[],["typeid",3]]],[11,"vzip","","",131,[[]]],[11,"into_any","","",131,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",131,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",131,[[],["any",8]]],[11,"as_any_mut","","",131,[[],["any",8]]],[11,"into_any_arc","","",131,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",132,[[]]],[11,"into","","",132,[[]]],[11,"borrow","","",132,[[]]],[11,"borrow_mut","","",132,[[]]],[11,"try_from","","",132,[[],["result",4]]],[11,"try_into","","",132,[[],["result",4]]],[11,"type_id","","",132,[[],["typeid",3]]],[11,"vzip","","",132,[[]]],[11,"into_any","","",132,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",132,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",132,[[],["any",8]]],[11,"as_any_mut","","",132,[[],["any",8]]],[11,"into_any_arc","","",132,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",133,[[]]],[11,"into","","",133,[[]]],[11,"borrow","","",133,[[]]],[11,"borrow_mut","","",133,[[]]],[11,"try_from","","",133,[[],["result",4]]],[11,"try_into","","",133,[[],["result",4]]],[11,"type_id","","",133,[[],["typeid",3]]],[11,"vzip","","",133,[[]]],[11,"into_any","","",133,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",133,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",133,[[],["any",8]]],[11,"as_any_mut","","",133,[[],["any",8]]],[11,"into_any_arc","","",133,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::dashboards","",134,[[]]],[11,"into","","",134,[[]]],[11,"to_owned","","",134,[[]]],[11,"clone_into","","",134,[[]]],[11,"borrow","","",134,[[]]],[11,"borrow_mut","","",134,[[]]],[11,"try_from","","",134,[[],["result",4]]],[11,"try_into","","",134,[[],["result",4]]],[11,"type_id","","",134,[[],["typeid",3]]],[11,"vzip","","",134,[[]]],[11,"into_any","","",134,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",134,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",134,[[],["any",8]]],[11,"as_any_mut","","",134,[[],["any",8]]],[11,"into_any_arc","","",134,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::gameplay::actdev","",135,[[]]],[11,"into","","",135,[[]]],[11,"borrow","","",135,[[]]],[11,"borrow_mut","","",135,[[]]],[11,"try_from","","",135,[[],["result",4]]],[11,"try_into","","",135,[[],["result",4]]],[11,"type_id","","",135,[[],["typeid",3]]],[11,"vzip","","",135,[[]]],[11,"into_any","","",135,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",135,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",135,[[],["any",8]]],[11,"as_any_mut","","",135,[[],["any",8]]],[11,"from","","",165,[[]]],[11,"into","","",165,[[]]],[11,"borrow","","",165,[[]]],[11,"borrow_mut","","",165,[[]]],[11,"try_from","","",165,[[],["result",4]]],[11,"try_into","","",165,[[],["result",4]]],[11,"type_id","","",165,[[],["typeid",3]]],[11,"vzip","","",165,[[]]],[11,"into_any","","",165,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",165,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",165,[[],["any",8]]],[11,"as_any_mut","","",165,[[],["any",8]]],[11,"into_any_arc","","",165,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::gameplay::commute","",136,[[]]],[11,"into","","",136,[[]]],[11,"borrow","","",136,[[]]],[11,"borrow_mut","","",136,[[]]],[11,"try_from","","",136,[[],["result",4]]],[11,"try_into","","",136,[[],["result",4]]],[11,"type_id","","",136,[[],["typeid",3]]],[11,"vzip","","",136,[[]]],[11,"into_any","","",136,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",136,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",136,[[],["any",8]]],[11,"as_any_mut","","",136,[[],["any",8]]],[11,"from","game::sandbox::gameplay::fix_traffic_signals","",137,[[]]],[11,"into","","",137,[[]]],[11,"borrow","","",137,[[]]],[11,"borrow_mut","","",137,[[]]],[11,"try_from","","",137,[[],["result",4]]],[11,"try_into","","",137,[[],["result",4]]],[11,"type_id","","",137,[[],["typeid",3]]],[11,"vzip","","",137,[[]]],[11,"into_any","","",137,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",137,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",137,[[],["any",8]]],[11,"as_any_mut","","",137,[[],["any",8]]],[11,"from","game::sandbox::gameplay::freeform::spawner","",138,[[]]],[11,"into","","",138,[[]]],[11,"borrow","","",138,[[]]],[11,"borrow_mut","","",138,[[]]],[11,"try_from","","",138,[[],["result",4]]],[11,"try_into","","",138,[[],["result",4]]],[11,"type_id","","",138,[[],["typeid",3]]],[11,"vzip","","",138,[[]]],[11,"into_any","","",138,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",138,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",138,[[],["any",8]]],[11,"as_any_mut","","",138,[[],["any",8]]],[11,"from","game::sandbox::gameplay::freeform","",139,[[]]],[11,"into","","",139,[[]]],[11,"borrow","","",139,[[]]],[11,"borrow_mut","","",139,[[]]],[11,"try_from","","",139,[[],["result",4]]],[11,"try_into","","",139,[[],["result",4]]],[11,"type_id","","",139,[[],["typeid",3]]],[11,"vzip","","",139,[[]]],[11,"into_any","","",139,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",139,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",139,[[],["any",8]]],[11,"as_any_mut","","",139,[[],["any",8]]],[11,"from","","",140,[[]]],[11,"into","","",140,[[]]],[11,"borrow","","",140,[[]]],[11,"borrow_mut","","",140,[[]]],[11,"try_from","","",140,[[],["result",4]]],[11,"try_into","","",140,[[],["result",4]]],[11,"type_id","","",140,[[],["typeid",3]]],[11,"vzip","","",140,[[]]],[11,"into_any","","",140,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",140,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",140,[[],["any",8]]],[11,"as_any_mut","","",140,[[],["any",8]]],[11,"into_any_arc","","",140,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::gameplay::play_scenario","",141,[[]]],[11,"into","","",141,[[]]],[11,"borrow","","",141,[[]]],[11,"borrow_mut","","",141,[[]]],[11,"try_from","","",141,[[],["result",4]]],[11,"try_into","","",141,[[],["result",4]]],[11,"type_id","","",141,[[],["typeid",3]]],[11,"vzip","","",141,[[]]],[11,"into_any","","",141,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",141,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",141,[[],["any",8]]],[11,"as_any_mut","","",141,[[],["any",8]]],[11,"from","","",142,[[]]],[11,"into","","",142,[[]]],[11,"borrow","","",142,[[]]],[11,"borrow_mut","","",142,[[]]],[11,"try_from","","",142,[[],["result",4]]],[11,"try_into","","",142,[[],["result",4]]],[11,"type_id","","",142,[[],["typeid",3]]],[11,"vzip","","",142,[[]]],[11,"into_any","","",142,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",142,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",142,[[],["any",8]]],[11,"as_any_mut","","",142,[[],["any",8]]],[11,"from","","",143,[[]]],[11,"into","","",143,[[]]],[11,"borrow","","",143,[[]]],[11,"borrow_mut","","",143,[[]]],[11,"try_from","","",143,[[],["result",4]]],[11,"try_into","","",143,[[],["result",4]]],[11,"type_id","","",143,[[],["typeid",3]]],[11,"vzip","","",143,[[]]],[11,"into_any","","",143,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",143,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",143,[[],["any",8]]],[11,"as_any_mut","","",143,[[],["any",8]]],[11,"from","game::sandbox::gameplay::tutorial","",144,[[]]],[11,"into","","",144,[[]]],[11,"borrow","","",144,[[]]],[11,"borrow_mut","","",144,[[]]],[11,"try_from","","",144,[[],["result",4]]],[11,"try_into","","",144,[[],["result",4]]],[11,"type_id","","",144,[[],["typeid",3]]],[11,"vzip","","",144,[[]]],[11,"into_any","","",144,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",144,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",144,[[],["any",8]]],[11,"as_any_mut","","",144,[[],["any",8]]],[11,"from","","",145,[[]]],[11,"into","","",145,[[]]],[11,"to_owned","","",145,[[]]],[11,"clone_into","","",145,[[]]],[11,"borrow","","",145,[[]]],[11,"borrow_mut","","",145,[[]]],[11,"try_from","","",145,[[],["result",4]]],[11,"try_into","","",145,[[],["result",4]]],[11,"type_id","","",145,[[],["typeid",3]]],[11,"equivalent","","",145,[[],["bool",15]]],[11,"vzip","","",145,[[]]],[11,"into_any","","",145,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",145,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",145,[[],["any",8]]],[11,"as_any_mut","","",145,[[],["any",8]]],[11,"into_any_arc","","",145,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",146,[[]]],[11,"into","","",146,[[]]],[11,"to_owned","","",146,[[]]],[11,"clone_into","","",146,[[]]],[11,"borrow","","",146,[[]]],[11,"borrow_mut","","",146,[[]]],[11,"try_from","","",146,[[],["result",4]]],[11,"try_into","","",146,[[],["result",4]]],[11,"type_id","","",146,[[],["typeid",3]]],[11,"vzip","","",146,[[]]],[11,"into_any","","",146,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",146,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",146,[[],["any",8]]],[11,"as_any_mut","","",146,[[],["any",8]]],[11,"into_any_arc","","",146,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",147,[[]]],[11,"into","","",147,[[]]],[11,"borrow","","",147,[[]]],[11,"borrow_mut","","",147,[[]]],[11,"try_from","","",147,[[],["result",4]]],[11,"try_into","","",147,[[],["result",4]]],[11,"type_id","","",147,[[],["typeid",3]]],[11,"vzip","","",147,[[]]],[11,"into_any","","",147,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",147,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",147,[[],["any",8]]],[11,"as_any_mut","","",147,[[],["any",8]]],[11,"from","","",148,[[]]],[11,"into","","",148,[[]]],[11,"borrow","","",148,[[]]],[11,"borrow_mut","","",148,[[]]],[11,"try_from","","",148,[[],["result",4]]],[11,"try_into","","",148,[[],["result",4]]],[11,"type_id","","",148,[[],["typeid",3]]],[11,"vzip","","",148,[[]]],[11,"into_any","","",148,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",148,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",148,[[],["any",8]]],[11,"as_any_mut","","",148,[[],["any",8]]],[11,"from","game::sandbox::gameplay","",149,[[]]],[11,"into","","",149,[[]]],[11,"to_owned","","",149,[[]]],[11,"clone_into","","",149,[[]]],[11,"borrow","","",149,[[]]],[11,"borrow_mut","","",149,[[]]],[11,"try_from","","",149,[[],["result",4]]],[11,"try_into","","",149,[[],["result",4]]],[11,"type_id","","",149,[[],["typeid",3]]],[11,"equivalent","","",149,[[],["bool",15]]],[11,"vzip","","",149,[[]]],[11,"into_any","","",149,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",149,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",149,[[],["any",8]]],[11,"as_any_mut","","",149,[[],["any",8]]],[11,"into_any_arc","","",149,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",151,[[]]],[11,"into","","",151,[[]]],[11,"borrow","","",151,[[]]],[11,"borrow_mut","","",151,[[]]],[11,"try_from","","",151,[[],["result",4]]],[11,"try_into","","",151,[[],["result",4]]],[11,"type_id","","",151,[[],["typeid",3]]],[11,"vzip","","",151,[[]]],[11,"into_any","","",151,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",151,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",151,[[],["any",8]]],[11,"as_any_mut","","",151,[[],["any",8]]],[11,"from","","",152,[[]]],[11,"into","","",152,[[]]],[11,"borrow","","",152,[[]]],[11,"borrow_mut","","",152,[[]]],[11,"try_from","","",152,[[],["result",4]]],[11,"try_into","","",152,[[],["result",4]]],[11,"type_id","","",152,[[],["typeid",3]]],[11,"vzip","","",152,[[]]],[11,"into_any","","",152,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",152,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",152,[[],["any",8]]],[11,"as_any_mut","","",152,[[],["any",8]]],[11,"from","game::sandbox::minimap","",166,[[]]],[11,"into","","",166,[[]]],[11,"borrow","","",166,[[]]],[11,"borrow_mut","","",166,[[]]],[11,"try_from","","",166,[[],["result",4]]],[11,"try_into","","",166,[[],["result",4]]],[11,"type_id","","",166,[[],["typeid",3]]],[11,"vzip","","",166,[[]]],[11,"into_any","","",166,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",166,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",166,[[],["any",8]]],[11,"as_any_mut","","",166,[[],["any",8]]],[11,"into_any_arc","","",166,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::misc_tools","",153,[[]]],[11,"into","","",153,[[]]],[11,"borrow","","",153,[[]]],[11,"borrow_mut","","",153,[[]]],[11,"try_from","","",153,[[],["result",4]]],[11,"try_into","","",153,[[],["result",4]]],[11,"type_id","","",153,[[],["typeid",3]]],[11,"vzip","","",153,[[]]],[11,"into_any","","",153,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",153,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",153,[[],["any",8]]],[11,"as_any_mut","","",153,[[],["any",8]]],[11,"into_any_arc","","",153,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",154,[[]]],[11,"into","","",154,[[]]],[11,"borrow","","",154,[[]]],[11,"borrow_mut","","",154,[[]]],[11,"try_from","","",154,[[],["result",4]]],[11,"try_into","","",154,[[],["result",4]]],[11,"type_id","","",154,[[],["typeid",3]]],[11,"vzip","","",154,[[]]],[11,"into_any","","",154,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",154,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",154,[[],["any",8]]],[11,"as_any_mut","","",154,[[],["any",8]]],[11,"from","game::sandbox::speed","",155,[[]]],[11,"into","","",155,[[]]],[11,"borrow","","",155,[[]]],[11,"borrow_mut","","",155,[[]]],[11,"try_from","","",155,[[],["result",4]]],[11,"try_into","","",155,[[],["result",4]]],[11,"type_id","","",155,[[],["typeid",3]]],[11,"vzip","","",155,[[]]],[11,"into_any","","",155,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",155,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",155,[[],["any",8]]],[11,"as_any_mut","","",155,[[],["any",8]]],[11,"from","","",156,[[]]],[11,"into","","",156,[[]]],[11,"to_owned","","",156,[[]]],[11,"clone_into","","",156,[[]]],[11,"borrow","","",156,[[]]],[11,"borrow_mut","","",156,[[]]],[11,"try_from","","",156,[[],["result",4]]],[11,"try_into","","",156,[[],["result",4]]],[11,"type_id","","",156,[[],["typeid",3]]],[11,"vzip","","",156,[[]]],[11,"into_any","","",156,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",156,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",156,[[],["any",8]]],[11,"as_any_mut","","",156,[[],["any",8]]],[11,"into_any_arc","","",156,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::time_warp","",157,[[]]],[11,"into","","",157,[[]]],[11,"borrow","","",157,[[]]],[11,"borrow_mut","","",157,[[]]],[11,"try_from","","",157,[[],["result",4]]],[11,"try_into","","",157,[[],["result",4]]],[11,"type_id","","",157,[[],["typeid",3]]],[11,"vzip","","",157,[[]]],[11,"into_any","","",157,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",157,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",157,[[],["any",8]]],[11,"as_any_mut","","",157,[[],["any",8]]],[11,"from","","",158,[[]]],[11,"into","","",158,[[]]],[11,"borrow","","",158,[[]]],[11,"borrow_mut","","",158,[[]]],[11,"try_from","","",158,[[],["result",4]]],[11,"try_into","","",158,[[],["result",4]]],[11,"type_id","","",158,[[],["typeid",3]]],[11,"vzip","","",158,[[]]],[11,"into_any","","",158,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",158,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",158,[[],["any",8]]],[11,"as_any_mut","","",158,[[],["any",8]]],[11,"from","game::sandbox","",159,[[]]],[11,"into","","",159,[[]]],[11,"borrow","","",159,[[]]],[11,"borrow_mut","","",159,[[]]],[11,"try_from","","",159,[[],["result",4]]],[11,"try_into","","",159,[[],["result",4]]],[11,"type_id","","",159,[[],["typeid",3]]],[11,"vzip","","",159,[[]]],[11,"into_any","","",159,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",159,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",159,[[],["any",8]]],[11,"as_any_mut","","",159,[[],["any",8]]],[11,"from","","",160,[[]]],[11,"into","","",160,[[]]],[11,"borrow","","",160,[[]]],[11,"borrow_mut","","",160,[[]]],[11,"try_from","","",160,[[],["result",4]]],[11,"try_into","","",160,[[],["result",4]]],[11,"type_id","","",160,[[],["typeid",3]]],[11,"vzip","","",160,[[]]],[11,"into_any","","",160,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",160,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",160,[[],["any",8]]],[11,"as_any_mut","","",160,[[],["any",8]]],[11,"from","","",167,[[]]],[11,"into","","",167,[[]]],[11,"borrow","","",167,[[]]],[11,"borrow_mut","","",167,[[]]],[11,"try_from","","",167,[[],["result",4]]],[11,"try_into","","",167,[[],["result",4]]],[11,"type_id","","",167,[[],["typeid",3]]],[11,"vzip","","",167,[[]]],[11,"into_any","","",167,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",167,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",167,[[],["any",8]]],[11,"as_any_mut","","",167,[[],["any",8]]],[11,"into_any_arc","","",167,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",161,[[]]],[11,"into","","",161,[[]]],[11,"borrow","","",161,[[]]],[11,"borrow_mut","","",161,[[]]],[11,"try_from","","",161,[[],["result",4]]],[11,"try_into","","",161,[[],["result",4]]],[11,"type_id","","",161,[[],["typeid",3]]],[11,"vzip","","",161,[[]]],[11,"into_any","","",161,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",161,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",161,[[],["any",8]]],[11,"as_any_mut","","",161,[[],["any",8]]],[11,"into_any_arc","","",161,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",162,[[]]],[11,"into","","",162,[[]]],[11,"borrow","","",162,[[]]],[11,"borrow_mut","","",162,[[]]],[11,"try_from","","",162,[[],["result",4]]],[11,"try_into","","",162,[[],["result",4]]],[11,"type_id","","",162,[[],["typeid",3]]],[11,"vzip","","",162,[[]]],[11,"into_any","","",162,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",162,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",162,[[],["any",8]]],[11,"as_any_mut","","",162,[[],["any",8]]],[11,"into_any_arc","","",162,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",163,[[]]],[11,"into","","",163,[[]]],[11,"borrow","","",163,[[]]],[11,"borrow_mut","","",163,[[]]],[11,"try_from","","",163,[[],["result",4]]],[11,"try_into","","",163,[[],["result",4]]],[11,"type_id","","",163,[[],["typeid",3]]],[11,"vzip","","",163,[[]]],[11,"into_any","","",163,[[["global",3],["box",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",163,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",163,[[],["any",8]]],[11,"as_any_mut","","",163,[[],["any",8]]],[11,"show","game::app","",3,[[["id",4]],["bool",15]]],[11,"layers","","",3,[[],["showlayers",3]]],[11,"show","game::debug","",32,[[["id",4]],["bool",15]]],[11,"layers","","",32,[[],["showlayers",3]]],[11,"actions","","",164,[[["app",3],["id",4]],["vec",3]]],[11,"execute","","",164,[[["app",3],["eventctx",3],["id",4],["string",3],["bool",15]],[["transition",4],["app",3]]]],[11,"is_paused","","",164,[[],["bool",15]]],[11,"gameplay_mode","","",164,[[],["gameplaymode",4]]],[11,"actions","game::sandbox","",161,[[["app",3],["id",4]],["vec",3]]],[11,"execute","","",161,[[["app",3],["eventctx",3],["id",4],["string",3],["bool",15]],[["transition",4],["app",3]]]],[11,"is_paused","","",161,[[],["bool",15]]],[11,"gameplay_mode","","",161,[[],["gameplaymode",4]]],[11,"name","game::layer::elevation","",81,[[],[["str",15],["option",4]]]],[11,"event","","",81,[[["eventctx",3],["app",3]],[["layeroutcome",4],["option",4]]]],[11,"draw","","",81,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",81,[[["gfxctx",3]]]],[11,"name","","",82,[[],[["str",15],["option",4]]]],[11,"event","","",82,[[["eventctx",3],["app",3]],[["layeroutcome",4],["option",4]]]],[11,"draw","","",82,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",82,[[["gfxctx",3]]]],[11,"name","game::layer::favorites","",84,[[],[["str",15],["option",4]]]],[11,"event","","",84,[[["eventctx",3],["app",3]],[["layeroutcome",4],["option",4]]]],[11,"draw","","",84,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",84,[[["gfxctx",3]]]],[11,"name","game::layer::map","",85,[[],[["str",15],["option",4]]]],[11,"event","","",85,[[["eventctx",3],["app",3]],[["layeroutcome",4],["option",4]]]],[11,"draw","","",85,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",85,[[["gfxctx",3]]]],[11,"name","","",86,[[],[["str",15],["option",4]]]],[11,"event","","",86,[[["eventctx",3],["app",3]],[["layeroutcome",4],["option",4]]]],[11,"draw","","",86,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",86,[[["gfxctx",3]]]],[11,"name","","",87,[[],[["str",15],["option",4]]]],[11,"event","","",87,[[["eventctx",3],["app",3]],[["layeroutcome",4],["option",4]]]],[11,"draw","","",87,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",87,[[["gfxctx",3]]]],[11,"name","game::layer::pandemic","",88,[[],[["str",15],["option",4]]]],[11,"event","","",88,[[["eventctx",3],["app",3]],[["layeroutcome",4],["option",4]]]],[11,"draw","","",88,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",88,[[["gfxctx",3]]]],[11,"name","game::layer::parking","",91,[[],[["str",15],["option",4]]]],[11,"event","","",91,[[["eventctx",3],["app",3]],[["layeroutcome",4],["option",4]]]],[11,"draw","","",91,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",91,[[["gfxctx",3]]]],[11,"name","","",93,[[],[["str",15],["option",4]]]],[11,"event","","",93,[[["eventctx",3],["app",3]],[["layeroutcome",4],["option",4]]]],[11,"draw","","",93,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",93,[[["gfxctx",3]]]],[11,"name","game::layer::population","",94,[[],[["str",15],["option",4]]]],[11,"event","","",94,[[["eventctx",3],["app",3]],[["layeroutcome",4],["option",4]]]],[11,"draw","","",94,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",94,[[["gfxctx",3]]]],[11,"name","game::layer::traffic","",96,[[],[["str",15],["option",4]]]],[11,"event","","",96,[[["eventctx",3],["app",3]],[["layeroutcome",4],["option",4]]]],[11,"draw","","",96,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",96,[[["gfxctx",3]]]],[11,"name","","",97,[[],[["str",15],["option",4]]]],[11,"event","","",97,[[["eventctx",3],["app",3]],[["layeroutcome",4],["option",4]]]],[11,"draw","","",97,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",97,[[["gfxctx",3]]]],[11,"name","","",98,[[],[["str",15],["option",4]]]],[11,"event","","",98,[[["eventctx",3],["app",3]],[["layeroutcome",4],["option",4]]]],[11,"draw","","",98,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",98,[[["gfxctx",3]]]],[11,"name","","",99,[[],[["str",15],["option",4]]]],[11,"event","","",99,[[["eventctx",3],["app",3]],[["layeroutcome",4],["option",4]]]],[11,"draw","","",99,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",99,[[["gfxctx",3]]]],[11,"name","","",101,[[],[["str",15],["option",4]]]],[11,"event","","",101,[[["eventctx",3],["app",3]],[["layeroutcome",4],["option",4]]]],[11,"draw","","",101,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",101,[[["gfxctx",3]]]],[11,"name","game::layer::transit","",102,[[],[["str",15],["option",4]]]],[11,"event","","",102,[[["eventctx",3],["app",3]],[["layeroutcome",4],["option",4]]]],[11,"draw","","",102,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",102,[[["gfxctx",3]]]],[11,"event","game::sandbox::gameplay::actdev","",135,[[["app",3],["eventctx",3],["sandboxcontrols",3],["actions",3]],[["transition",4],["option",4]]]],[11,"draw","","",135,[[["app",3],["gfxctx",3]]]],[11,"recreate_panels","","",135,[[["eventctx",3],["app",3]]]],[11,"has_tool_panel","","",135,[[],["bool",15]]],[11,"event","game::sandbox::gameplay::commute","",136,[[["app",3],["eventctx",3],["sandboxcontrols",3],["actions",3]],[["transition",4],["option",4]]]],[11,"draw","","",136,[[["app",3],["gfxctx",3]]]],[11,"recreate_panels","","",136,[[["eventctx",3],["app",3]]]],[11,"event","game::sandbox::gameplay::fix_traffic_signals","",137,[[["app",3],["eventctx",3],["sandboxcontrols",3],["actions",3]],[["transition",4],["option",4]]]],[11,"draw","","",137,[[["app",3],["gfxctx",3]]]],[11,"recreate_panels","","",137,[[["eventctx",3],["app",3]]]],[11,"on_destroy","","",137,[[["app",3]]]],[11,"event","game::sandbox::gameplay::freeform","",139,[[["app",3],["eventctx",3],["sandboxcontrols",3],["actions",3]],[["transition",4],["option",4]]]],[11,"draw","","",139,[[["app",3],["gfxctx",3]]]],[11,"recreate_panels","","",139,[[["eventctx",3],["app",3]]]],[11,"event","game::sandbox::gameplay::play_scenario","",141,[[["app",3],["eventctx",3],["sandboxcontrols",3],["actions",3]],[["transition",4],["option",4]]]],[11,"draw","","",141,[[["app",3],["gfxctx",3]]]],[11,"on_destroy","","",141,[[["app",3]]]],[11,"recreate_panels","","",141,[[["eventctx",3],["app",3]]]],[11,"event","game::sandbox::gameplay::tutorial","",144,[[["app",3],["eventctx",3],["sandboxcontrols",3],["actions",3]],[["transition",4],["option",4]]]],[11,"draw","","",144,[[["app",3],["gfxctx",3]]]],[11,"recreate_panels","","",144,[[["eventctx",3],["app",3]]]],[11,"can_move_canvas","","",144,[[],["bool",15]]],[11,"can_examine_objects","","",144,[[],["bool",15]]],[11,"has_common","","",144,[[],["bool",15]]],[11,"has_tool_panel","","",144,[[],["bool",15]]],[11,"has_time_panel","","",144,[[],["bool",15]]],[11,"has_minimap","","",144,[[],["bool",15]]],[11,"clone","game::app","",4,[[],["flags",3]]],[11,"clone","game::debug::floodfill","",22,[[],["source",4]]],[11,"clone","game::devtools::story","",48,[[],["recordedstorymap",3]]],[11,"clone","game::edit::traffic_signals","",69,[[],["bundleedits",3]]],[11,"clone","game::info::trip","",75,[[],["opentrip",3]]],[11,"clone","game::info","",77,[[],["tab",4]]],[11,"clone","","",80,[[],["dataoptions",3]]],[11,"clone","game::layer::pandemic","",89,[[],["seir",4]]],[11,"clone","","",90,[[],["options",3]]],[11,"clone","game::layer::parking","",92,[[],["loc",4]]],[11,"clone","game::layer::population","",95,[[],["options",3]]],[11,"clone","game::sandbox::dashboards::commuter","",112,[[],["blockselection",4]]],[11,"clone","game::sandbox::dashboards","",134,[[],["dashtab",4]]],[11,"clone","game::sandbox::gameplay::tutorial","",145,[[],["tutorialpointer",3]]],[11,"clone","","",146,[[],["task",4]]],[11,"clone","game::sandbox::gameplay","",149,[[],["gameplaymode",4]]],[11,"clone","game::sandbox::speed","",156,[[],["speedsetting",4]]],[11,"cmp","game::layer::parking","",92,[[["loc",4]],["ordering",4]]],[11,"cmp","game::sandbox::gameplay::tutorial","",145,[[["tutorialpointer",3]],["ordering",4]]],[11,"cmp","game::sandbox::gameplay","",149,[[["gameplaymode",4]],["ordering",4]]],[11,"eq","game::devtools::collisions","",36,[[["filters",3]],["bool",15]]],[11,"ne","","",36,[[["filters",3]],["bool",15]]],[11,"eq","game::edit::traffic_signals","",69,[[["bundleedits",3]],["bool",15]]],[11,"ne","","",69,[[["bundleedits",3]],["bool",15]]],[11,"eq","game::info::trip","",75,[[["opentrip",3]],["bool",15]]],[11,"eq","game::info","",80,[[["dataoptions",3]],["bool",15]]],[11,"ne","","",80,[[["dataoptions",3]],["bool",15]]],[11,"eq","game::layer::pandemic","",89,[[["seir",4]],["bool",15]]],[11,"eq","","",90,[[["options",3]],["bool",15]]],[11,"ne","","",90,[[["options",3]],["bool",15]]],[11,"eq","game::layer::parking","",92,[[["loc",4]],["bool",15]]],[11,"ne","","",92,[[["loc",4]],["bool",15]]],[11,"eq","game::layer::population","",95,[[["options",3]],["bool",15]]],[11,"ne","","",95,[[["options",3]],["bool",15]]],[11,"eq","game::sandbox::dashboards::commuter","",112,[[["blockselection",4]],["bool",15]]],[11,"ne","","",112,[[["blockselection",4]],["bool",15]]],[11,"eq","","",116,[[["filter",3]],["bool",15]]],[11,"ne","","",116,[[["filter",3]],["bool",15]]],[11,"eq","game::sandbox::dashboards","",134,[[["dashtab",4]],["bool",15]]],[11,"eq","game::sandbox::gameplay::tutorial","",145,[[["tutorialpointer",3]],["bool",15]]],[11,"ne","","",145,[[["tutorialpointer",3]],["bool",15]]],[11,"eq","","",146,[[["task",4]],["bool",15]]],[11,"eq","game::sandbox::gameplay","",149,[[["gameplaymode",4]],["bool",15]]],[11,"ne","","",149,[[["gameplaymode",4]],["bool",15]]],[11,"eq","game::sandbox::speed","",156,[[["speedsetting",4]],["bool",15]]],[11,"partial_cmp","game::layer::parking","",92,[[["loc",4]],[["option",4],["ordering",4]]]],[11,"lt","","",92,[[["loc",4]],["bool",15]]],[11,"le","","",92,[[["loc",4]],["bool",15]]],[11,"gt","","",92,[[["loc",4]],["bool",15]]],[11,"ge","","",92,[[["loc",4]],["bool",15]]],[11,"partial_cmp","game::sandbox::gameplay::tutorial","",145,[[["tutorialpointer",3]],[["option",4],["ordering",4]]]],[11,"lt","","",145,[[["tutorialpointer",3]],["bool",15]]],[11,"le","","",145,[[["tutorialpointer",3]],["bool",15]]],[11,"gt","","",145,[[["tutorialpointer",3]],["bool",15]]],[11,"ge","","",145,[[["tutorialpointer",3]],["bool",15]]],[11,"partial_cmp","","",146,[[["task",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","game::sandbox::gameplay","",149,[[["gameplaymode",4]],[["option",4],["ordering",4]]]],[11,"lt","","",149,[[["gameplaymode",4]],["bool",15]]],[11,"le","","",149,[[["gameplaymode",4]],["bool",15]]],[11,"gt","","",149,[[["gameplaymode",4]],["bool",15]]],[11,"ge","","",149,[[["gameplaymode",4]],["bool",15]]],[11,"partial_cmp","game::sandbox::speed","",156,[[["speedsetting",4]],[["option",4],["ordering",4]]]],[11,"fmt","game::layer::pandemic","",89,[[["formatter",3]],["result",6]]],[11,"fmt","game::sandbox::dashboards","",134,[[["formatter",3]],["result",6]]],[11,"serialize","game::devtools::story","",48,[[],["result",4]]],[11,"serialize","game::layer::favorites","",83,[[],["result",4]]],[11,"deserialize","game::devtools::story","",48,[[],["result",4]]],[11,"deserialize","game::layer::favorites","",83,[[],["result",4]]],[11,"event","game::challenges::cutscene","",12,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",12,[[],["drawbaselayer",4]]],[11,"draw","","",12,[[["app",3],["gfxctx",3]]]],[11,"event","","",13,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",13,[[["app",3],["gfxctx",3]]]],[11,"event","game::challenges","",16,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",16,[[],["drawbaselayer",4]]],[11,"draw","","",16,[[["app",3],["gfxctx",3]]]],[11,"event","game::common::warp","",17,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",17,[[["app",3],["gfxctx",3]]]],[11,"event","","",18,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",18,[[["app",3],["gfxctx",3]]]],[11,"event","game::debug::blocked_by","",20,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",20,[[["app",3],["gfxctx",3]]]],[11,"event","game::debug::floodfill","",21,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",21,[[["app",3],["gfxctx",3]]]],[11,"event","game::debug::path_counter","",24,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",24,[[["app",3],["gfxctx",3]]]],[11,"event","game::debug::polygons","",25,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",25,[[["app",3],["gfxctx",3]]]],[11,"event","game::debug::routes","",27,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",27,[[["app",3],["gfxctx",3]]]],[11,"event","","",28,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",28,[[["app",3],["gfxctx",3]]]],[11,"event","","",29,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",29,[[["app",3],["gfxctx",3]]]],[11,"event","game::debug","",32,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",32,[[],["drawbaselayer",4]]],[11,"draw","","",32,[[["app",3],["gfxctx",3]]]],[11,"event","","",34,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",34,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools::collisions","",35,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",35,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools::destinations","",41,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",41,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools::kml","",42,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",42,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools::polygon","",44,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",44,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools::scenario","",45,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",45,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools::story","",46,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",46,[[],["drawbaselayer",4]]],[11,"draw","","",46,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools","",52,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",52,[[],["drawbaselayer",4]]],[11,"draw","","",52,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::bulk","",53,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",53,[[["app",3],["gfxctx",3]]]],[11,"event","","",54,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",54,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::cluster_traffic_signals","",55,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",55,[[],["drawbaselayer",4]]],[11,"draw","","",55,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::routes","",57,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",57,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::traffic_signals::picker","",66,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",66,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::traffic_signals::preview","",67,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",67,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::traffic_signals","",68,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",68,[[],["drawbaselayer",4]]],[11,"draw","","",68,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::zones","",70,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",70,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit","",71,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",71,[[["app",3],["gfxctx",3]]]],[11,"event","","",72,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",72,[[["app",3],["gfxctx",3]]]],[11,"event","","",73,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",73,[[["app",3],["gfxctx",3]]]],[11,"event","","",74,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",74,[[["app",3],["gfxctx",3]]]],[11,"event","game::layer","",105,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",105,[[],["drawbaselayer",4]]],[11,"draw","","",105,[[["app",3],["gfxctx",3]]]],[11,"event","game::pregame::proposals","",106,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",106,[[],["drawbaselayer",4]]],[11,"draw","","",106,[[["app",3],["gfxctx",3]]]],[11,"event","game::pregame","",107,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",107,[[["app",3],["gfxctx",3]]]],[11,"event","","",108,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",108,[[],["drawbaselayer",4]]],[11,"draw","","",108,[[["app",3],["gfxctx",3]]]],[11,"event","","",109,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",109,[[],["drawbaselayer",4]]],[11,"draw","","",109,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::dashboards::commuter","",111,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",111,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::dashboards::misc","",119,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",119,[[["app",3],["gfxctx",3]]]],[11,"event","","",120,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",120,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::dashboards::parking_overhead","",121,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",121,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::dashboards::selector","",124,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",124,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::dashboards::summaries","",125,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",125,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::dashboards::traffic_signals","",127,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",127,[[],["drawbaselayer",4]]],[11,"draw","","",127,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::dashboards::trip_table","",129,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",129,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::gameplay::freeform::spawner","",138,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",138,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::gameplay::play_scenario","",142,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",142,[[["app",3],["gfxctx",3]]]],[11,"event","","",143,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",143,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::gameplay","",152,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",152,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::misc_tools","",154,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",154,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::time_warp","",157,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",157,[[["app",3],["gfxctx",3]]]],[11,"event","","",158,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",158,[[],["drawbaselayer",4]]],[11,"draw","","",158,[[["app",3],["gfxctx",3]]]],[11,"on_destroy","","",158,[[["eventctx",3],["app",3]]]],[11,"event","game::sandbox","",159,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",159,[[["app",3],["gfxctx",3]]]],[11,"on_destroy","","",159,[[["eventctx",3],["app",3]]]],[11,"event","","",167,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",167,[[["app",3],["gfxctx",3]]]],[11,"event","","",163,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",163,[[["app",3],["gfxctx",3]]]],[11,"map","game::app","",0,[[],["map",3]]],[11,"sim","","",0,[[],["sim",3]]],[11,"cs","","",0,[[],["colorscheme",3]]],[11,"mut_cs","","",0,[[],["colorscheme",3]]],[11,"draw_map","","",0,[[],["drawmap",3]]],[11,"mut_draw_map","","",0,[[],["drawmap",3]]],[11,"opts","","",0,[[],["options",3]]],[11,"mut_opts","","",0,[[],["options",3]]],[11,"map_switched","","",0,[[["eventctx",3],["timer",3],["map",3]]]],[11,"draw_with_opts","","",0,[[["gfxctx",3],["drawoptions",3]]]],[11,"make_warper","","",0,[[["f64",15],["eventctx",3],["option",4],["option",4],["id",4],["pt2d",3]],[["state",8],["box",3]]]],[11,"before_event","","",0,[[]]],[11,"draw_default","","",0,[[["gfxctx",3]]]],[11,"dump_before_abort","","",0,[[["canvas",3]]]],[11,"before_quit","","",0,[[["canvas",3]]]],[11,"has_zorder","game::sandbox::minimap","",166,[[["app",3]],["bool",15]]],[11,"has_layer","","",166,[[["app",3]],["bool",15]]],[11,"draw_extra","","",166,[[["app",3],["gfxctx",3]]]],[11,"make_unzoomed_panel","","",166,[[["eventctx",3],["app",3]],["panel",3]]],[11,"make_legend","","",166,[[["eventctx",3],["app",3]],["widget",3]]],[11,"make_zoomed_side_panel","","",166,[[["eventctx",3],["app",3]],["widget",3]]],[11,"panel_clicked","","",166,[[["eventctx",3],["app",3],["str",15]],[["transition",4],["option",4]]]],[11,"panel_changed","","",166,[[["eventctx",3],["app",3],["panel",3]]]],[11,"run","game::app","",8,[[["map",3],["sim",3]],["bool",15]]],[11,"on_click","game::debug::uber_turns","",30,[[["app",3],["panel",3],["eventctx",3],["str",15]],[["transition",4],["app",3]]]],[11,"on_mouseover","","",30,[[["eventctx",3],["app",3]]]],[11,"other_event","","",30,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",30,[[["app",3],["gfxctx",3]]]],[11,"on_click","","",31,[[["app",3],["panel",3],["eventctx",3],["str",15]],[["transition",4],["app",3]]]],[11,"panel_changed","","",31,[[["eventctx",3],["app",3],["panel",3]],[["transition",4],["option",4]]]],[11,"other_event","","",31,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",31,[[],["drawbaselayer",4]]],[11,"draw","","",31,[[["app",3],["gfxctx",3]]]],[11,"on_click","game::edit::lanes","",56,[[["app",3],["panel",3],["eventctx",3],["str",15]],[["transition",4],["app",3]]]],[11,"panel_changed","","",56,[[["eventctx",3],["app",3],["panel",3]],[["transition",4],["option",4]]]],[11,"on_mouseover","","",56,[[["eventctx",3],["app",3]]]],[11,"other_event","","",56,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",56,[[["app",3],["gfxctx",3]]]],[11,"on_click","game::edit::stop_signs","",61,[[["app",3],["panel",3],["eventctx",3],["str",15]],[["transition",4],["app",3]]]],[11,"on_mouseover","","",61,[[["eventctx",3],["app",3]]]],[11,"other_event","","",61,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",61,[[["app",3],["gfxctx",3]]]],[11,"on_click","game::edit::traffic_signals::edits","",62,[[["app",3],["panel",3],["eventctx",3],["str",15]],[["transition",4],["app",3]]]],[11,"panel_changed","","",62,[[["eventctx",3],["app",3],["panel",3]],[["transition",4],["option",4]]]],[11,"other_event","","",62,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",62,[[],["drawbaselayer",4]]],[11,"on_click","game::edit::traffic_signals::offsets","",63,[[["app",3],["panel",3],["eventctx",3],["str",15]],[["transition",4],["app",3]]]],[11,"on_mouseover","","",63,[[["eventctx",3],["app",3]]]],[11,"other_event","","",63,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",63,[[["app",3],["gfxctx",3]]]],[11,"on_click","","",64,[[["app",3],["panel",3],["eventctx",3],["str",15]],[["transition",4],["app",3]]]],[11,"on_mouseover","","",64,[[["eventctx",3],["app",3]]]],[11,"other_event","","",64,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",64,[[["app",3],["gfxctx",3]]]],[11,"on_click","","",65,[[["app",3],["panel",3],["eventctx",3],["str",15]],[["transition",4],["app",3]]]],[11,"other_event","","",65,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",65,[[["app",3],["gfxctx",3]]]],[11,"on_click","game::sandbox::gameplay::actdev","",165,[[["app",3],["panel",3],["eventctx",3],["str",15]],[["transition",4],["app",3]]]],[11,"draw","","",165,[[["app",3],["gfxctx",3]]]],[11,"on_click","game::sandbox::gameplay::freeform","",140,[[["app",3],["panel",3],["eventctx",3],["str",15]],[["transition",4],["app",3]]]],[11,"draw","","",140,[[["app",3],["gfxctx",3]]]]],"p":[[3,"App"],[3,"ShowLayers"],[8,"ShowObject"],[3,"ShowEverything"],[3,"Flags"],[3,"PerMap"],[3,"SessionState"],[3,"PerObjectActions"],[3,"FindDelayedIntersections"],[3,"CutsceneBuilder"],[4,"Layout"],[3,"Scene"],[3,"CutscenePlayer"],[3,"FYI"],[3,"Challenge"],[3,"HighScore"],[3,"ChallengesPicker"],[3,"Warping"],[3,"DebugWarp"],[3,"CommonState"],[3,"Viewer"],[3,"Floodfiller"],[4,"Source"],[3,"ObjectDebugger"],[3,"PathCounter"],[3,"PolygonDebugger"],[4,"Item"],[3,"RouteExplorer"],[3,"AllRoutesExplorer"],[3,"PathCostDebugger"],[3,"UberTurnPicker"],[3,"UberTurnViewer"],[3,"DebugMode"],[3,"SearchResults"],[3,"ScreenshotTest"],[3,"CollisionsViewer"],[3,"Filters"],[4,"Dataviz"],[13,"Individual"],[13,"Aggregated"],[3,"MapspaceTooltips"],[3,"PopularDestinations"],[3,"ViewKML"],[3,"Object"],[3,"PolygonEditor"],[3,"ScenarioManager"],[3,"StoryMapEditor"],[4,"Mode"],[3,"RecordedStoryMap"],[3,"StoryMap"],[3,"Marker"],[3,"Lasso"],[3,"DevToolsMode"],[3,"BulkSelect"],[3,"BulkEdit"],[3,"ClusterTrafficSignalEditor"],[3,"LaneEditor"],[3,"RouteEditor"],[3,"RoadSelector"],[4,"Mode"],[13,"Route"],[3,"StopSignEditor"],[3,"ChangeDuration"],[3,"ShowAbsolute"],[3,"ShowRelative"],[3,"TuneRelative"],[3,"SignalPicker"],[3,"PreviewTrafficSignal"],[3,"TrafficSignalEditor"],[3,"BundleEdits"],[3,"ZoneEditor"],[3,"EditMode"],[3,"SaveEdits"],[3,"LoadEdits"],[3,"ConfirmDiscard"],[3,"OpenTrip"],[3,"InfoPanel"],[4,"Tab"],[3,"Details"],[8,"ContextualActions"],[3,"DataOptions"],[3,"SteepStreets"],[3,"ElevationContours"],[3,"Favorites"],[3,"ShowFavorites"],[3,"BikeActivity"],[3,"Static"],[3,"CongestionCaps"],[3,"Pandemic"],[4,"SEIR"],[3,"Options"],[3,"Occupancy"],[4,"Loc"],[3,"Efficiency"],[3,"PopulationMap"],[3,"Options"],[3,"Backpressure"],[3,"Throughput"],[3,"CompareThroughput"],[3,"TrafficJams"],[3,"Jam"],[3,"Delay"],[3,"TransitNetwork"],[8,"Layer"],[4,"LayerOutcome"],[3,"PickLayer"],[3,"Proposals"],[3,"TitleScreen"],[3,"MainMenu"],[3,"About"],[3,"Screensaver"],[3,"CommuterPatterns"],[4,"BlockSelection"],[13,"Locked"],[3,"PanelState"],[3,"Block"],[3,"Filter"],[4,"BorderType"],[3,"Loop"],[3,"ActiveTraffic"],[3,"TransitRoutes"],[3,"ParkingOverhead"],[3,"Entry"],[3,"Filters"],[3,"RectangularSelector"],[3,"TripSummaries"],[3,"Filter"],[3,"TrafficSignalDemand"],[3,"Demand"],[3,"TripTable"],[3,"FinishedTrip"],[3,"CancelledTrip"],[3,"UnfinishedTrip"],[3,"Filters"],[4,"DashTab"],[3,"Actdev"],[3,"OptimizeCommute"],[3,"FixTrafficSignals"],[3,"AgentSpawner"],[3,"Freeform"],[3,"ChangeScenario"],[3,"PlayScenario"],[3,"EditScenarioModifiers"],[3,"ChangeMode"],[3,"Tutorial"],[3,"TutorialPointer"],[4,"Task"],[3,"Stage"],[3,"TutorialState"],[4,"GameplayMode"],[8,"GameplayState"],[4,"LoadScenario"],[3,"FinalScore"],[3,"RoutePreview"],[3,"TrafficRecorder"],[3,"TimePanel"],[4,"SpeedSetting"],[3,"JumpToTime"],[3,"TimeWarpScreen"],[3,"SandboxMode"],[3,"SandboxControls"],[3,"Actions"],[4,"LoadStage"],[3,"SandboxLoader"],[3,"Actions"],[3,"About"],[3,"MinimapController"],[3,"BackToMainMenu"]]},\ "generate_houses":{"doc":"Procedurally generates houses along empty residential …","i":[[5,"main","generate_houses","",null,[[]]],[5,"generate_buildings_on_empty_residential_roads","","",null,[[["xorshiftrng",3],["timer",3],["map",3]],[["vec",3],["polygon",3]]]],[5,"rand_dist","","",null,[[["f64",15],["xorshiftrng",3]],["distance",3]]]],"p":[]},\ "geojson_to_osmosis":{"doc":"","i":[[5,"main","geojson_to_osmosis","Reads GeoJSON input from STDIN, extracts a polygon from …",null,[[],["result",6]]],[5,"extract_boundaries","","",null,[[["geojson",4]],[["vec",3],["result",6]]]]],"p":[]},\ "geom":{"doc":"","i":[[0,"angle","geom","",null,null],[3,"Angle","geom::angle","An angle, stored in radians.",null,null],[12,"0","","",0,null],[18,"ZERO","","",0,null],[11,"new_rads","","Create an angle in radians.",0,[[["f64",15]],["angle",3]]],[11,"degrees","","Create an angle in degrees.",0,[[["f64",15]],["angle",3]]],[11,"opposite","","Invert the direction of this angle.",0,[[],["angle",3]]],[11,"invert_y","","",0,[[],["angle",3]]],[11,"rotate_degs","","Rotates this angle by some degrees.",0,[[["f64",15]],["angle",3]]],[11,"normalized_radians","","Returns [0, 2pi)",0,[[],["f64",15]]],[11,"normalized_degrees","","Returns [0, 360)",0,[[],["f64",15]]],[11,"simple_shortest_rotation_towards","","Returns [-180, 180]",0,[[["angle",3]],["f64",15]]],[11,"shortest_rotation_towards","","Logically this returns [-180, 180], but keep in mind when …",0,[[["angle",3]],["angle",3]]],[11,"approx_eq","","True if this angle is within some degrees of another, …",0,[[["f64",15],["angle",3]],["bool",15]]],[11,"reorient","","I don\'t know how to describe what this does. Use for …",0,[[],["angle",3]]],[0,"bounds","geom","",null,null],[3,"Bounds","geom::bounds","Represents a rectangular boundary ofPt2D
points.",null,null],[12,"min_x","","",1,null],[12,"min_y","","",1,null],[12,"max_x","","",1,null],[12,"max_y","","",1,null],[11,"new","","A boundary including no points.",1,[[],["bounds",3]]],[11,"zero","","",1,[[]]],[11,"from","","Create a boundary covering some points.",1,[[["vec",3]],["bounds",3]]],[11,"update","","Update the boundary to include this point.",1,[[["pt2d",3]]]],[11,"union","","Unions two boundaries.",1,[[["bounds",3]]]],[11,"add_buffer","","Expand the existing boundary by some distance evenly on …",1,[[["distance",3]]]],[11,"contains","","True if the point is within the boundary.",1,[[["pt2d",3]],["bool",15]]],[11,"as_bbox","","Converts the boundary to the format used byaabb_quadtree
.",1,[[],["rect",3]]],[11,"get_rectangle","","Creates a rectangle covering this boundary.",1,[[],["polygon",3]]],[11,"width","","The width of this boundary.",1,[[],["f64",15]]],[11,"height","","The height of this boundary.",1,[[],["f64",15]]],[11,"center","","The center point of this boundary.",1,[[],["pt2d",3]]],[3,"GPSBounds","","Represents a rectangular boundary ofLonLat
points. After …",null,null],[12,"min_lon","","",2,null],[12,"min_lat","","",2,null],[12,"max_lon","","",2,null],[12,"max_lat","","",2,null],[11,"new","","A boundary including no points.",2,[[],["gpsbounds",3]]],[11,"from","","Create a boundary covering some points.",2,[[["vec",3],["lonlat",3]],["gpsbounds",3]]],[11,"update","","Update the boundary to include this point.",2,[[["lonlat",3]]]],[11,"contains","","True if the point is within the boundary.",2,[[["lonlat",3]],["bool",15]]],[11,"get_max_world_pt","","The bottom-right corner of the boundary, in map-space.",2,[[],["pt2d",3]]],[11,"to_bounds","","Converts the boundary to map-space.",2,[[],["bounds",3]]],[11,"try_convert","","Convert all points to map-space, failing if any points …",2,[[["vec",3]],[["option",4],["vec",3]]]],[11,"convert","","Convert all points to map-space. The points may be …",2,[[["vec",3]],[["pt2d",3],["vec",3]]]],[11,"convert_back","","Convert map-space points back toLonLat
s. This is only …",2,[[["vec",3]],[["vec",3],["lonlat",3]]]],[0,"circle","geom","",null,null],[17,"TRIANGLES_PER_CIRCLE","geom::circle","",null,null],[3,"Circle","","A circle, defined by a center and radius.",null,null],[12,"center","","",3,null],[12,"radius","","",3,null],[11,"new","","Creates a circle.",3,[[["distance",3],["pt2d",3]],["circle",3]]],[11,"contains_pt","","True if the point is inside the circle.",3,[[["pt2d",3]],["bool",15]]],[11,"get_bounds","","Get the boundary containing this circle.",3,[[],["bounds",3]]],[11,"to_polygon","","Renders the circle as a polygon.",3,[[],["polygon",3]]],[11,"to_partial_polygon","","Renders some percent, between [0, 1], of the circle as a …",3,[[["f64",15]],["polygon",3]]],[11,"to_ring","","Returns the ring around the circle.",3,[[],["ring",3]]],[11,"to_outline","","Creates an outline around the circle, strictly contained …",3,[[["distance",3]],[["polygon",3],["result",6]]]],[0,"distance","geom","",null,null],[3,"Distance","geom::distance","A distance, in meters. Can be negative.",null,null],[12,"0","","",4,null],[18,"ZERO","","",4,null],[11,"meters","","Creates a distance in meters.",4,[[["f64",15]],["distance",3]]],[11,"const_meters","","",4,[[["f64",15]],["distance",3]]],[11,"inches","","Creates a distance in inches.",4,[[["f64",15]],["distance",3]]],[11,"miles","","Creates a distance in miles.",4,[[["f64",15]],["distance",3]]],[11,"centimeters","","Creates a distance in centimeters.",4,[[["usize",15]],["distance",3]]],[11,"abs","","Returns the absolute value of this distance.",4,[[],["distance",3]]],[11,"sqrt","","Returns the square root of this distance.",4,[[],["distance",3]]],[11,"inner_meters","","Returns the distance in meters. Prefer to work with …",4,[[],["f64",15]]],[11,"to_feet","","Returns the distance in feet.",4,[[],["f64",15]]],[11,"to_string","","Describes the distance according to formatting rules.",4,[[["unitfmt",3]],["string",3]]],[0,"duration","geom","",null,null],[3,"Duration","geom::duration","A duration, in seconds. Can be negative.",null,null],[12,"0","","",5,null],[18,"ZERO","","",5,null],[18,"EPSILON","","",5,null],[11,"seconds","","Creates a duration in seconds.",5,[[["f64",15]],["duration",3]]],[11,"minutes","","Creates a duration in minutes.",5,[[["usize",15]],["duration",3]]],[11,"hours","","Creates a duration in hours.",5,[[["usize",15]],["duration",3]]],[11,"f64_minutes","","Creates a duration in minutes.",5,[[["f64",15]],["duration",3]]],[11,"const_seconds","","",5,[[["f64",15]],["duration",3]]],[11,"to_u64","","",5,[[],["u64",15]]],[11,"from_u64","","",5,[[["u64",15]],["duration",3]]],[11,"inner_seconds","","Returns the duration in seconds. Prefer working in …",5,[[],["f64",15]]],[11,"get_parts","","Splits the duration into (hours, minutes, seconds, …",5,[[]]],[11,"parse","","Parses a duration such as \\\"3:00\\\" toDuration::minutes(3)
.",5,[[["str",15]],[["result",6],["duration",3]]]],[11,"epsilon_eq","","If two durations are within this amount, they\'ll print as …",5,[[["duration",3]],["bool",15]]],[11,"realtime_elapsed","","Returns the duration elapsed from this moment in real …",5,[[["instant",6]],["duration",3]]],[11,"round_up","","Rounds a duration up to the nearest whole number multiple.",5,[[["duration",3]],["duration",3]]],[11,"num_minutes_rounded_up","","Returns the duration as a number of minutes, rounded up.",5,[[],["usize",15]]],[11,"make_intervals_for_max","","Returns (rounded max, the boundaries in number of minutes)",5,[[["usize",15]]]],[11,"to_string","","Describes the duration according to formatting rules.",5,[[["unitfmt",3]],["string",3]]],[0,"find_closest","geom","",null,null],[3,"FindClosest","geom::find_closest","A quad-tree to quickly find the closest points to some …",null,null],[12,"geometries","","",6,null],[12,"quadtree","","",6,null],[11,"new","","Creates the quad-tree, limited to points contained in the …",6,[[["bounds",3]],["findclosest",3]]],[11,"add","","Add an object to the quadtree, remembering some key …",6,[[["vec",3]]]],[11,"all_close_pts","","For every object within some distance of a query point, …",6,[[["distance",3],["pt2d",3]],["vec",3]]],[11,"closest_pt","","Finds the closest point on the existing geometry to the …",6,[[["distance",3],["pt2d",3]],["option",4]]],[5,"pts_to_line_string","","",null,[[["vec",3]],[["f64",15],["linestring",3]]]],[0,"gps","geom","",null,null],[3,"LonLat","geom::gps","Represents a (longitude, latitude) point.",null,null],[12,"longitude","","",7,null],[12,"latitude","","",7,null],[11,"new","","Note the order of arguments!",7,[[["f64",15]],["lonlat",3]]],[11,"x","","Returns the longitude of this point.",7,[[],["f64",15]]],[11,"y","","Returns the latitude of this point.",7,[[],["f64",15]]],[11,"to_pt","","Transform this to a world-space point. Can go out of …",7,[[["gpsbounds",3]],["pt2d",3]]],[11,"gps_dist","","Returns the Haversine distance to another point.",7,[[["lonlat",3]],["distance",3]]],[11,"fast_dist","","Pretty meaningless units, for comparing distances very …",7,[[["lonlat",3]],[["f64",15],["notnan",3]]]],[11,"read_osmosis_polygon","","Parses a file in the …",7,[[["str",15]],[["result",6],["vec",3]]]],[11,"write_osmosis_polygon","","Writes a set of points to a file in the …",7,[[["vec",3],["str",15]],["result",6]]],[11,"center","","Finds the average of a set of coordinates.",7,[[["vec",3]],["lonlat",3]]],[0,"line","geom","",null,null],[3,"Line","geom::line","A line segment.",null,null],[12,"0","","",8,null],[12,"1","","",8,null],[11,"new","","Creates a line segment between two points. None if the …",8,[[["pt2d",3]],[["line",3],["option",4]]]],[11,"must_new","","Equivalent toLine::new(pt1, pt2).unwrap()
. Use this to …",8,[[["pt2d",3]],["line",3]]],[11,"infinite","","Returns an infinite line passing through this line\'s two …",8,[[],["infiniteline",3]]],[11,"pt1","","Returns the first point in this line segment.",8,[[],["pt2d",3]]],[11,"pt2","","Returns the second point in this line segment.",8,[[],["pt2d",3]]],[11,"points","","Returns the two points in this line segment.",8,[[],[["pt2d",3],["vec",3]]]],[11,"to_polyline","","Returns a polyline containing these two points.",8,[[],["polyline",3]]],[11,"make_polygons","","Returns a thick line segment.",8,[[["distance",3]],["polygon",3]]],[11,"length","","Length of the line segment",8,[[],["distance",3]]],[11,"intersection","","If two line segments intersect -- including endpoints -- …",8,[[["line",3]],[["pt2d",3],["option",4]]]],[11,"crosses","","Determine if two line segments intersect, but more so …",8,[[["line",3]],["bool",15]]],[11,"intersection_infinite","","If the line segment intersects with an infinite line -- …",8,[[["infiniteline",3]],[["pt2d",3],["option",4]]]],[11,"shift_right","","Perpendicularly shifts the line over to the right. Width …",8,[[["distance",3]],["line",3]]],[11,"shift_left","","Perpendicularly shifts the line over to the left. Width …",8,[[["distance",3]],["line",3]]],[11,"shift_either_direction","","Perpendicularly shifts the line to the right if positive …",8,[[["distance",3]],["line",3]]],[11,"reverse","","Returns a reversed line segment",8,[[],["line",3]]],[11,"angle","","The angle of the line segment, from the first to the …",8,[[],["angle",3]]],[11,"dist_along","","Returns a point along the line segment, unless the …",8,[[["distance",3]],[["pt2d",3],["option",4]]]],[11,"must_dist_along","","Equivalent toself.dist_along(dist).unwrap()
. Use this to …",8,[[["distance",3]],["pt2d",3]]],[11,"unbounded_dist_along","","",8,[[["distance",3]],["pt2d",3]]],[11,"unbounded_percent_along","","",8,[[["f64",15]],["pt2d",3]]],[11,"percent_along","","",8,[[["f64",15]],[["pt2d",3],["option",4]]]],[11,"slice","","",8,[[["distance",3]],[["line",3],["option",4]]]],[11,"middle","","",8,[[],[["pt2d",3],["option",4]]]],[11,"contains_pt","","",8,[[["pt2d",3]],["bool",15]]],[11,"dist_along_of_point","","",8,[[["pt2d",3]],[["option",4],["distance",3]]]],[11,"percent_along_of_point","","",8,[[["pt2d",3]],[["f64",15],["option",4]]]],[5,"is_counter_clockwise","","",null,[[["pt2d",3]],["bool",15]]],[3,"InfiniteLine","","",null,null],[12,"0","","",9,null],[12,"1","","",9,null],[11,"intersection","","Fails for parallel lines.",9,[[["infiniteline",3]],[["pt2d",3],["option",4]]]],[0,"percent","geom","",null,null],[3,"Percent","geom::percent","Most of the time, [0, 1]. But some callers may go outside …",null,null],[12,"0","","",10,null],[11,"inner","","",10,[[],["f64",15]]],[11,"int","","",10,[[["usize",15]],["percent",3]]],[11,"of","","",10,[[["usize",15]],["percent",3]]],[0,"polygon","geom","",null,null],[3,"Polygon","geom::polygon","",null,null],[12,"points","","",11,null],[12,"indices","","Groups of three indices make up the triangles",11,null],[12,"rings","","If the polygon has holes, explicitly store all the rings …",11,null],[11,"buggy_new","","",11,[[["pt2d",3],["vec",3]],["polygon",3]]],[11,"with_holes","","",11,[[["vec",3],["ring",3]],["polygon",3]]],[11,"from_rings","","",11,[[["vec",3],["ring",3]],["polygon",3]]],[11,"from_geojson","","",11,[[["vec",3]],[["polygon",3],["result",6]]]],[11,"precomputed","","",11,[[["usize",15],["vec",3],["pt2d",3],["vec",3]],["polygon",3]]],[11,"from_triangle","","",11,[[["triangle",3]],["polygon",3]]],[11,"triangles","","",11,[[],[["vec",3],["triangle",3]]]],[11,"raw_for_rendering","","",11,[[]]],[11,"contains_pt","","",11,[[["pt2d",3]],["bool",15]]],[11,"get_bounds","","",11,[[],["bounds",3]]],[11,"transform","","",11,[[["fn",8]],["polygon",3]]],[11,"translate","","",11,[[["f64",15]],["polygon",3]]],[11,"scale","","",11,[[["f64",15]],["polygon",3]]],[11,"scale_xy","","",11,[[["f64",15]],["polygon",3]]],[11,"rotate","","",11,[[["angle",3]],["polygon",3]]],[11,"rotate_around","","",11,[[["angle",3],["pt2d",3]],["polygon",3]]],[11,"points","","The order of these points depends on the constructor! The …",11,[[],["vec",3]]],[11,"into_points","","",11,[[],[["pt2d",3],["vec",3]]]],[11,"into_ring","","",11,[[],["ring",3]]],[11,"center","","",11,[[],["pt2d",3]]],[11,"rectangle","","Top-left at the origin. Doesn\'t take Distance, because …",11,[[["f64",15]],["polygon",3]]],[11,"rectangle_centered","","",11,[[["distance",3],["pt2d",3]],["polygon",3]]],[11,"rectangle_two_corners","","",11,[[["pt2d",3]],[["polygon",3],["option",4]]]],[11,"maybe_rounded_rectangle","","Top-left at the origin. Doesn\'t take Distance, because …",11,[[["f64",15],["cornerradii",3],["into",8]],[["polygon",3],["option",4]]]],[11,"pill","","A rectangle, two sides of which are fully rounded …",11,[[["f64",15]],["polygon",3]]],[11,"rounded_rectangle","","Top-left at the origin. Doesn\'t take Distance, because …",11,[[["f64",15],["cornerradii",3],["into",8]],["polygon",3]]],[11,"union","","",11,[[["polygon",3]],["polygon",3]]],[11,"union_all","","",11,[[["polygon",3],["vec",3]],["polygon",3]]],[11,"intersection","","",11,[[["polygon",3]],[["polygon",3],["vec",3]]]],[11,"convex_hull","","",11,[[["polygon",3],["vec",3]],["polygon",3]]],[11,"concave_hull","","",11,[[["f64",15],["polygon",3],["vec",3]],["polygon",3]]],[11,"polylabel","","",11,[[],["pt2d",3]]],[11,"intersects","","Do two polygons intersect at all?",11,[[["polygon",3]],["bool",15]]],[11,"to_outline","","Creates the outline around the polygon, with the …",11,[[["distance",3]],[["polygon",3],["result",6]]]],[11,"strip_rings","","Remove the internal rings used for to_outline. This is …",11,[[],["polygon",3]]],[11,"area","","Usually m^2, unless the polygon is in screen-space",11,[[],["f64",15]]],[11,"clip_polyline","","Doesn\'t handle multiple crossings in and out.",11,[[["polyline",3]],[["option",4],["vec",3]]]],[11,"clip_ring","","",11,[[["ring",3]],[["option",4],["vec",3]]]],[11,"to_geojson","","If the polygon is just a single outer ring, produces a …",11,[[["option",4],["gpsbounds",3]],["geometry",3]]],[3,"Triangle","","",null,null],[12,"pt1","","",12,null],[12,"pt2","","",12,null],[12,"pt3","","",12,null],[11,"new","","",12,[[["pt2d",3]],["triangle",3]]],[11,"contains_pt","","",12,[[["pt2d",3]],["bool",15]]],[5,"to_geo","","",null,[[["vec",3]],[["f64",15],["polygon",3]]]],[5,"from_multi","","",null,[[["multipolygon",3],["f64",15]],[["polygon",3],["vec",3]]]],[5,"downsize","","",null,[[["usize",15],["vec",3]],[["vec",3],["u16",15]]]],[0,"polyline","geom","",null,null],[17,"MITER_THRESHOLD","geom::polyline","",null,null],[4,"ArrowCap","","",null,null],[13,"Triangle","","",13,null],[3,"PolyLine","","",null,null],[12,"pts","","",14,null],[12,"length","","",14,null],[11,"new","","",14,[[["pt2d",3],["vec",3]],[["result",6],["polyline",3]]]],[11,"must_new","","",14,[[["pt2d",3],["vec",3]],["polyline",3]]],[11,"unchecked_new","","Doesn\'t check for duplicates. Use at your own risk.",14,[[["pt2d",3],["vec",3]],["polyline",3]]],[11,"deduping_new","","First dedupes adjacent points",14,[[["pt2d",3],["vec",3]],[["result",6],["polyline",3]]]],[11,"to_thick_ring","","Like make_polygons, but make sure the points actually …",14,[[["distance",3]],["ring",3]]],[11,"to_thick_boundary","","",14,[[["distance",3]],[["polygon",3],["option",4]]]],[11,"reversed","","",14,[[],["polyline",3]]],[11,"extend","","",14,[[["polyline",3]],[["result",6],["polyline",3]]]],[11,"must_extend","","",14,[[["polyline",3]],["polyline",3]]],[11,"must_push","","",14,[[["pt2d",3]],["polyline",3]]],[11,"append","","One or both args might be empty.",14,[[["pt2d",3],["vec",3]],[["result",6],["vec",3]]]],[11,"points","","",14,[[],["vec",3]]],[11,"into_points","","",14,[[],[["pt2d",3],["vec",3]]]],[11,"lines","","",14,[[]]],[11,"length","","",14,[[],["distance",3]]],[11,"slice","","Returns the excess distance left over from the end",14,[[["distance",3]],["result",6]]],[11,"exact_slice","","No excess leftover distance allowed.",14,[[["distance",3]],["polyline",3]]],[11,"maybe_exact_slice","","",14,[[["distance",3]],[["result",6],["polyline",3]]]],[11,"first_half","","",14,[[],["polyline",3]]],[11,"second_half","","",14,[[],["polyline",3]]],[11,"dist_along","","",14,[[["distance",3]],["result",6]]],[11,"must_dist_along","","",14,[[["distance",3]]]],[11,"middle","","",14,[[],["pt2d",3]]],[11,"first_pt","","",14,[[],["pt2d",3]]],[11,"last_pt","","",14,[[],["pt2d",3]]],[11,"first_line","","",14,[[],["line",3]]],[11,"last_line","","",14,[[],["line",3]]],[11,"shift_right","","",14,[[["distance",3]],[["result",6],["polyline",3]]]],[11,"must_shift_right","","",14,[[["distance",3]],["polyline",3]]],[11,"shift_left","","",14,[[["distance",3]],[["result",6],["polyline",3]]]],[11,"must_shift_left","","",14,[[["distance",3]],["polyline",3]]],[11,"shift_with_corrections","","",14,[[["distance",3]],[["result",6],["polyline",3]]]],[11,"shift_with_sharp_angles","","",14,[[["f64",15],["distance",3]],[["pt2d",3],["vec",3]]]],[11,"make_polygons","","The resulting polygon is manually triangulated and may …",14,[[["distance",3]],["polygon",3]]],[11,"make_polygons_with_miter_threshold","","The resulting polygon is manually triangulated and may …",14,[[["f64",15],["distance",3]],["polygon",3]]],[11,"exact_dashed_polygons","","",14,[[["distance",3]],[["polygon",3],["vec",3]]]],[11,"dashed_lines","","Don\'t draw the dashes too close to the ends.",14,[[["distance",3]],[["polygon",3],["vec",3]]]],[11,"maybe_make_arrow","","Fail if the length is too short.",14,[[["distance",3],["arrowcap",4]],[["polygon",3],["option",4]]]],[11,"make_arrow","","If the length is too short, just give up and make the …",14,[[["distance",3],["arrowcap",4]],["polygon",3]]],[11,"make_double_arrow","","",14,[[["distance",3],["arrowcap",4]],["polygon",3]]],[11,"dashed_arrow","","",14,[[["distance",3],["arrowcap",4]],[["polygon",3],["vec",3]]]],[11,"intersection","","Also return the angle of the line where the hit was found",14,[[["polyline",3]],["option",4]]],[11,"intersection_infinite","","",14,[[["infiniteline",3]],[["pt2d",3],["option",4]]]],[11,"get_slice_ending_at","","Panics if the pt is not on the polyline. Returns None if …",14,[[["pt2d",3]],[["option",4],["polyline",3]]]],[11,"get_slice_starting_at","","Returns None if the point is the last point.",14,[[["pt2d",3]],[["option",4],["polyline",3]]]],[11,"dist_along_of_point","","",14,[[["pt2d",3]],["option",4]]],[11,"trim_to_endpts","","",14,[[["pt2d",3]],["polyline",3]]],[11,"get_bounds","","",14,[[],["bounds",3]]],[11,"extend_to_length","","If the current line is at least this long, return it. …",14,[[["distance",3]],["polyline",3]]],[11,"to_geojson","","Produces a GeoJSON linestring, optionally mapping the …",14,[[["option",4],["gpsbounds",3]],["geometry",3]]],[11,"project_pt","","Returns the point on the polyline closest to the query.",14,[[["pt2d",3]],["pt2d",3]]],[5,"fix_angles","","",null,[[["polyline",3],["polyline",3]],[["result",6],["polyline",3]]]],[5,"to_set","","",null,[[]]],[5,"pts_to_line_string","","",null,[[["vec",3]],[["f64",15],["linestring",3]]]],[0,"pt","geom","",null,null],[3,"Pt2D","geom::pt","This represents world-space in meters.",null,null],[12,"x","","",15,null],[12,"y","","",15,null],[11,"new","","",15,[[["f64",15]],["pt2d",3]]],[11,"zero","","",15,[[]]],[11,"approx_eq","","",15,[[["distance",3],["pt2d",3]],["bool",15]]],[11,"to_gps","","Can go out of bounds.",15,[[["gpsbounds",3]],["lonlat",3]]],[11,"x","","",15,[[],["f64",15]]],[11,"y","","",15,[[],["f64",15]]],[11,"project_away","","",15,[[["distance",3],["angle",3]],["pt2d",3]]],[11,"raw_dist_to","","",15,[[["pt2d",3]],["f64",15]]],[11,"dist_to","","",15,[[["pt2d",3]],["distance",3]]],[11,"fast_dist","","Pretty meaningless units, for comparing distances very …",15,[[["pt2d",3]],[["f64",15],["notnan",3]]]],[11,"angle_to","","",15,[[["pt2d",3]],["angle",3]]],[11,"offset","","",15,[[["f64",15]],["pt2d",3]]],[11,"center","","",15,[[["vec",3]],["pt2d",3]]],[11,"approx_dedupe","","",15,[[["distance",3],["pt2d",3],["vec",3]],[["pt2d",3],["vec",3]]]],[11,"find_pts_between","","",15,[[["distance",3],["pt2d",3],["vec",3]],[["option",4],["vec",3]]]],[11,"to_hashable","","",15,[[],["hashablept2d",3]]],[3,"HashablePt2D","","This represents world space, NOT LonLat.",null,null],[12,"x_nan","","",16,null],[12,"y_nan","","",16,null],[11,"to_pt2d","","",16,[[],["pt2d",3]]],[0,"ring","geom","",null,null],[3,"Ring","geom::ring","Maybe a misnomer, but like a PolyLine, but closed.",null,null],[12,"pts","","",17,null],[11,"new","","",17,[[["pt2d",3],["vec",3]],[["result",6],["ring",3]]]],[11,"must_new","","",17,[[["pt2d",3],["vec",3]],["ring",3]]],[11,"to_outline","","Draws the ring with some thickness, with half of it …",17,[[["distance",3]],["polygon",3]]],[11,"to_polygon","","",17,[[],["polygon",3]]],[11,"points","","",17,[[],["vec",3]]],[11,"into_points","","",17,[[],[["pt2d",3],["vec",3]]]],[11,"all_intersections","","Be careful with the order of results. Hits on an earlier …",17,[[["polyline",3]],[["pt2d",3],["vec",3]]]],[11,"get_both_slices_btwn","","",17,[[["pt2d",3]],["option",4]]],[11,"get_shorter_slice_btwn","","",17,[[["pt2d",3]],[["option",4],["polyline",3]]]],[11,"split_points","","Extract all PolyLines and Rings. Doesn\'t handle crazy …",17,[[["vec",3]],["result",6]]],[11,"contains_pt","","",17,[[["pt2d",3]],["bool",15]]],[11,"to_geojson","","Produces a GeoJSON polygon, optionally mapping the …",17,[[["option",4],["gpsbounds",3]],["geometry",3]]],[11,"translate","","Translates the ring by a fixed offset.",17,[[["f64",15]],["ring",3]]],[0,"speed","geom","",null,null],[3,"Speed","geom::speed","In meters per second. Can be negative.",null,null],[12,"0","","",18,null],[18,"ZERO","","",18,null],[11,"meters_per_second","","",18,[[["f64",15]],["speed",3]]],[11,"const_meters_per_second","","",18,[[["f64",15]],["speed",3]]],[11,"miles_per_hour","","",18,[[["f64",15]],["speed",3]]],[11,"km_per_hour","","",18,[[["f64",15]],["speed",3]]],[11,"from_dist_time","","",18,[[["distance",3],["duration",3]],["speed",3]]],[11,"inner_meters_per_second","","",18,[[],["f64",15]]],[11,"to_string","","Describes the speed according to formatting rules.",18,[[["unitfmt",3]],["string",3]]],[0,"stats","geom","",null,null],[4,"Statistic","geom::stats","",null,null],[13,"Min","","",19,null],[13,"Mean","","",19,null],[13,"P50","","",19,null],[13,"P90","","",19,null],[13,"P99","","",19,null],[13,"Max","","",19,null],[11,"all","","",19,[[],[["vec",3],["statistic",4]]]],[8,"HgramValue","","",null,null],[10,"hgram_zero","","",20,[[]]],[10,"to_u64","","",20,[[],["u64",15]]],[10,"from_u64","","",20,[[["u64",15]]]],[3,"Histogram","","",null,null],[12,"count","","",21,null],[12,"histogram","","",21,null],[12,"min","","",21,null],[12,"max","","",21,null],[11,"new","","",21,[[],["histogram",3]]],[11,"add","","",21,[[]]],[11,"remove","","",21,[[]]],[11,"describe","","",21,[[],["string",3]]],[11,"percentile","","None if empty",21,[[["f64",15]],["option",4]]],[11,"select","","",21,[[["statistic",4]],["option",4]]],[11,"count","","",21,[[],["usize",15]]],[11,"seems_eq","","Could implement PartialEq, but be a bit more clear how …",21,[[["histogram",3]],["bool",15]]],[0,"time","geom","",null,null],[3,"Time","geom::time","In seconds since midnight. Can\'t be negative.",null,null],[12,"0","","",22,null],[18,"START_OF_DAY","","",22,null],[11,"seconds_since_midnight","","",22,[[["f64",15]],["time",3]]],[11,"get_parts","","(hours, minutes, seconds, centiseconds)",22,[[]]],[11,"get_hours","","Rounded down. 6:59:00 is hour 6.",22,[[],["usize",15]]],[11,"ampm_tostring","","",22,[[],["string",3]]],[11,"as_filename","","",22,[[],["string",3]]],[11,"parse","","",22,[[["str",15]],[["time",3],["result",6]]]],[11,"percent_of","","",22,[[["f64",15]],["time",3]]],[11,"to_percent","","",22,[[["time",3]],["f64",15]]],[11,"inner_seconds","","For RNG range generation. Don\'t abuse.",22,[[],["f64",15]]],[11,"clamped_sub","","",22,[[["duration",3]],["time",3]]],[11,"round_seconds","","",22,[[["f64",15]],["time",3]]],[3,"Angle","geom","An angle, stored in radians.",null,null],[12,"0","","",0,null],[3,"Bounds","","Represents a rectangular boundary ofPt2D
points.",null,null],[12,"min_x","","",1,null],[12,"min_y","","",1,null],[12,"max_x","","",1,null],[12,"max_y","","",1,null],[3,"GPSBounds","","Represents a rectangular boundary ofLonLat
points. After …",null,null],[12,"min_lon","","",2,null],[12,"min_lat","","",2,null],[12,"max_lon","","",2,null],[12,"max_lat","","",2,null],[3,"Circle","","A circle, defined by a center and radius.",null,null],[12,"center","","",3,null],[12,"radius","","",3,null],[3,"Distance","","A distance, in meters. Can be negative.",null,null],[12,"0","","",4,null],[3,"Duration","","A duration, in seconds. Can be negative.",null,null],[12,"0","","",5,null],[3,"FindClosest","","A quad-tree to quickly find the closest points to some …",null,null],[12,"geometries","","",6,null],[12,"quadtree","","",6,null],[3,"LonLat","","Represents a (longitude, latitude) point.",null,null],[12,"longitude","","",7,null],[12,"latitude","","",7,null],[3,"InfiniteLine","","",null,null],[12,"0","","",9,null],[12,"1","","",9,null],[3,"Line","","A line segment.",null,null],[12,"0","","",8,null],[12,"1","","",8,null],[3,"Percent","","Most of the time, [0, 1]. But some callers may go outside …",null,null],[12,"0","","",10,null],[3,"Polygon","","",null,null],[12,"points","","",11,null],[12,"indices","","Groups of three indices make up the triangles",11,null],[12,"rings","","If the polygon has holes, explicitly store all the rings …",11,null],[3,"Triangle","","",null,null],[12,"pt1","","",12,null],[12,"pt2","","",12,null],[12,"pt3","","",12,null],[4,"ArrowCap","","",null,null],[13,"Triangle","","",13,null],[3,"PolyLine","","",null,null],[12,"pts","","",14,null],[12,"length","","",14,null],[3,"HashablePt2D","","This represents world space, NOT LonLat.",null,null],[12,"x_nan","","",16,null],[12,"y_nan","","",16,null],[3,"Pt2D","","This represents world-space in meters.",null,null],[12,"x","","",15,null],[12,"y","","",15,null],[3,"Ring","","Maybe a misnomer, but like a PolyLine, but closed.",null,null],[12,"pts","","",17,null],[3,"Speed","","In meters per second. Can be negative.",null,null],[12,"0","","",18,null],[8,"HgramValue","","",null,null],[10,"hgram_zero","","",20,[[]]],[10,"to_u64","","",20,[[],["u64",15]]],[10,"from_u64","","",20,[[["u64",15]]]],[3,"Histogram","","",null,null],[12,"count","","",21,null],[12,"histogram","","",21,null],[12,"min","","",21,null],[12,"max","","",21,null],[4,"Statistic","","",null,null],[13,"Min","","",19,null],[13,"Mean","","",19,null],[13,"P50","","",19,null],[13,"P90","","",19,null],[13,"P99","","",19,null],[13,"Max","","",19,null],[3,"Time","","In seconds since midnight. Can\'t be negative.",null,null],[12,"0","","",22,null],[17,"EPSILON_DIST","","",null,null],[5,"trim_f64","","Reduce the precision of an f64. This helps ensure …",null,[[["f64",15]],["f64",15]]],[3,"UnitFmt","","Specifies how to stringify different geom objects.",null,null],[12,"round_durations","","RoundDuration
s to a whole number of seconds.",23,null],[12,"metric","","Display in metric; US imperial otherwise.",23,null],[3,"CornerRadii","","",null,null],[12,"top_left","","",24,null],[12,"top_right","","",24,null],[12,"bottom_right","","",24,null],[12,"bottom_left","","",24,null],[11,"uniform","","",24,[[["f64",15]]]],[11,"zero","","",24,[[]]],[11,"from","geom::angle","",0,[[]]],[11,"into","","",0,[[]]],[11,"to_owned","","",0,[[]]],[11,"clone_into","","",0,[[]]],[11,"to_string","","",0,[[],["string",3]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"from","geom::bounds","",1,[[]]],[11,"into","","",1,[[]]],[11,"to_owned","","",1,[[]]],[11,"clone_into","","",1,[[]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"from","","",2,[[]]],[11,"into","","",2,[[]]],[11,"to_owned","","",2,[[]]],[11,"clone_into","","",2,[[]]],[11,"borrow","","",2,[[]]],[11,"borrow_mut","","",2,[[]]],[11,"try_from","","",2,[[],["result",4]]],[11,"try_into","","",2,[[],["result",4]]],[11,"type_id","","",2,[[],["typeid",3]]],[11,"from","geom::circle","",3,[[]]],[11,"into","","",3,[[]]],[11,"to_owned","","",3,[[]]],[11,"clone_into","","",3,[[]]],[11,"to_string","","",3,[[],["string",3]]],[11,"borrow","","",3,[[]]],[11,"borrow_mut","","",3,[[]]],[11,"try_from","","",3,[[],["result",4]]],[11,"try_into","","",3,[[],["result",4]]],[11,"type_id","","",3,[[],["typeid",3]]],[11,"from","geom::distance","",4,[[]]],[11,"into","","",4,[[]]],[11,"to_owned","","",4,[[]]],[11,"clone_into","","",4,[[]]],[11,"to_string","","",4,[[],["string",3]]],[11,"borrow","","",4,[[]]],[11,"borrow_mut","","",4,[[]]],[11,"try_from","","",4,[[],["result",4]]],[11,"try_into","","",4,[[],["result",4]]],[11,"type_id","","",4,[[],["typeid",3]]],[11,"from","geom::duration","",5,[[]]],[11,"into","","",5,[[]]],[11,"to_owned","","",5,[[]]],[11,"clone_into","","",5,[[]]],[11,"to_string","","",5,[[],["string",3]]],[11,"borrow","","",5,[[]]],[11,"borrow_mut","","",5,[[]]],[11,"try_from","","",5,[[],["result",4]]],[11,"try_into","","",5,[[],["result",4]]],[11,"type_id","","",5,[[],["typeid",3]]],[11,"from","geom::find_closest","",6,[[]]],[11,"into","","",6,[[]]],[11,"borrow","","",6,[[]]],[11,"borrow_mut","","",6,[[]]],[11,"try_from","","",6,[[],["result",4]]],[11,"try_into","","",6,[[],["result",4]]],[11,"type_id","","",6,[[],["typeid",3]]],[11,"from","geom::gps","",7,[[]]],[11,"into","","",7,[[]]],[11,"to_owned","","",7,[[]]],[11,"clone_into","","",7,[[]]],[11,"to_string","","",7,[[],["string",3]]],[11,"borrow","","",7,[[]]],[11,"borrow_mut","","",7,[[]]],[11,"try_from","","",7,[[],["result",4]]],[11,"try_into","","",7,[[],["result",4]]],[11,"type_id","","",7,[[],["typeid",3]]],[11,"from","geom::line","",8,[[]]],[11,"into","","",8,[[]]],[11,"to_owned","","",8,[[]]],[11,"clone_into","","",8,[[]]],[11,"to_string","","",8,[[],["string",3]]],[11,"borrow","","",8,[[]]],[11,"borrow_mut","","",8,[[]]],[11,"try_from","","",8,[[],["result",4]]],[11,"try_into","","",8,[[],["result",4]]],[11,"type_id","","",8,[[],["typeid",3]]],[11,"from","","",9,[[]]],[11,"into","","",9,[[]]],[11,"to_owned","","",9,[[]]],[11,"clone_into","","",9,[[]]],[11,"to_string","","",9,[[],["string",3]]],[11,"borrow","","",9,[[]]],[11,"borrow_mut","","",9,[[]]],[11,"try_from","","",9,[[],["result",4]]],[11,"try_into","","",9,[[],["result",4]]],[11,"type_id","","",9,[[],["typeid",3]]],[11,"from","geom::percent","",10,[[]]],[11,"into","","",10,[[]]],[11,"to_owned","","",10,[[]]],[11,"clone_into","","",10,[[]]],[11,"to_string","","",10,[[],["string",3]]],[11,"borrow","","",10,[[]]],[11,"borrow_mut","","",10,[[]]],[11,"try_from","","",10,[[],["result",4]]],[11,"try_into","","",10,[[],["result",4]]],[11,"type_id","","",10,[[],["typeid",3]]],[11,"from","geom::polygon","",11,[[]]],[11,"into","","",11,[[]]],[11,"to_owned","","",11,[[]]],[11,"clone_into","","",11,[[]]],[11,"to_string","","",11,[[],["string",3]]],[11,"borrow","","",11,[[]]],[11,"borrow_mut","","",11,[[]]],[11,"try_from","","",11,[[],["result",4]]],[11,"try_into","","",11,[[],["result",4]]],[11,"type_id","","",11,[[],["typeid",3]]],[11,"from","","",12,[[]]],[11,"into","","",12,[[]]],[11,"to_owned","","",12,[[]]],[11,"clone_into","","",12,[[]]],[11,"borrow","","",12,[[]]],[11,"borrow_mut","","",12,[[]]],[11,"try_from","","",12,[[],["result",4]]],[11,"try_into","","",12,[[],["result",4]]],[11,"type_id","","",12,[[],["typeid",3]]],[11,"from","geom::polyline","",13,[[]]],[11,"into","","",13,[[]]],[11,"borrow","","",13,[[]]],[11,"borrow_mut","","",13,[[]]],[11,"try_from","","",13,[[],["result",4]]],[11,"try_into","","",13,[[],["result",4]]],[11,"type_id","","",13,[[],["typeid",3]]],[11,"from","","",14,[[]]],[11,"into","","",14,[[]]],[11,"to_owned","","",14,[[]]],[11,"clone_into","","",14,[[]]],[11,"to_string","","",14,[[],["string",3]]],[11,"borrow","","",14,[[]]],[11,"borrow_mut","","",14,[[]]],[11,"try_from","","",14,[[],["result",4]]],[11,"try_into","","",14,[[],["result",4]]],[11,"type_id","","",14,[[],["typeid",3]]],[11,"from","geom::pt","",15,[[]]],[11,"into","","",15,[[]]],[11,"to_owned","","",15,[[]]],[11,"clone_into","","",15,[[]]],[11,"to_string","","",15,[[],["string",3]]],[11,"borrow","","",15,[[]]],[11,"borrow_mut","","",15,[[]]],[11,"try_from","","",15,[[],["result",4]]],[11,"try_into","","",15,[[],["result",4]]],[11,"type_id","","",15,[[],["typeid",3]]],[11,"from","","",16,[[]]],[11,"into","","",16,[[]]],[11,"to_owned","","",16,[[]]],[11,"clone_into","","",16,[[]]],[11,"borrow","","",16,[[]]],[11,"borrow_mut","","",16,[[]]],[11,"try_from","","",16,[[],["result",4]]],[11,"try_into","","",16,[[],["result",4]]],[11,"type_id","","",16,[[],["typeid",3]]],[11,"from","geom::ring","",17,[[]]],[11,"into","","",17,[[]]],[11,"to_owned","","",17,[[]]],[11,"clone_into","","",17,[[]]],[11,"to_string","","",17,[[],["string",3]]],[11,"borrow","","",17,[[]]],[11,"borrow_mut","","",17,[[]]],[11,"try_from","","",17,[[],["result",4]]],[11,"try_into","","",17,[[],["result",4]]],[11,"type_id","","",17,[[],["typeid",3]]],[11,"from","geom::speed","",18,[[]]],[11,"into","","",18,[[]]],[11,"to_owned","","",18,[[]]],[11,"clone_into","","",18,[[]]],[11,"borrow","","",18,[[]]],[11,"borrow_mut","","",18,[[]]],[11,"try_from","","",18,[[],["result",4]]],[11,"try_into","","",18,[[],["result",4]]],[11,"type_id","","",18,[[],["typeid",3]]],[11,"from","geom::stats","",19,[[]]],[11,"into","","",19,[[]]],[11,"to_owned","","",19,[[]]],[11,"clone_into","","",19,[[]]],[11,"to_string","","",19,[[],["string",3]]],[11,"borrow","","",19,[[]]],[11,"borrow_mut","","",19,[[]]],[11,"try_from","","",19,[[],["result",4]]],[11,"try_into","","",19,[[],["result",4]]],[11,"type_id","","",19,[[],["typeid",3]]],[11,"from","","",21,[[]]],[11,"into","","",21,[[]]],[11,"to_owned","","",21,[[]]],[11,"clone_into","","",21,[[]]],[11,"borrow","","",21,[[]]],[11,"borrow_mut","","",21,[[]]],[11,"try_from","","",21,[[],["result",4]]],[11,"try_into","","",21,[[],["result",4]]],[11,"type_id","","",21,[[],["typeid",3]]],[11,"from","geom::time","",22,[[]]],[11,"into","","",22,[[]]],[11,"to_owned","","",22,[[]]],[11,"clone_into","","",22,[[]]],[11,"to_string","","",22,[[],["string",3]]],[11,"borrow","","",22,[[]]],[11,"borrow_mut","","",22,[[]]],[11,"try_from","","",22,[[],["result",4]]],[11,"try_into","","",22,[[],["result",4]]],[11,"type_id","","",22,[[],["typeid",3]]],[11,"from","geom","",23,[[]]],[11,"into","","",23,[[]]],[11,"to_owned","","",23,[[]]],[11,"clone_into","","",23,[[]]],[11,"borrow","","",23,[[]]],[11,"borrow_mut","","",23,[[]]],[11,"try_from","","",23,[[],["result",4]]],[11,"try_into","","",23,[[],["result",4]]],[11,"type_id","","",23,[[],["typeid",3]]],[11,"from","","",24,[[]]],[11,"into","","",24,[[]]],[11,"to_owned","","",24,[[]]],[11,"clone_into","","",24,[[]]],[11,"borrow","","",24,[[]]],[11,"borrow_mut","","",24,[[]]],[11,"try_from","","",24,[[],["result",4]]],[11,"try_into","","",24,[[],["result",4]]],[11,"type_id","","",24,[[],["typeid",3]]],[11,"hgram_zero","geom::duration","",5,[[],["duration",3]]],[11,"to_u64","","",5,[[],["u64",15]]],[11,"from_u64","","",5,[[["u64",15]],["duration",3]]],[11,"from","geom::polygon","",11,[[["f64",15],["polygon",3]]]],[11,"from","geom::pt","",15,[[["f64",15],["coordinate",3]]]],[11,"from","","",15,[[["f64",15],["point",3]]]],[11,"from","geom::ring","",17,[[["f64",15],["linestring",3]]]],[11,"from","geom","",24,[[["f64",15]]]],[11,"clone","geom::angle","",0,[[],["angle",3]]],[11,"clone","geom::bounds","",1,[[],["bounds",3]]],[11,"clone","","",2,[[],["gpsbounds",3]]],[11,"clone","geom::circle","",3,[[],["circle",3]]],[11,"clone","geom::distance","",4,[[],["distance",3]]],[11,"clone","geom::duration","",5,[[],["duration",3]]],[11,"clone","geom::gps","",7,[[],["lonlat",3]]],[11,"clone","geom::line","",8,[[],["line",3]]],[11,"clone","","",9,[[],["infiniteline",3]]],[11,"clone","geom::percent","",10,[[],["percent",3]]],[11,"clone","geom::polygon","",11,[[],["polygon",3]]],[11,"clone","","",12,[[],["triangle",3]]],[11,"clone","geom::polyline","",14,[[],["polyline",3]]],[11,"clone","geom::pt","",15,[[],["pt2d",3]]],[11,"clone","","",16,[[],["hashablept2d",3]]],[11,"clone","geom::ring","",17,[[],["ring",3]]],[11,"clone","geom::speed","",18,[[],["speed",3]]],[11,"clone","geom::stats","",19,[[],["statistic",4]]],[11,"clone","","",21,[[],["histogram",3]]],[11,"clone","geom::time","",22,[[],["time",3]]],[11,"clone","geom","",23,[[],["unitfmt",3]]],[11,"clone","","",24,[[],["cornerradii",3]]],[11,"default","geom::distance","",4,[[],["distance",3]]],[11,"default","geom::duration","",5,[[],["duration",3]]],[11,"default","geom::stats","",21,[[],["histogram",3]]],[11,"default","geom","",24,[[]]],[11,"cmp","geom::distance","",4,[[["distance",3]],["ordering",4]]],[11,"cmp","geom::duration","",5,[[["duration",3]],["ordering",4]]],[11,"cmp","geom::gps","",7,[[["lonlat",3]],["ordering",4]]],[11,"cmp","geom::pt","",16,[[["hashablept2d",3]],["ordering",4]]],[11,"cmp","geom::speed","",18,[[["speed",3]],["ordering",4]]],[11,"cmp","geom::stats","",19,[[["statistic",4]],["ordering",4]]],[11,"cmp","geom::time","",22,[[["time",3]],["ordering",4]]],[11,"eq","geom::angle","",0,[[["angle",3]],["bool",15]]],[11,"ne","","",0,[[["angle",3]],["bool",15]]],[11,"eq","geom::bounds","",1,[[["bounds",3]],["bool",15]]],[11,"ne","","",1,[[["bounds",3]],["bool",15]]],[11,"eq","","",2,[[["gpsbounds",3]],["bool",15]]],[11,"ne","","",2,[[["gpsbounds",3]],["bool",15]]],[11,"eq","geom::distance","",4,[[["distance",3]],["bool",15]]],[11,"ne","","",4,[[["distance",3]],["bool",15]]],[11,"eq","geom::duration","",5,[[["duration",3]],["bool",15]]],[11,"ne","","",5,[[["duration",3]],["bool",15]]],[11,"eq","geom::gps","",7,[[["lonlat",3]],["bool",15]]],[11,"ne","","",7,[[["lonlat",3]],["bool",15]]],[11,"eq","geom::line","",8,[[["line",3]],["bool",15]]],[11,"ne","","",8,[[["line",3]],["bool",15]]],[11,"eq","geom::percent","",10,[[["percent",3]],["bool",15]]],[11,"ne","","",10,[[["percent",3]],["bool",15]]],[11,"eq","geom::polygon","",11,[[["polygon",3]],["bool",15]]],[11,"ne","","",11,[[["polygon",3]],["bool",15]]],[11,"eq","geom::polyline","",14,[[["polyline",3]],["bool",15]]],[11,"ne","","",14,[[["polyline",3]],["bool",15]]],[11,"eq","geom::pt","",15,[[["pt2d",3]],["bool",15]]],[11,"eq","","",16,[[["hashablept2d",3]],["bool",15]]],[11,"ne","","",16,[[["hashablept2d",3]],["bool",15]]],[11,"eq","geom::ring","",17,[[["ring",3]],["bool",15]]],[11,"ne","","",17,[[["ring",3]],["bool",15]]],[11,"eq","geom::speed","",18,[[["speed",3]],["bool",15]]],[11,"ne","","",18,[[["speed",3]],["bool",15]]],[11,"eq","geom::stats","",19,[[["statistic",4]],["bool",15]]],[11,"eq","geom::time","",22,[[["time",3]],["bool",15]]],[11,"ne","","",22,[[["time",3]],["bool",15]]],[11,"partial_cmp","geom::angle","",0,[[["angle",3]],[["option",4],["ordering",4]]]],[11,"lt","","",0,[[["angle",3]],["bool",15]]],[11,"le","","",0,[[["angle",3]],["bool",15]]],[11,"gt","","",0,[[["angle",3]],["bool",15]]],[11,"ge","","",0,[[["angle",3]],["bool",15]]],[11,"partial_cmp","geom::distance","",4,[[["distance",3]],[["option",4],["ordering",4]]]],[11,"lt","","",4,[[["distance",3]],["bool",15]]],[11,"le","","",4,[[["distance",3]],["bool",15]]],[11,"gt","","",4,[[["distance",3]],["bool",15]]],[11,"ge","","",4,[[["distance",3]],["bool",15]]],[11,"partial_cmp","geom::duration","",5,[[["duration",3]],[["option",4],["ordering",4]]]],[11,"lt","","",5,[[["duration",3]],["bool",15]]],[11,"le","","",5,[[["duration",3]],["bool",15]]],[11,"gt","","",5,[[["duration",3]],["bool",15]]],[11,"ge","","",5,[[["duration",3]],["bool",15]]],[11,"partial_cmp","geom::gps","",7,[[["lonlat",3]],[["option",4],["ordering",4]]]],[11,"lt","","",7,[[["lonlat",3]],["bool",15]]],[11,"le","","",7,[[["lonlat",3]],["bool",15]]],[11,"gt","","",7,[[["lonlat",3]],["bool",15]]],[11,"ge","","",7,[[["lonlat",3]],["bool",15]]],[11,"partial_cmp","geom::pt","",16,[[["hashablept2d",3]],[["option",4],["ordering",4]]]],[11,"lt","","",16,[[["hashablept2d",3]],["bool",15]]],[11,"le","","",16,[[["hashablept2d",3]],["bool",15]]],[11,"gt","","",16,[[["hashablept2d",3]],["bool",15]]],[11,"ge","","",16,[[["hashablept2d",3]],["bool",15]]],[11,"partial_cmp","geom::speed","",18,[[["speed",3]],[["option",4],["ordering",4]]]],[11,"lt","","",18,[[["speed",3]],["bool",15]]],[11,"le","","",18,[[["speed",3]],["bool",15]]],[11,"gt","","",18,[[["speed",3]],["bool",15]]],[11,"ge","","",18,[[["speed",3]],["bool",15]]],[11,"partial_cmp","geom::stats","",19,[[["statistic",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","geom::time","",22,[[["time",3]],[["option",4],["ordering",4]]]],[11,"lt","","",22,[[["time",3]],["bool",15]]],[11,"le","","",22,[[["time",3]],["bool",15]]],[11,"gt","","",22,[[["time",3]],["bool",15]]],[11,"ge","","",22,[[["time",3]],["bool",15]]],[11,"fmt","geom::angle","",0,[[["formatter",3]],["result",6]]],[11,"fmt","geom::bounds","",1,[[["formatter",3]],["result",6]]],[11,"fmt","","",2,[[["formatter",3]],["result",6]]],[11,"fmt","geom::circle","",3,[[["formatter",3]],["result",6]]],[11,"fmt","geom::distance","",4,[[["formatter",3]],["result",6]]],[11,"fmt","geom::duration","",5,[[["formatter",3]],["result",6]]],[11,"fmt","geom::gps","",7,[[["formatter",3]],["result",6]]],[11,"fmt","geom::line","",8,[[["formatter",3]],["result",6]]],[11,"fmt","","",9,[[["formatter",3]],["result",6]]],[11,"fmt","geom::polygon","",11,[[["formatter",3]],["result",6]]],[11,"fmt","","",12,[[["formatter",3]],["result",6]]],[11,"fmt","geom::polyline","",14,[[["formatter",3]],["result",6]]],[11,"fmt","geom::pt","",15,[[["formatter",3]],["result",6]]],[11,"fmt","","",16,[[["formatter",3]],["result",6]]],[11,"fmt","geom::ring","",17,[[["formatter",3]],["result",6]]],[11,"fmt","geom::speed","",18,[[["formatter",3]],["result",6]]],[11,"fmt","geom::time","",22,[[["formatter",3]],["result",6]]],[11,"fmt","geom","",24,[[["formatter",3]],["result",6]]],[11,"fmt","geom::angle","",0,[[["formatter",3]],["result",6]]],[11,"fmt","geom::circle","",3,[[["formatter",3]],["result",6]]],[11,"fmt","geom::distance","",4,[[["formatter",3]],["result",6]]],[11,"fmt","geom::duration","",5,[[["formatter",3]],["result",6]]],[11,"fmt","geom::gps","",7,[[["formatter",3]],["result",6]]],[11,"fmt","geom::line","",8,[[["formatter",3]],["result",6]]],[11,"fmt","","",9,[[["formatter",3]],["result",6]]],[11,"fmt","geom::percent","",10,[[["formatter",3]],["result",6]]],[11,"fmt","geom::polygon","",11,[[["formatter",3]],["result",6]]],[11,"fmt","geom::polyline","",14,[[["formatter",3]],["result",6]]],[11,"fmt","geom::pt","",15,[[["formatter",3]],["result",6]]],[11,"fmt","geom::ring","",17,[[["formatter",3]],["result",6]]],[11,"fmt","geom::stats","",19,[[["formatter",3]],["result",6]]],[11,"fmt","geom::time","",22,[[["formatter",3]],["result",6]]],[11,"div","geom::angle","",0,[[["f64",15]],["angle",3]]],[11,"div","geom::distance","",4,[[["distance",3]],["f64",15]]],[11,"div","","",4,[[["f64",15]],["distance",3]]],[11,"div","","",4,[[["speed",3]],["duration",3]]],[11,"div","geom::duration","",5,[[["duration",3]],["f64",15]]],[11,"div","","",5,[[["f64",15]],["duration",3]]],[11,"div","geom::speed","",18,[[["speed",3]],["f64",15]]],[11,"rem","geom::duration","",5,[[["duration",3]],["duration",3]]],[11,"sub","geom::distance","",4,[[["distance",3]],["distance",3]]],[11,"sub","geom::duration","",5,[[["duration",3]],["duration",3]]],[11,"sub","geom::speed","",18,[[["speed",3]],["speed",3]]],[11,"sub","geom::time","",22,[[["duration",3]],["time",3]]],[11,"sub","","",22,[[["time",3]],["duration",3]]],[11,"add","geom::angle","",0,[[["angle",3]],["angle",3]]],[11,"add","geom::distance","",4,[[["distance",3]],["distance",3]]],[11,"add","geom::duration","",5,[[["duration",3]],["duration",3]]],[11,"add","geom::speed","",18,[[["speed",3]],["speed",3]]],[11,"add","geom::time","",22,[[["duration",3]],["time",3]]],[11,"mul","geom::distance","",4,[[["f64",15]],["distance",3]]],[11,"mul","geom::duration","",5,[[["f64",15]],["duration",3]]],[11,"mul","","",5,[[["speed",3]],["distance",3]]],[11,"mul","geom::speed","",18,[[["f64",15]],["speed",3]]],[11,"mul","","",18,[[["duration",3]],["distance",3]]],[11,"neg","geom::angle","",0,[[],["angle",3]]],[11,"neg","geom::distance","",4,[[],["distance",3]]],[11,"neg","geom::speed","",18,[[],["speed",3]]],[11,"add_assign","geom::distance","",4,[[["distance",3]]]],[11,"add_assign","geom::duration","",5,[[["duration",3]]]],[11,"add_assign","geom::time","",22,[[["duration",3]]]],[11,"sub_assign","geom::distance","",4,[[["distance",3]]]],[11,"sub_assign","geom::duration","",5,[[["duration",3]]]],[11,"hash","geom::pt","",16,[[]]],[11,"hash","geom::time","",22,[[]]],[11,"sum","geom::angle","",0,[[],["angle",3]]],[11,"sum","geom::distance","",4,[[],["distance",3]]],[11,"sum","geom::duration","",5,[[],["duration",3]]],[11,"serialize","geom::angle","",0,[[],["result",4]]],[11,"serialize","geom::bounds","",1,[[],["result",4]]],[11,"serialize","","",2,[[],["result",4]]],[11,"serialize","geom::circle","",3,[[],["result",4]]],[11,"serialize","geom::distance","",4,[[],["result",4]]],[11,"serialize","geom::duration","",5,[[],["result",4]]],[11,"serialize","geom::gps","",7,[[],["result",4]]],[11,"serialize","geom::line","",8,[[],["result",4]]],[11,"serialize","","",9,[[],["result",4]]],[11,"serialize","geom::polygon","",11,[[],["result",4]]],[11,"serialize","geom::polyline","",14,[[],["result",4]]],[11,"serialize","geom::pt","",15,[[],["result",4]]],[11,"serialize","geom::ring","",17,[[],["result",4]]],[11,"serialize","geom::speed","",18,[[],["result",4]]],[11,"serialize","geom::stats","",19,[[],["result",4]]],[11,"serialize","geom::time","",22,[[],["result",4]]],[11,"deserialize","geom::angle","",0,[[],["result",4]]],[11,"deserialize","geom::bounds","",1,[[],["result",4]]],[11,"deserialize","","",2,[[],["result",4]]],[11,"deserialize","geom::circle","",3,[[],["result",4]]],[11,"deserialize","geom::distance","",4,[[],["result",4]]],[11,"deserialize","geom::duration","",5,[[],["result",4]]],[11,"deserialize","geom::gps","",7,[[],["result",4]]],[11,"deserialize","geom::line","",8,[[],["result",4]]],[11,"deserialize","","",9,[[],["result",4]]],[11,"deserialize","geom::polygon","",11,[[],["result",4]]],[11,"deserialize","geom::polyline","",14,[[],["result",4]]],[11,"deserialize","geom::pt","",15,[[],["result",4]]],[11,"deserialize","geom::ring","",17,[[],["result",4]]],[11,"deserialize","geom::speed","",18,[[],["result",4]]],[11,"deserialize","geom::stats","",19,[[],["result",4]]],[11,"deserialize","geom::time","",22,[[],["result",4]]]],"p":[[3,"Angle"],[3,"Bounds"],[3,"GPSBounds"],[3,"Circle"],[3,"Distance"],[3,"Duration"],[3,"FindClosest"],[3,"LonLat"],[3,"Line"],[3,"InfiniteLine"],[3,"Percent"],[3,"Polygon"],[3,"Triangle"],[4,"ArrowCap"],[3,"PolyLine"],[3,"Pt2D"],[3,"HashablePt2D"],[3,"Ring"],[3,"Speed"],[4,"Statistic"],[8,"HgramValue"],[3,"Histogram"],[3,"Time"],[3,"UnitFmt"],[3,"CornerRadii"]]},\ @@ -19,7 +19,7 @@ var searchIndex = JSON.parse('{\ "json_to_binary_map":{"doc":"","i":[[5,"main","json_to_binary_map","",null,[[]]]],"p":[]},\ "kml":{"doc":"","i":[[3,"ExtraShapes","kml","Some dataset imported from KML, CSV, or something else. …",null,null],[12,"shapes","","",0,null],[3,"ExtraShape","","A single object in the dataset.",null,null],[12,"points","","The object has a different inferred shape depending on …",1,null],[12,"attributes","","Arbitrary key/value pairs associated with this object; no …",1,null],[5,"load","","Parses a .kml file and returns ExtraShapes. Objects will …",null,[[["timer",3],["bool",15],["gpsbounds",3],["string",3]],[["result",6],["extrashapes",3]]]],[5,"recurse","","",null,[[["bool",15],["usize",15],["node",3],["btreemap",3],["vec",3],["gpsbounds",3]],["result",6]]],[5,"parse_pt","","",null,[[["str",15]],[["lonlat",3],["option",4]]]],[11,"load_csv","","Parses a .csv file and returns ExtraShapes. Each record …",0,[[["timer",3],["gpsbounds",3],["string",3]],[["result",6],["extrashapes",3]]]],[11,"from","","",0,[[]]],[11,"into","","",0,[[]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"from","","",1,[[]]],[11,"into","","",1,[[]]],[11,"to_owned","","",1,[[]]],[11,"clone_into","","",1,[[]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"clone","","",1,[[],["extrashape",3]]],[11,"fmt","","",1,[[["formatter",3]],["result",6]]],[11,"serialize","","",0,[[],["result",4]]],[11,"serialize","","",1,[[],["result",4]]],[11,"deserialize","","",0,[[],["result",4]]],[11,"deserialize","","",1,[[],["result",4]]]],"p":[[3,"ExtraShapes"],[3,"ExtraShape"]]},\ "map_editor":{"doc":"The map_editor renders and lets you edit RawMaps, which …","i":[[0,"edit","map_editor","",null,null],[3,"EditRoad","map_editor::edit","",null,null],[12,"r","","",0,null],[12,"show_direction","","",0,null],[11,"new","","",0,[[["app",3],["originalroad",3],["eventctx",3]],[["state",8],["box",3]]]],[0,"model","map_editor","",null,null],[17,"INTERSECTION_RADIUS","map_editor::model","",null,null],[17,"BUILDING_LENGTH","","",null,null],[3,"Model","","",null,null],[12,"map","","",1,null],[12,"showing_pts","","",1,null],[12,"world","","",1,null],[12,"include_bldgs","","",1,null],[12,"intersection_geom","","",1,null],[11,"blank","","",1,[[],["model",3]]],[11,"import","","",1,[[["string",3],["bool",15],["eventctx",3]],["model",3]]],[11,"export_to_osm","","",1,[[]]],[11,"set_boundary","","",1,[[["pt2d",3],["eventctx",3]]]],[11,"compute_bounds","","",1,[[],["bounds",3]]],[11,"intersection_added","","",1,[[["nodeid",3],["eventctx",3]]]],[11,"create_i","","",1,[[["pt2d",3],["eventctx",3]]]],[11,"move_i","","",1,[[["nodeid",3],["pt2d",3],["eventctx",3]]]],[11,"delete_i","","",1,[[["nodeid",3]]]],[11,"toggle_i","","",1,[[["nodeid",3],["eventctx",3]]]],[11,"show_intersection_geometry","","",1,[[["bool",15],["eventctx",3]]]],[11,"road_added","","",1,[[["originalroad",3],["eventctx",3]]]],[11,"road_deleted","","",1,[[["originalroad",3]]]],[11,"create_r","","",1,[[["nodeid",3],["eventctx",3]]]],[11,"delete_r","","",1,[[["originalroad",3],["eventctx",3]]]],[11,"road_object","","",1,[[["originalroad",3]],[["id",4],["object",3]]]],[11,"show_r_points","","",1,[[["originalroad",3],["eventctx",3]]]],[11,"stop_showing_pts","","",1,[[["originalroad",3]]]],[11,"move_r_pt","","",1,[[["originalroad",3],["usize",15],["pt2d",3],["eventctx",3]]]],[11,"delete_r_pt","","",1,[[["originalroad",3],["usize",15],["eventctx",3]]]],[11,"insert_r_pt","","",1,[[["originalroad",3],["pt2d",3],["eventctx",3]],[["option",4],["id",4]]]],[11,"clear_r_pts","","",1,[[["originalroad",3],["eventctx",3]]]],[11,"merge_r","","",1,[[["originalroad",3],["eventctx",3]]]],[11,"bldg_added","","",1,[[["osmid",4],["eventctx",3]]]],[11,"create_b","","",1,[[["pt2d",3],["eventctx",3]],["id",4]]],[11,"move_b","","",1,[[["osmid",4],["pt2d",3],["eventctx",3]]]],[11,"delete_b","","",1,[[["osmid",4]]]],[4,"ID","","",null,null],[13,"Building","","",2,null],[13,"Intersection","","",2,null],[13,"Road","","",2,null],[13,"RoadPoint","","",2,null],[5,"time_to_id","","",null,[[],["i64",15]]],[5,"dump_to_osm","","Express a RawMap as a .osm file. Why not just save the …",null,[[["rawmap",3]],[["error",3],["result",4]]]],[0,"world","map_editor","",null,null],[8,"ObjectID","map_editor::world","",null,null],[10,"zorder","","",3,[[],["usize",15]]],[3,"Object","","",null,null],[12,"id","","",4,null],[12,"geometry","","",4,null],[11,"new","","",4,[[["polygon",3],["color",3]],["object",3]]],[3,"WorldObject","","",null,null],[12,"unioned_polygon","","",5,null],[12,"draw","","",5,null],[12,"quadtree_id","","",5,null],[3,"World","","",null,null],[12,"objects","","",6,null],[12,"quadtree","","",6,null],[12,"current_selection","","",6,null],[11,"new","","",6,[[],["world",3]]],[11,"draw","","",6,[[["fn",8],["gfxctx",3]]]],[11,"handle_mouseover","","",6,[[["eventctx",3]]]],[11,"force_set_selection","","",6,[[]]],[11,"get_selection","","",6,[[],["option",4]]],[11,"add","","",6,[[["object",3],["eventctx",3]]]],[11,"delete","","",6,[[]]],[3,"App","map_editor","",null,null],[12,"model","","",7,null],[3,"MainState","","",null,null],[12,"mode","","",8,null],[12,"panel","","",8,null],[12,"last_id","","",8,null],[4,"Mode","","",null,null],[13,"Viewing","","",9,null],[13,"MovingIntersection","","",9,null],[13,"MovingBuilding","","",9,null],[13,"MovingRoadPoint","","",9,null],[13,"CreatingRoad","","",9,null],[13,"SetBoundaryPt1","","",9,null],[13,"SetBoundaryPt2","","",9,null],[11,"new","","",8,[[["eventctx",3]]]],[5,"main","","",null,[[]]],[11,"from","map_editor::edit","",0,[[]]],[11,"into","","",0,[[]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"vzip","","",0,[[]]],[11,"into_any","","",0,[[["box",3],["global",3]],[["box",3],["any",8],["global",3]]]],[11,"into_any_rc","","",0,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",0,[[],["any",8]]],[11,"as_any_mut","","",0,[[],["any",8]]],[11,"into_any_arc","","",0,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","map_editor::model","",1,[[]]],[11,"into","","",1,[[]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"vzip","","",1,[[]]],[11,"into_any","","",1,[[["box",3],["global",3]],[["box",3],["any",8],["global",3]]]],[11,"into_any_rc","","",1,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",1,[[],["any",8]]],[11,"as_any_mut","","",1,[[],["any",8]]],[11,"into_any_arc","","",1,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","","",2,[[]]],[11,"into","","",2,[[]]],[11,"to_owned","","",2,[[]]],[11,"clone_into","","",2,[[]]],[11,"borrow","","",2,[[]]],[11,"borrow_mut","","",2,[[]]],[11,"try_from","","",2,[[],["result",4]]],[11,"try_into","","",2,[[],["result",4]]],[11,"type_id","","",2,[[],["typeid",3]]],[11,"equivalent","","",2,[[],["bool",15]]],[11,"get_hash","","",2,[[],["u64",15]]],[11,"vzip","","",2,[[]]],[11,"into_any","","",2,[[["box",3],["global",3]],[["box",3],["any",8],["global",3]]]],[11,"into_any_rc","","",2,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",2,[[],["any",8]]],[11,"as_any_mut","","",2,[[],["any",8]]],[11,"into_any_arc","","",2,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","map_editor::world","",4,[[]]],[11,"into","","",4,[[]]],[11,"borrow","","",4,[[]]],[11,"borrow_mut","","",4,[[]]],[11,"try_from","","",4,[[],["result",4]]],[11,"try_into","","",4,[[],["result",4]]],[11,"type_id","","",4,[[],["typeid",3]]],[11,"vzip","","",4,[[]]],[11,"into_any","","",4,[[["box",3],["global",3]],[["box",3],["any",8],["global",3]]]],[11,"into_any_rc","","",4,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",4,[[],["any",8]]],[11,"as_any_mut","","",4,[[],["any",8]]],[11,"into_any_arc","","",4,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","","",5,[[]]],[11,"into","","",5,[[]]],[11,"borrow","","",5,[[]]],[11,"borrow_mut","","",5,[[]]],[11,"try_from","","",5,[[],["result",4]]],[11,"try_into","","",5,[[],["result",4]]],[11,"type_id","","",5,[[],["typeid",3]]],[11,"vzip","","",5,[[]]],[11,"into_any","","",5,[[["box",3],["global",3]],[["box",3],["any",8],["global",3]]]],[11,"into_any_rc","","",5,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",5,[[],["any",8]]],[11,"as_any_mut","","",5,[[],["any",8]]],[11,"into_any_arc","","",5,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","","",6,[[]]],[11,"into","","",6,[[]]],[11,"borrow","","",6,[[]]],[11,"borrow_mut","","",6,[[]]],[11,"try_from","","",6,[[],["result",4]]],[11,"try_into","","",6,[[],["result",4]]],[11,"type_id","","",6,[[],["typeid",3]]],[11,"vzip","","",6,[[]]],[11,"into_any","","",6,[[["box",3],["global",3]],[["box",3],["any",8],["global",3]]]],[11,"into_any_rc","","",6,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",6,[[],["any",8]]],[11,"as_any_mut","","",6,[[],["any",8]]],[11,"from","map_editor","",7,[[]]],[11,"into","","",7,[[]]],[11,"borrow","","",7,[[]]],[11,"borrow_mut","","",7,[[]]],[11,"try_from","","",7,[[],["result",4]]],[11,"try_into","","",7,[[],["result",4]]],[11,"type_id","","",7,[[],["typeid",3]]],[11,"vzip","","",7,[[]]],[11,"into_any","","",7,[[["box",3],["global",3]],[["box",3],["any",8],["global",3]]]],[11,"into_any_rc","","",7,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",7,[[],["any",8]]],[11,"as_any_mut","","",7,[[],["any",8]]],[11,"into_any_arc","","",7,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","","",8,[[]]],[11,"into","","",8,[[]]],[11,"borrow","","",8,[[]]],[11,"borrow_mut","","",8,[[]]],[11,"try_from","","",8,[[],["result",4]]],[11,"try_into","","",8,[[],["result",4]]],[11,"type_id","","",8,[[],["typeid",3]]],[11,"vzip","","",8,[[]]],[11,"into_any","","",8,[[["box",3],["global",3]],[["box",3],["any",8],["global",3]]]],[11,"into_any_rc","","",8,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",8,[[],["any",8]]],[11,"as_any_mut","","",8,[[],["any",8]]],[11,"from","","",9,[[]]],[11,"into","","",9,[[]]],[11,"borrow","","",9,[[]]],[11,"borrow_mut","","",9,[[]]],[11,"try_from","","",9,[[],["result",4]]],[11,"try_into","","",9,[[],["result",4]]],[11,"type_id","","",9,[[],["typeid",3]]],[11,"vzip","","",9,[[]]],[11,"into_any","","",9,[[["box",3],["global",3]],[["box",3],["any",8],["global",3]]]],[11,"into_any_rc","","",9,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",9,[[],["any",8]]],[11,"as_any_mut","","",9,[[],["any",8]]],[11,"into_any_arc","","",9,[[["arc",3]],[["any",8],["arc",3]]]],[11,"zorder","map_editor::model","",2,[[],["usize",15]]],[11,"clone","","",2,[[],["id",4]]],[11,"eq","","",2,[[["id",4]],["bool",15]]],[11,"ne","","",2,[[["id",4]],["bool",15]]],[11,"fmt","","",2,[[["formatter",3]],["result",6]]],[11,"hash","","",2,[[]]],[11,"event","map_editor","",8,[[["eventctx",3],["app",3]],[["app",3],["transition",4]]]],[11,"draw","","",8,[[["app",3],["gfxctx",3]]]],[11,"dump_before_abort","","",7,[[["canvas",3]]]],[11,"before_quit","","",7,[[["canvas",3]]]],[11,"on_click","map_editor::edit","",0,[[["app",3],["panel",3],["eventctx",3],["str",15]],[["app",3],["transition",4]]]],[11,"other_event","","",0,[[["eventctx",3],["app",3]],[["app",3],["transition",4]]]],[11,"draw","","",0,[[["app",3],["gfxctx",3]]]],[11,"draw_baselayer","","",0,[[],["drawbaselayer",4]]]],"p":[[3,"EditRoad"],[3,"Model"],[4,"ID"],[8,"ObjectID"],[3,"Object"],[3,"WorldObject"],[3,"World"],[3,"App"],[3,"MainState"],[4,"Mode"]]},\ -"map_gui":{"doc":"This crate contains common code for applications that …","i":[[0,"colors","map_gui","A color scheme groups colors used for different map, …",null,null],[4,"ColorSchemeChoice","map_gui::colors","",null,null],[13,"DayMode","","",0,null],[13,"NightMode","","",0,null],[13,"Pregame","","",0,null],[13,"SAMGreenDay","","",0,null],[13,"SAMDesertDay","","",0,null],[13,"BAP","","",0,null],[13,"OSM","","",0,null],[13,"Starcat","","",0,null],[13,"Textured","","",0,null],[13,"MapboxLight","","",0,null],[13,"MapboxDark","","",0,null],[13,"FadedZoom","","",0,null],[13,"NegativeSpace","","",0,null],[11,"choices","","",0,[[],[["vec",3],["choice",3]]]],[3,"ColorScheme","","",null,null],[12,"scheme","","",1,null],[12,"panel_bg","","",1,null],[12,"inner_panel_bg","","",1,null],[12,"day_time_slider","","",1,null],[12,"night_time_slider","","",1,null],[12,"selected","","",1,null],[12,"current_object","","",1,null],[12,"perma_selected_object","","",1,null],[12,"fade_map_dark","","",1,null],[12,"gui_style","","",1,null],[12,"dialog_bg","","",1,null],[12,"minimap_cursor_border","","",1,null],[12,"minimap_cursor_bg","","",1,null],[12,"driving_lane","","",1,null],[12,"bus_lane","","",1,null],[12,"parking_lane","","",1,null],[12,"bike_lane","","",1,null],[12,"sidewalk","","",1,null],[12,"sidewalk_lines","","",1,null],[12,"general_road_marking","","",1,null],[12,"road_center_line","","",1,null],[12,"light_rail_track","","",1,null],[12,"private_road","","",1,null],[12,"unzoomed_highway","","",1,null],[12,"unzoomed_arterial","","",1,null],[12,"unzoomed_residential","","",1,null],[12,"unzoomed_trail","","",1,null],[12,"normal_intersection","","",1,null],[12,"stop_sign","","",1,null],[12,"stop_sign_pole","","",1,null],[12,"signal_protected_turn","","",1,null],[12,"signal_permitted_turn","","",1,null],[12,"signal_banned_turn","","",1,null],[12,"signal_box","","",1,null],[12,"signal_spinner","","",1,null],[12,"signal_turn_block_bg","","",1,null],[12,"very_slow_intersection","","",1,null],[12,"slow_intersection","","",1,null],[12,"normal_slow_intersection","","",1,null],[12,"void_background","","",1,null],[12,"map_background","","",1,null],[12,"unzoomed_interesting_intersection","","",1,null],[12,"residential_building","","",1,null],[12,"commercial_building","","",1,null],[12,"building_outline","","",1,null],[12,"parking_lot","","",1,null],[12,"grass","","",1,null],[12,"water","","",1,null],[12,"median_strip","","",1,null],[12,"pedestrian_plaza","","",1,null],[12,"study_area","","",1,null],[12,"unzoomed_car","","",1,null],[12,"unzoomed_bike","","",1,null],[12,"unzoomed_bus","","",1,null],[12,"unzoomed_pedestrian","","",1,null],[12,"agent_colors","","",1,null],[12,"route","","",1,null],[12,"turn_arrow","","",1,null],[12,"brake_light","","",1,null],[12,"bus_body","","",1,null],[12,"bus_label","","",1,null],[12,"train_body","","",1,null],[12,"ped_head","","",1,null],[12,"ped_foot","","",1,null],[12,"ped_preparing_bike_body","","",1,null],[12,"ped_crowd","","",1,null],[12,"bike_frame","","",1,null],[12,"parked_car","","",1,null],[12,"good_to_bad_red","","",1,null],[12,"good_to_bad_green","","",1,null],[12,"bus_layer","","",1,null],[12,"edits_layer","","",1,null],[12,"parking_trip","","",1,null],[12,"bike_trip","","",1,null],[12,"bus_trip","","",1,null],[12,"before_changes","","",1,null],[12,"after_changes","","",1,null],[11,"new","","",1,[[["colorschemechoice",4],["eventctx",3]],["colorscheme",3]]],[11,"pregame","","",1,[[],["colorscheme",3]]],[11,"day_mode","","",1,[[],["colorscheme",3]]],[11,"light_background","","",1,[[["style",3]],["colorscheme",3]]],[11,"rotating_color_plot","","",1,[[["usize",15]],["color",3]]],[11,"rotating_color_agents","","",1,[[["usize",15]],["color",3]]],[11,"unzoomed_road_surface","","",1,[[["roadrank",4]],["color",3]]],[11,"zoomed_road_surface","","",1,[[["lanetype",4],["roadrank",4]],["color",3]]],[11,"zoomed_intersection_surface","","",1,[[["roadrank",4]],["color",3]]],[11,"road_center_line","","",1,[[["roadrank",4]],["color",3]]],[11,"general_road_marking","","",1,[[["roadrank",4]],["color",3]]],[11,"solid_road_center","","",1,[[],["bool",15]]],[5,"modulo_color","","",null,[[["usize",15],["vec",3]],["color",3]]],[5,"hex","","",null,[[["str",15]],["color",3]]],[11,"night_mode","","",1,[[],["colorscheme",3]]],[11,"sam_green_day","","",1,[[],["colorscheme",3]]],[11,"sam_desert_day","","",1,[[],["colorscheme",3]]],[11,"bap","","",1,[[],["colorscheme",3]]],[11,"osm","","",1,[[],["colorscheme",3]]],[11,"starcat","","",1,[[],["colorscheme",3]]],[11,"textured","","",1,[[],["colorscheme",3]]],[11,"mapbox_light","","",1,[[],["colorscheme",3]]],[11,"mapbox_dark","","",1,[[],["colorscheme",3]]],[11,"faded_zoom","","",1,[[],["colorscheme",3]]],[11,"negative_space","","",1,[[],["colorscheme",3]]],[0,"load","map_gui","Loading large resources (like maps, scenarios, and …",null,null],[0,"native_loader","map_gui::load","",null,null],[3,"FileLoader","map_gui::load::native_loader","Loads a JSON or bincoded file, then deserializes it",null,null],[12,"path","","",2,null],[12,"on_load","","",2,null],[11,"new","","",2,[[["string",3],["box",3],["eventctx",3],["fnonce",8]],[["state",8],["box",3]]]],[3,"RawFileLoader","","Loads a file without deserializing it.",null,null],[12,"path","","",3,null],[12,"on_load","","",3,null],[11,"new","","",3,[[["string",3],["box",3],["eventctx",3],["fnonce",8]],[["state",8],["box",3]]]],[3,"FileLoader","map_gui::load","Loads a JSON or bincoded file, then deserializes it",null,null],[12,"path","","",2,null],[12,"on_load","","",2,null],[3,"RawFileLoader","","Loads a file without deserializing it.",null,null],[12,"path","","",3,null],[12,"on_load","","",3,null],[3,"MapLoader","","",null,null],[11,"new","","",4,[[["eventctx",3],["box",3],["mapname",3],["fnonce",8]],[["state",8],["box",3]]]],[3,"MapAlreadyLoaded","","",null,null],[12,"on_load","","",5,null],[3,"FutureLoader","","",null,null],[12,"loading_title","","",6,null],[12,"started","","",6,null],[12,"panel","","",6,null],[12,"receiver","","",6,null],[12,"on_load","","",6,null],[12,"runtime","","",6,null],[11,"new","","",6,[[["eventctx",3],["box",3],["box",3],["pin",3],["fnonce",8],["str",15]],[["state",8],["box",3]]]],[0,"options","map_gui","",null,null],[3,"Options","map_gui::options","Options controlling the UI. Some of the options are …",null,null],[12,"dev","","Dev mode exposes experimental tools useful for debugging, …",7,null],[12,"debug_all_agents","","Every time we draw, render all agents zoomed in. …",7,null],[12,"traffic_signal_style","","How traffic signals should be rendered.",7,null],[12,"color_scheme","","The color scheme for map elements, agents, and the UI.",7,null],[12,"toggle_day_night_colors","","Automatically change color_scheme based on simulation …",7,null],[12,"min_zoom_for_detail","","Map elements are drawn differently when unzoomed and …",7,null],[12,"camera_angle","","Draw buildings in different perspectives",7,null],[12,"time_increment","","How much to advance the sim with one of the speed controls",7,null],[12,"dont_draw_time_warp","","When time warping, don\'t draw to speed up simulation",7,null],[12,"jump_to_delay","","The delay threshold to halt on when jumping to the next …",7,null],[12,"language","","Display roads and buildings in an alternate language, if …",7,null],[12,"units","","How to render geometric units",7,null],[11,"default","","",7,[[],["options",3]]],[11,"update_from_args","","Update the options using command-line flags.",7,[[["cmdargs",3]]]],[4,"TrafficSignalStyle","","Different ways of drawing traffic signals. The names of …",null,null],[13,"BAP","","",8,null],[13,"Yuwen","","",8,null],[13,"IndividualTurnArrows","","",8,null],[4,"CameraAngle","","",null,null],[13,"TopDown","","",9,null],[13,"IsometricNE","","",9,null],[13,"IsometricNW","","",9,null],[13,"IsometricSE","","",9,null],[13,"IsometricSW","","",9,null],[13,"Abstract","","",9,null],[3,"OptionsPanel","","",null,null],[12,"panel","","",10,null],[11,"new","","",10,[[["eventctx",3]],[["state",8],["box",3]]]],[0,"render","map_gui","Render static and dynamic map elements.",null,null],[0,"agents","map_gui::render","",null,null],[3,"AgentCache","map_gui::render::agents","",null,null],[12,"unzoomed_agents","","This is controlled almost entirely by the minimap panel. …",11,null],[12,"time","","",11,null],[12,"agents_per_on","","",11,null],[12,"unzoomed","","",11,null],[11,"new","","",11,[[],["agentcache",3]]],[11,"get","","",11,[[["traversable",4]],[["vec",3],["renderable",8]]]],[11,"populate_if_needed","","",11,[[["prerender",3],["sim",3],["traversable",4],["map",3],["colorscheme",3]]]],[11,"calculate_unzoomed_agents","","If the sim time has changed or the unzoomed agent filters …",11,[[["applike",8]],["quadtree",3]]],[11,"draw_unzoomed_agents","","",11,[[["gfxctx",3],["applike",8]]]],[3,"UnzoomedAgents","","",null,null],[12,"cars","","",12,null],[12,"bikes","","",12,null],[12,"buses_and_trains","","",12,null],[12,"peds","","",12,null],[11,"new","","",12,[[],["unzoomedagents",3]]],[11,"cars","","",12,[[],["bool",15]]],[11,"bikes","","",12,[[],["bool",15]]],[11,"buses_and_trains","","",12,[[],["bool",15]]],[11,"peds","","",12,[[],["bool",15]]],[11,"color","","",12,[[["unzoomedagent",3],["colorscheme",3]],[["option",4],["color",3]]]],[11,"update","","",12,[[["panel",3]]]],[0,"area","map_gui::render","",null,null],[3,"DrawArea","map_gui::render::area","",null,null],[12,"id","","",13,null],[11,"new","","",13,[[["area",3],["eventctx",3],["geombatch",3],["colorscheme",3]],["drawarea",3]]],[11,"fill","","",13,[[["colorscheme",3],["areatype",4]],["fill",4]]],[0,"bike","map_gui::render","",null,null],[3,"DrawBike","map_gui::render::bike","",null,null],[12,"id","","",14,null],[12,"body_circle","","",14,null],[12,"zorder","","",14,null],[12,"draw_default","","",14,null],[11,"new","","",14,[[["prerender",3],["sim",3],["colorscheme",3],["map",3],["drawcarinput",3]],["drawbike",3]]],[0,"building","map_gui::render","",null,null],[3,"DrawBuilding","map_gui::render::building","",null,null],[12,"id","","",15,null],[12,"label","","",15,null],[11,"new","","",15,[[["eventctx",3],["building",3],["options",3],["colorscheme",3],["map",3],["geombatch",3]],["drawbuilding",3]]],[0,"bus_stop","map_gui::render","",null,null],[17,"RADIUS","map_gui::render::bus_stop","",null,null],[3,"DrawBusStop","","",null,null],[12,"id","","",16,null],[12,"center","","",16,null],[12,"zorder","","",16,null],[12,"draw_default","","",16,null],[11,"new","","",16,[[["eventctx",3],["colorscheme",3],["map",3],["busstop",3]],["drawbusstop",3]]],[0,"car","map_gui::render","",null,null],[17,"CAR_WIDTH","map_gui::render::car","",null,null],[3,"DrawCar","","",null,null],[12,"id","","",17,null],[12,"body","","",17,null],[12,"body_polygon","","",17,null],[12,"zorder","","",17,null],[12,"draw_default","","",17,null],[11,"new","","",17,[[["prerender",3],["sim",3],["colorscheme",3],["map",3],["drawcarinput",3]],["drawcar",3]]],[5,"thick_line_from_angle","","",null,[[["pt2d",3],["angle",3],["distance",3]],["polygon",3]]],[5,"zoomed_color_car","","",null,[[["drawcarinput",3],["colorscheme",3],["sim",3]],["color",3]]],[0,"intersection","map_gui::render","",null,null],[3,"DrawIntersection","map_gui::render::intersection","",null,null],[12,"id","","",18,null],[12,"zorder","","",18,null],[12,"draw_default","","",18,null],[12,"draw_traffic_signal","","",18,null],[11,"new","","",18,[[["intersection",3],["map",3]],["drawintersection",3]]],[11,"clear_rendering","","",18,[[]]],[11,"render","","",18,[[["applike",8]],["geombatch",3]]],[11,"stop_sign_geom","","",18,[[["map",3],["roadwithstopsign",3]],["option",4]]],[5,"calculate_corners","","",null,[[["intersection",3],["map",3]],[["vec",3],["polygon",3]]]],[5,"calculate_corners_with_borders","","",null,[[["intersection",3],["applike",8],["geombatch",3]]]],[5,"calculate_border_arrows","","",null,[[["intersection",3],["map",3],["road",3]],[["vec",3],["polygon",3]]]],[5,"make_octagon","","",null,[[["pt2d",3],["angle",3],["distance",3]],["polygon",3]]],[5,"make_crosswalk","","",null,[[["geombatch",3],["colorscheme",3],["map",3],["turn",3]]]],[5,"make_rainbow_crosswalk","","",null,[[["map",3],["turn",3],["geombatch",3]],["bool",15]]],[5,"perp_line","","",null,[[["line",3],["distance",3]],["line",3]]],[0,"lane","map_gui::render","",null,null],[3,"DrawLane","map_gui::render::lane","",null,null],[12,"id","","",19,null],[12,"polygon","","",19,null],[12,"zorder","","",19,null],[12,"draw_default","","",19,null],[11,"new","","",19,[[["map",3],["lane",3]],["drawlane",3]]],[11,"clear_rendering","","",19,[[]]],[11,"render","","",19,[[["applike",8]],["geombatch",3]]],[5,"perp_line","","",null,[[["line",3],["distance",3]],["line",3]]],[5,"calculate_sidewalk_lines","","",null,[[["lane",3]],[["vec",3],["polygon",3]]]],[5,"calculate_parking_lines","","",null,[[["map",3],["lane",3]],[["vec",3],["polygon",3]]]],[5,"calculate_driving_lines","","",null,[[["road",3],["lane",3]],[["vec",3],["polygon",3]]]],[5,"calculate_turn_markings","","",null,[[["map",3],["lane",3]],[["vec",3],["polygon",3]]]],[5,"calculate_one_way_markings","","",null,[[["road",3],["lane",3]],[["vec",3],["polygon",3]]]],[0,"map","map_gui::render","",null,null],[3,"DrawMap","map_gui::render::map","",null,null],[12,"roads","","",20,null],[12,"lanes","","",20,null],[12,"intersections","","",20,null],[12,"buildings","","",20,null],[12,"parking_lots","","",20,null],[12,"bus_stops","","",20,null],[12,"areas","","",20,null],[12,"boundary_polygon","","",20,null],[12,"draw_all_unzoomed_roads_and_intersections","","",20,null],[12,"draw_all_buildings","","",20,null],[12,"draw_all_building_paths","","",20,null],[12,"draw_all_building_outlines","","",20,null],[12,"draw_all_unzoomed_parking_lots","","",20,null],[12,"draw_all_areas","","",20,null],[12,"zorder_range","","",20,null],[12,"show_zorder","","",20,null],[12,"quadtree","","",20,null],[11,"new","","",20,[[["options",3],["eventctx",3],["timer",3],["colorscheme",3],["map",3]],["drawmap",3]]],[11,"regenerate_unzoomed_layer","","",20,[[["eventctx",3],["timer",3],["colorscheme",3],["map",3]],["drawable",3]]],[11,"get_r","","",20,[[["roadid",3]],["drawroad",3]]],[11,"get_l","","",20,[[["laneid",3]],["drawlane",3]]],[11,"get_i","","",20,[[["intersectionid",3]],["drawintersection",3]]],[11,"get_b","","",20,[[["buildingid",3]],["drawbuilding",3]]],[11,"get_pl","","",20,[[["parkinglotid",3]],["drawparkinglot",3]]],[11,"get_bs","","",20,[[["busstopid",3]],["drawbusstop",3]]],[11,"get_a","","",20,[[["areaid",3]],["drawarea",3]]],[11,"get_obj","","",20,[[["id",4],["eventctx",3],["agentcache",3],["applike",8]],[["renderable",8],["option",4]]]],[11,"get_matching_objects","","Unsorted, unexpanded, raw result.",20,[[["bounds",3]],[["id",4],["vec",3]]]],[11,"get_renderables_back_to_front","","A simple variation of the one in game that shows all …",20,[[["bounds",3],["map",3]],[["vec",3],["renderable",8]]]],[11,"zoomed_batch","","Build a single giganticGeomBatch
to render the entire …",20,[[["eventctx",3],["applike",8]],["geombatch",3]]],[0,"parking_lot","map_gui::render","",null,null],[3,"DrawParkingLot","map_gui::render::parking_lot","",null,null],[12,"id","","",21,null],[12,"draw","","",21,null],[11,"new","","",21,[[["eventctx",3],["parkinglot",3],["geombatch",3],["colorscheme",3]],["drawparkinglot",3]]],[11,"render","","",21,[[["applike",8]],["geombatch",3]]],[0,"pedestrian","map_gui::render","",null,null],[3,"DrawPedestrian","map_gui::render::pedestrian","",null,null],[12,"id","","",22,null],[12,"body_circle","","",22,null],[12,"zorder","","",22,null],[12,"draw_default","","",22,null],[11,"new","","",22,[[["usize",15],["prerender",3],["sim",3],["drawpedestrianinput",3],["map",3],["colorscheme",3]],["drawpedestrian",3]]],[11,"geometry","","",22,[[["usize",15],["sim",3],["geombatch",3],["colorscheme",3],["drawpedestrianinput",3]]]],[3,"DrawPedCrowd","","",null,null],[12,"members","","",23,null],[12,"blob","","",23,null],[12,"blob_pl","","",23,null],[12,"zorder","","",23,null],[12,"draw_default","","",23,null],[11,"new","","",23,[[["drawpedcrowdinput",3],["prerender",3],["colorscheme",3],["map",3]],["drawpedcrowd",3]]],[0,"road","map_gui::render","",null,null],[3,"DrawRoad","map_gui::render::road","",null,null],[12,"id","","",24,null],[12,"zorder","","",24,null],[12,"draw","","",24,null],[11,"new","","",24,[[["road",3]],["drawroad",3]]],[11,"render","","",24,[[["applike",8]],["geombatch",3]]],[11,"clear_rendering","","",24,[[]]],[0,"traffic_signal","map_gui::render","",null,null],[5,"draw_signal_stage","map_gui::render::traffic_signal","",null,[[["prerender",3],["usize",15],["duration",3],["trafficsignalstyle",4],["option",4],["intersectionid",3],["geombatch",3],["stage",3],["applike",8]]]],[5,"draw_stage_number","","",null,[[["prerender",3],["intersectionid",3],["usize",15],["geombatch",3],["applike",8]]]],[5,"draw_time_left","","",null,[[["prerender",3],["intersectionid",3],["usize",15],["duration",3],["geombatch",3],["applike",8],["stage",3]]]],[5,"walk_icon","","",null,[[["prerender",3],["movement",3]],["geombatch",3]]],[5,"dont_walk_icon","","",null,[[["prerender",3],["movement",3]],["geombatch",3]]],[5,"crosswalk_icon","","",null,[[["polyline",3]]]],[0,"turn","map_gui::render","",null,null],[17,"TURN_ICON_ARROW_LENGTH","map_gui::render::turn","",null,null],[3,"DrawMovement","","",null,null],[12,"id","","",25,null],[12,"hitbox","","",25,null],[11,"for_i","","",25,[[["prerender",3],["intersectionid",3],["usize",15],["colorscheme",3],["map",3]],["vec",3]]],[11,"draw_selected_movement","","",25,[[["turnpriority",4],["geombatch",3],["applike",8],["option",4]]]],[3,"DrawUberTurnGroup","","",null,null],[12,"group","","",26,null],[12,"block","","",26,null],[12,"arrow","","",26,null],[11,"new","","",26,[[["intersectioncluster",3],["map",3]],[["drawuberturngroup",3],["vec",3]]]],[5,"make_block_geom","","",null,[[["f64",15],["polyline",3],["distance",3],["angle",3]]]],[5,"make_circle_geom","","",null,[[["f64",15],["polyline",3],["angle",3]]]],[3,"AgentCache","map_gui::render","",null,null],[12,"unzoomed_agents","","This is controlled almost entirely by the minimap panel. …",11,null],[12,"time","","",11,null],[12,"agents_per_on","","",11,null],[12,"unzoomed","","",11,null],[3,"UnzoomedAgents","","",null,null],[12,"cars","","",12,null],[12,"bikes","","",12,null],[12,"buses_and_trains","","",12,null],[12,"peds","","",12,null],[3,"DrawArea","","",null,null],[12,"id","","",13,null],[3,"DrawBuilding","","",null,null],[12,"id","","",15,null],[12,"label","","",15,null],[5,"calculate_corners","","",null,[[["intersection",3],["map",3]],[["vec",3],["polygon",3]]]],[3,"DrawIntersection","","",null,null],[12,"id","","",18,null],[12,"zorder","","",18,null],[12,"draw_default","","",18,null],[12,"draw_traffic_signal","","",18,null],[3,"DrawMap","","",null,null],[12,"roads","","",20,null],[12,"lanes","","",20,null],[12,"intersections","","",20,null],[12,"buildings","","",20,null],[12,"parking_lots","","",20,null],[12,"bus_stops","","",20,null],[12,"areas","","",20,null],[12,"boundary_polygon","","",20,null],[12,"draw_all_unzoomed_roads_and_intersections","","",20,null],[12,"draw_all_buildings","","",20,null],[12,"draw_all_building_paths","","",20,null],[12,"draw_all_building_outlines","","",20,null],[12,"draw_all_unzoomed_parking_lots","","",20,null],[12,"draw_all_areas","","",20,null],[12,"zorder_range","","",20,null],[12,"show_zorder","","",20,null],[12,"quadtree","","",20,null],[3,"DrawPedCrowd","","",null,null],[12,"members","","",23,null],[12,"blob","","",23,null],[12,"blob_pl","","",23,null],[12,"zorder","","",23,null],[12,"draw_default","","",23,null],[3,"DrawPedestrian","","",null,null],[12,"id","","",22,null],[12,"body_circle","","",22,null],[12,"zorder","","",22,null],[12,"draw_default","","",22,null],[3,"DrawMovement","","",null,null],[12,"id","","",25,null],[12,"hitbox","","",25,null],[3,"DrawUberTurnGroup","","",null,null],[12,"group","","",26,null],[12,"block","","",26,null],[12,"arrow","","",26,null],[17,"BIG_ARROW_THICKNESS","","",null,null],[17,"CROSSWALK_LINE_THICKNESS","","",null,null],[17,"OUTLINE_THICKNESS","","",null,null],[8,"Renderable","","",null,null],[10,"get_id","","",27,[[],["id",4]]],[10,"draw","","",27,[[["gfxctx",3],["applike",8],["drawoptions",3]]]],[11,"get_zorder","","",27,[[],["isize",15]]],[10,"get_outline","","",27,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",27,[[["pt2d",3],["map",3]],["bool",15]]],[5,"draw_vehicle","","",null,[[["prerender",3],["sim",3],["colorscheme",3],["map",3],["drawcarinput",3]],[["box",3],["renderable",8]]]],[3,"DrawOptions","","Control how the map is drawn.",null,null],[12,"suppress_traffic_signal_details","","Don\'t draw the current traffic signal state.",28,null],[12,"label_buildings","","Label every building.",28,null],[12,"show_building_paths","","Draw building paths.",28,null],[11,"new","","Default options for drawing a map.",28,[[],["drawoptions",3]]],[5,"unzoomed_agent_radius","","",null,[[["option",4],["vehicletype",4]],["distance",3]]],[5,"grey_out_unhighlighted_people","","If the sim has highlighted people, then fade all others …",null,[[["sim",3],["color",3],["option",4]],["color",3]]],[0,"simple_app","map_gui","",null,null],[3,"SimpleApp","map_gui::simple_app","Simple app state that just renders a static map, without …",null,null],[12,"map","","",29,null],[12,"draw_map","","",29,null],[12,"cs","","",29,null],[12,"opts","","",29,null],[12,"current_selection","","",29,null],[12,"session","","Custom per-app state can be stored here",29,null],[12,"time","","If desired, this can be advanced to render traffic …",29,null],[11,"new","","",29,[[["fn",8],["eventctx",3],["options",3]]]],[11,"draw_unzoomed","","",29,[[["gfxctx",3]]]],[11,"draw_zoomed","","",29,[[["gfxctx",3],["drawoptions",3]]]],[11,"recalculate_current_selection","","Assumes some defaults.",29,[[["eventctx",3]]]],[11,"mouseover_unzoomed_roads_and_intersections","","",29,[[["eventctx",3]],[["id",4],["option",4]]]],[11,"mouseover_unzoomed_buildings","","Only select buildings, and work whether zoomed in or not.",29,[[["eventctx",3]],[["id",4],["option",4]]]],[11,"calculate_current_selection","","",29,[[["bool",15],["eventctx",3]],[["id",4],["option",4]]]],[3,"SimpleWarper","","",null,null],[12,"warper","","",30,null],[0,"tools","map_gui","Assorted tools and UI states that\'re useful for …",null,null],[0,"camera","map_gui::tools","",null,null],[3,"CameraState","map_gui::tools::camera","Represents the state of a widgetry Canvas.",null,null],[12,"cam_x","","",31,null],[12,"cam_y","","",31,null],[12,"cam_zoom","","",31,null],[11,"save","","Save the camera\'s configuration for the specified map.",31,[[["mapname",3],["canvas",3]]]],[11,"load","","Load the camera\'s configuration for the specified map. …",31,[[["eventctx",3],["mapname",3]],["bool",15]]],[0,"city_picker","map_gui::tools","",null,null],[3,"CityPicker","map_gui::tools::city_picker","Lets the player switch maps.",null,null],[12,"panel","","",32,null],[12,"districts","","",32,null],[12,"selected","","",32,null],[12,"on_load","","",32,null],[11,"new","","",32,[[["box",3],["eventctx",3],["fnonce",8]],[["state",8],["box",3]]]],[11,"new_in_city","","",32,[[["cityname",3],["eventctx",3],["box",3],["fnonce",8]],[["state",8],["box",3]]]],[11,"chose_city","","",32,[[["mapname",3],["eventctx",3]],["transition",4]]],[3,"AllCityPicker","","",null,null],[12,"panel","","",33,null],[12,"on_load","","",33,null],[11,"new","","",33,[[["box",3],["eventctx",3],["fnonce",8]],[["state",8],["box",3]]]],[3,"CitiesInCountryPicker","","",null,null],[12,"panel","","",34,null],[12,"on_load","","",34,null],[11,"new","","",34,[[["str",15],["eventctx",3],["box",3],["fnonce",8]],[["state",8],["box",3]]]],[5,"cities_per_country","","",null,[[],[["string",3],["vec",3],["btreemap",3]]]],[0,"colors","map_gui::tools","",null,null],[3,"ColorDiscrete","map_gui::tools::colors","",null,null],[12,"map","","",35,null],[12,"unzoomed","","",35,null],[12,"zoomed","","",35,null],[12,"categories","","",35,null],[12,"colors","","",35,null],[11,"new","","",35,[[["applike",8],["vec",3]],["colordiscrete",3]]],[11,"add_l","","",35,[[["str",15],["asref",8],["laneid",3]]]],[11,"add_r","","",35,[[["str",15],["roadid",3],["asref",8]]]],[11,"add_i","","",35,[[["intersectionid",3],["asref",8],["str",15]]]],[11,"add_b","","",35,[[["buildingid",3],["asref",8],["str",15]]]],[11,"add_bs","","",35,[[["str",15],["busstopid",3],["asref",8]]]],[11,"build","","",35,[[["eventctx",3]]]],[3,"ColorLegend","","",null,null],[11,"row","","",36,[[["eventctx",3],["color",3]],["widget",3]]],[11,"gradient","","",36,[[["string",3],["eventctx",3],["colorscale",3],["vec",3],["into",8]],["widget",3]]],[11,"categories","","",36,[[["eventctx",3],["vec",3]],["widget",3]]],[3,"DivergingScale","","",null,null],[12,"low_color","","",37,null],[12,"mid_color","","",37,null],[12,"high_color","","",37,null],[12,"min","","",37,null],[12,"avg","","",37,null],[12,"max","","",37,null],[12,"ignore","","",37,null],[11,"new","","",37,[[["color",3]],["divergingscale",3]]],[11,"range","","",37,[[["f64",15]],["divergingscale",3]]],[11,"ignore","","",37,[[["f64",15]],["divergingscale",3]]],[11,"eval","","",37,[[["f64",15]],[["option",4],["color",3]]]],[11,"make_legend","","",37,[[["string",3],["eventctx",3],["vec",3],["into",8]],["widget",3]]],[3,"ColorNetwork","","",null,null],[12,"map","","",38,null],[12,"unzoomed","","",38,null],[12,"zoomed","","",38,null],[11,"new","","",38,[[["applike",8]],["colornetwork",3]]],[11,"add_l","","",38,[[["color",3],["laneid",3]]]],[11,"add_r","","",38,[[["roadid",3],["color",3]]]],[11,"add_i","","",38,[[["intersectionid",3],["color",3]]]],[11,"add_b","","",38,[[["buildingid",3],["color",3]]]],[11,"add_pl","","",38,[[["color",3],["parkinglotid",3]]]],[11,"ranked_roads","","",38,[[["colorscale",3],["roadid",3],["counter",3]]]],[11,"ranked_intersections","","",38,[[["intersectionid",3],["colorscale",3],["counter",3]]]],[11,"pct_roads","","",38,[[["colorscale",3],["roadid",3],["counter",3]]]],[11,"pct_intersections","","",38,[[["intersectionid",3],["colorscale",3],["counter",3]]]],[11,"build","","",38,[[["eventctx",3]]]],[3,"ColorScale","","",null,null],[12,"0","","",39,null],[11,"eval","","",39,[[["f64",15]],["color",3]]],[11,"from_colorous","","",39,[[["gradient",3]],["colorscale",3]]],[11,"inner_eval","","",39,[[["f64",15]]]],[0,"command","map_gui::tools","",null,null],[3,"RunCommand","map_gui::tools::command","Executes a command and displays STDOUT and STDERR in a …",null,null],[12,"p","","",40,null],[12,"comm","","",40,null],[12,"panel","","",40,null],[12,"lines","","",40,null],[12,"max_capacity","","",40,null],[12,"started","","",40,null],[12,"on_load","","",40,null],[11,"new","","",40,[[["string",3],["fnonce",8],["eventctx",3],["box",3],["vec",3]],[["state",8],["box",3]]]],[11,"read_output","","",40,[[]]],[0,"heatmap","map_gui::tools","",null,null],[17,"NEIGHBORS","map_gui::tools::heatmap","",null,null],[3,"HeatmapOptions","","",null,null],[12,"resolution","","",41,null],[12,"radius","","",41,null],[12,"smoothing","","",41,null],[12,"contours","","",41,null],[12,"color_scheme","","",41,null],[11,"new","","",41,[[],["heatmapoptions",3]]],[11,"to_controls","","",41,[[["eventctx",3],["widget",3]],[["vec",3],["widget",3]]]],[11,"from_controls","","",41,[[["panel",3]],["heatmapoptions",3]]],[5,"make_heatmap","","",null,[[["eventctx",3],["geombatch",3],["pt2d",3],["bounds",3],["vec",3],["heatmapoptions",3]],["widget",3]]],[3,"Grid","","",null,null],[12,"data","","",42,null],[12,"width","","",42,null],[12,"height","","",42,null],[11,"new","","",42,[[["usize",15]],["grid",3]]],[11,"idx","","",42,[[["usize",15]],["usize",15]]],[0,"icons","map_gui::tools","",null,null],[5,"start_marker","map_gui::tools::icons","Draw a start marker pointing at something.",null,[[["pt2d",3],["f64",15]],["geombatch",3]]],[5,"goal_marker","","Draw a goal marker pointing at something.",null,[[["pt2d",3],["f64",15]],["geombatch",3]]],[0,"importer","map_gui::tools","",null,null],[3,"ImportCity","map_gui::tools::importer","",null,null],[12,"panel","","",43,null],[12,"on_load","","",43,null],[11,"new","","",43,[[["box",3],["eventctx",3],["fnonce",8]],[["state",8],["box",3]]]],[5,"grab_geojson_from_clipboard","","",null,[[],["result",6]]],[0,"minimap","map_gui::tools","",null,null],[3,"Minimap","map_gui::tools::minimap","",null,null],[12,"controls","","",44,null],[12,"time","","",44,null],[12,"app_type","","",44,null],[12,"dragging","","",44,null],[12,"panel","","",44,null],[12,"zoomed","","",44,null],[12,"layer","","",44,null],[12,"zoom_lvl","","",44,null],[12,"base_zoom","","",44,null],[12,"zoom","","",44,null],[12,"offset_x","","",44,null],[12,"offset_y","","",44,null],[8,"MinimapControls","","Customize the appearance and behavior of a minimap.",null,null],[10,"has_zorder","","Should the user be able to control the z-order visible? …",45,[[],["bool",15]]],[11,"has_layer","","Is there some additional layer displayed on the minimap? …",45,[[],["bool",15]]],[11,"draw_extra","","Draw extra stuff on the minimap, just pulling from the …",45,[[["gfxctx",3]]]],[11,"make_unzoomed_panel","","When unzoomed, display this panel. By default, no …",45,[[["eventctx",3]],["panel",3]]],[11,"make_legend","","A row beneath the minimap in the zoomed view, usually …",45,[[["eventctx",3]],["widget",3]]],[11,"make_zoomed_side_panel","","Controls to be placed to the left to the zoomed-in panel",45,[[["eventctx",3]],["widget",3]]],[11,"panel_clicked","","If a button is clicked that was produced by some method …",45,[[["eventctx",3],["str",15]],[["option",4],["transition",4]]]],[11,"panel_changed","","Called forOutcome::Changed
on the panel.",45,[[["eventctx",3],["panel",3]]]],[11,"new","","",44,[[["eventctx",3]],["minimap",3]]],[11,"recreate_panel","","",44,[[["eventctx",3]]]],[11,"map_to_minimap_pct","","",44,[[["pt2d",3]]]],[11,"set_zoom","","",44,[[["usize",15],["eventctx",3]]]],[11,"recenter","","",44,[[["eventctx",3]]]],[11,"event","","",44,[[["eventctx",3]],[["option",4],["transition",4]]]],[11,"draw","","",44,[[["gfxctx",3]]]],[11,"draw_with_extra_layers","","",44,[[["gfxctx",3],["vec",3],["drawable",3]]]],[11,"get_panel","","",44,[[],["panel",3]]],[11,"mut_panel","","",44,[[],["panel",3]]],[0,"navigate","map_gui::tools","",null,null],[3,"Navigator","map_gui::tools::navigate","",null,null],[12,"panel","","",46,null],[11,"new","","",46,[[["eventctx",3]],[["state",8],["box",3]]]],[3,"CrossStreet","","",null,null],[12,"first","","",47,null],[12,"panel","","",47,null],[12,"draw","","",47,null],[11,"new","","",47,[[["vec",3],["eventctx",3],["roadid",3]],[["state",8],["box",3]]]],[3,"SearchBuildings","","",null,null],[12,"panel","","",48,null],[11,"new","","",48,[[["eventctx",3]],[["state",8],["box",3]]]],[0,"turn_explorer","map_gui::tools","",null,null],[3,"TurnExplorer","map_gui::tools::turn_explorer","A tool to explore all of the turns from a single lane.",null,null],[12,"l","","",49,null],[12,"idx","","",49,null],[12,"panel","","",49,null],[11,"new","","",49,[[["eventctx",3],["laneid",3]],[["state",8],["box",3]]]],[11,"make_panel","","",49,[[["usize",15],["eventctx",3],["laneid",3]],["panel",3]]],[11,"color_turn_type","","",49,[[["turntype",4]],["color",3]]],[17,"CURRENT_TURN","","",null,null],[17,"CONFLICTING_TURN","","",null,null],[0,"ui","map_gui::tools","Generic UI tools. Some of this should perhaps be lifted …",null,null],[3,"ChooseSomething","map_gui::tools::ui","Choose something from a menu, then feed the answer to a …",null,null],[12,"panel","","",50,null],[12,"cb","","",50,null],[11,"new","","",50,[[["string",3],["box",3],["eventctx",3],["vec",3],["fn",8],["into",8],["choice",3]],[["state",8],["box",3]]]],[3,"PromptInput","","Prompt for arbitrary text input, then feed the answer to …",null,null],[12,"panel","","",51,null],[12,"cb","","",51,null],[11,"new","","",51,[[["fn",8],["eventctx",3],["box",3],["str",15]],[["state",8],["box",3]]]],[3,"PopupMsg","","Display a message dialog.",null,null],[12,"panel","","",52,null],[12,"unzoomed","","",52,null],[12,"zoomed","","",52,null],[11,"new","","",52,[[["vec",3],["eventctx",3],["str",15]],[["state",8],["box",3]]]],[11,"also_draw","","",52,[[["vec",3],["drawable",3],["eventctx",3],["str",15]],[["state",8],["box",3]]]],[0,"updater","map_gui::tools","",null,null],[17,"NEXT_RELEASE","map_gui::tools::updater","",null,null],[3,"Picker","","",null,null],[12,"panel","","",53,null],[12,"on_load","","",53,null],[11,"new","","",53,[[["box",3],["eventctx",3],["fnonce",8]],[["state",8],["box",3]]]],[5,"size_per_city","","",null,[[["manifest",3]],[["btreemap",3],["string",3],["u64",15]]]],[5,"prettyprint_bytes","","",null,[[["u64",15]],["string",3]]],[5,"prompt_to_download_missing_data","","",null,[[["mapname",3],["eventctx",3]],[["transition",4],["applike",8]]]],[5,"sync_missing_files","","",null,[[["timer",3]],[["string",3],["vec",3]]]],[5,"download","","",null,[[["string",3],["str",15]],[["result",6],["u64",15]]]],[0,"url","map_gui::tools","",null,null],[3,"URLManager","map_gui::tools::url","Utilities for reflecting the current map and viewport in …",null,null],[11,"update_url_free_param","","This does nothing on native. On web, it modifies the …",54,[[["string",3]],["result",6]]],[11,"update_url_cam","","This does nothing on native. On web, it modifies the …",54,[[["eventctx",3]],["result",6]]],[11,"parse_center_camera","","Parse an OSM-stylezoom/lat/lon
string …",54,[[["string",3]],["option",4]]],[5,"update_url","","",null,[[["box",3],["fn",8]],["result",6]]],[5,"change_url_free_param","","",null,[[["string",3],["str",15]],["string",3]]],[5,"change_url_cam","","",null,[[["string",3],["str",15]],["string",3]]],[3,"CameraState","map_gui::tools","Represents the state of a widgetry Canvas.",null,null],[12,"cam_x","","",31,null],[12,"cam_y","","",31,null],[12,"cam_zoom","","",31,null],[3,"CityPicker","","Lets the player switch maps.",null,null],[12,"panel","","",32,null],[12,"districts","","",32,null],[12,"selected","","",32,null],[12,"on_load","","",32,null],[3,"ColorDiscrete","","",null,null],[12,"map","","",35,null],[12,"unzoomed","","",35,null],[12,"zoomed","","",35,null],[12,"categories","","",35,null],[12,"colors","","",35,null],[3,"ColorLegend","","",null,null],[3,"ColorNetwork","","",null,null],[12,"map","","",38,null],[12,"unzoomed","","",38,null],[12,"zoomed","","",38,null],[3,"ColorScale","","",null,null],[12,"0","","",39,null],[3,"DivergingScale","","",null,null],[12,"low_color","","",37,null],[12,"mid_color","","",37,null],[12,"high_color","","",37,null],[12,"min","","",37,null],[12,"avg","","",37,null],[12,"max","","",37,null],[12,"ignore","","",37,null],[5,"make_heatmap","","",null,[[["eventctx",3],["geombatch",3],["pt2d",3],["bounds",3],["vec",3],["heatmapoptions",3]],["widget",3]]],[3,"Grid","","",null,null],[12,"data","","",42,null],[12,"width","","",42,null],[12,"height","","",42,null],[3,"HeatmapOptions","","",null,null],[12,"resolution","","",41,null],[12,"radius","","",41,null],[12,"smoothing","","",41,null],[12,"contours","","",41,null],[12,"color_scheme","","",41,null],[5,"goal_marker","","Draw a goal marker pointing at something.",null,[[["pt2d",3],["f64",15]],["geombatch",3]]],[5,"start_marker","","Draw a start marker pointing at something.",null,[[["pt2d",3],["f64",15]],["geombatch",3]]],[3,"Minimap","","",null,null],[12,"controls","","",44,null],[12,"time","","",44,null],[12,"app_type","","",44,null],[12,"dragging","","",44,null],[12,"panel","","",44,null],[12,"zoomed","","",44,null],[12,"layer","","",44,null],[12,"zoom_lvl","","",44,null],[12,"base_zoom","","",44,null],[12,"zoom","","",44,null],[12,"offset_x","","",44,null],[12,"offset_y","","",44,null],[8,"MinimapControls","","Customize the appearance and behavior of a minimap.",null,null],[10,"has_zorder","","Should the user be able to control the z-order visible? …",45,[[],["bool",15]]],[11,"has_layer","map_gui::tools::minimap","Is there some additional layer displayed on the minimap? …",45,[[],["bool",15]]],[11,"draw_extra","","Draw extra stuff on the minimap, just pulling from the …",45,[[["gfxctx",3]]]],[11,"make_unzoomed_panel","","When unzoomed, display this panel. By default, no …",45,[[["eventctx",3]],["panel",3]]],[11,"make_legend","","A row beneath the minimap in the zoomed view, usually …",45,[[["eventctx",3]],["widget",3]]],[11,"make_zoomed_side_panel","","Controls to be placed to the left to the zoomed-in panel",45,[[["eventctx",3]],["widget",3]]],[11,"panel_clicked","","If a button is clicked that was produced by some method …",45,[[["eventctx",3],["str",15]],[["option",4],["transition",4]]]],[11,"panel_changed","","Called forOutcome::Changed
on the panel.",45,[[["eventctx",3],["panel",3]]]],[3,"Navigator","map_gui::tools","",null,null],[12,"panel","","",46,null],[3,"TurnExplorer","","A tool to explore all of the turns from a single lane.",null,null],[12,"l","","",49,null],[12,"idx","","",49,null],[12,"panel","","",49,null],[3,"ChooseSomething","","Choose something from a menu, then feed the answer to a …",null,null],[12,"panel","","",50,null],[12,"cb","","",50,null],[3,"PopupMsg","","Display a message dialog.",null,null],[12,"panel","","",52,null],[12,"unzoomed","","",52,null],[12,"zoomed","","",52,null],[3,"PromptInput","","Prompt for arbitrary text input, then feed the answer to …",null,null],[12,"panel","","",51,null],[12,"cb","","",51,null],[3,"URLManager","","Utilities for reflecting the current map and viewport in …",null,null],[5,"prompt_to_download_missing_data","","",null,[[["mapname",3],["eventctx",3]],[["transition",4],["applike",8]]]],[5,"loading_tips","","",null,[[],["text",3]]],[5,"grey_out_map","","Make it clear the map can\'t be interacted with right now.",null,[[["gfxctx",3],["applike",8]]]],[5,"nice_map_name","","",null,[[["mapname",3]],["str",15]]],[5,"nice_country_name","","",null,[[["str",15]],["str",15]]],[5,"open_browser","","",null,[[["asref",8],["str",15]]]],[3,"SimpleApp","map_gui","Simple app state that just renders a static map, without …",null,null],[12,"map","","",29,null],[12,"draw_map","","",29,null],[12,"cs","","",29,null],[12,"opts","","",29,null],[12,"current_selection","","",29,null],[12,"session","","Custom per-app state can be stored here",29,null],[12,"time","","If desired, this can be advanced to render traffic …",29,null],[8,"AppLike","","An application wishing to use the tools in this crate has …",null,null],[10,"map","","",55,[[],["map",3]]],[10,"sim","","",55,[[],["sim",3]]],[10,"cs","","",55,[[],["colorscheme",3]]],[10,"mut_cs","","",55,[[],["colorscheme",3]]],[10,"draw_map","","",55,[[],["drawmap",3]]],[10,"mut_draw_map","","",55,[[],["drawmap",3]]],[10,"opts","","",55,[[],["options",3]]],[10,"mut_opts","","",55,[[],["options",3]]],[10,"map_switched","","",55,[[["timer",3],["eventctx",3],["map",3]]]],[10,"draw_with_opts","","",55,[[["gfxctx",3],["drawoptions",3]]]],[10,"make_warper","","Create awidgetry::State
that warps to the given point.",55,[[["f64",15],["option",4],["eventctx",3],["id",4],["pt2d",3],["option",4]],[["state",8],["box",3]]]],[11,"sim_time","","",55,[[],["time",3]]],[11,"current_stage_and_remaining_time","","",55,[[["intersectionid",3]]]],[11,"change_color_scheme","","Change the color scheme. Idempotent. Return true if there …",55,[[["colorschemechoice",4],["eventctx",3]],["bool",15]]],[4,"ID","","",null,null],[13,"Road","","",56,null],[13,"Lane","","",56,null],[13,"Intersection","","",56,null],[13,"Building","","",56,null],[13,"ParkingLot","","",56,null],[13,"Car","","",56,null],[13,"Pedestrian","","",56,null],[13,"PedCrowd","","",56,null],[13,"BusStop","","",56,null],[13,"Area","","",56,null],[11,"from_agent","","",56,[[["agentid",4]],["id",4]]],[11,"agent_id","","",56,[[],[["option",4],["agentid",4]]]],[11,"as_intersection","","",56,[[],["intersectionid",3]]],[11,"as_building","","",56,[[],["buildingid",3]]],[11,"from","map_gui::colors","",0,[[]]],[11,"into","","",0,[[]]],[11,"to_owned","","",0,[[]]],[11,"clone_into","","",0,[[]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"vzip","","",0,[[]]],[11,"into_any","","",0,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",0,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",0,[[],["any",8]]],[11,"as_any_mut","","",0,[[],["any",8]]],[11,"into_any_arc","","",0,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","","",1,[[]]],[11,"into","","",1,[[]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"vzip","","",1,[[]]],[11,"into_any","","",1,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",1,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",1,[[],["any",8]]],[11,"as_any_mut","","",1,[[],["any",8]]],[11,"into_any_arc","","",1,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","map_gui::load::native_loader","",2,[[]]],[11,"into","","",2,[[]]],[11,"borrow","","",2,[[]]],[11,"borrow_mut","","",2,[[]]],[11,"try_from","","",2,[[],["result",4]]],[11,"try_into","","",2,[[],["result",4]]],[11,"type_id","","",2,[[],["typeid",3]]],[11,"vzip","","",2,[[]]],[11,"into_any","","",2,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",2,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",2,[[],["any",8]]],[11,"as_any_mut","","",2,[[],["any",8]]],[11,"from","","",3,[[]]],[11,"into","","",3,[[]]],[11,"borrow","","",3,[[]]],[11,"borrow_mut","","",3,[[]]],[11,"try_from","","",3,[[],["result",4]]],[11,"try_into","","",3,[[],["result",4]]],[11,"type_id","","",3,[[],["typeid",3]]],[11,"vzip","","",3,[[]]],[11,"into_any","","",3,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",3,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",3,[[],["any",8]]],[11,"as_any_mut","","",3,[[],["any",8]]],[11,"from","map_gui::load","",4,[[]]],[11,"into","","",4,[[]]],[11,"borrow","","",4,[[]]],[11,"borrow_mut","","",4,[[]]],[11,"try_from","","",4,[[],["result",4]]],[11,"try_into","","",4,[[],["result",4]]],[11,"type_id","","",4,[[],["typeid",3]]],[11,"vzip","","",4,[[]]],[11,"into_any","","",4,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",4,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",4,[[],["any",8]]],[11,"as_any_mut","","",4,[[],["any",8]]],[11,"into_any_arc","","",4,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","","",5,[[]]],[11,"into","","",5,[[]]],[11,"borrow","","",5,[[]]],[11,"borrow_mut","","",5,[[]]],[11,"try_from","","",5,[[],["result",4]]],[11,"try_into","","",5,[[],["result",4]]],[11,"type_id","","",5,[[],["typeid",3]]],[11,"vzip","","",5,[[]]],[11,"into_any","","",5,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",5,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",5,[[],["any",8]]],[11,"as_any_mut","","",5,[[],["any",8]]],[11,"from","","",6,[[]]],[11,"into","","",6,[[]]],[11,"borrow","","",6,[[]]],[11,"borrow_mut","","",6,[[]]],[11,"try_from","","",6,[[],["result",4]]],[11,"try_into","","",6,[[],["result",4]]],[11,"type_id","","",6,[[],["typeid",3]]],[11,"vzip","","",6,[[]]],[11,"into_any","","",6,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",6,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",6,[[],["any",8]]],[11,"as_any_mut","","",6,[[],["any",8]]],[11,"from","map_gui::options","",7,[[]]],[11,"into","","",7,[[]]],[11,"to_owned","","",7,[[]]],[11,"clone_into","","",7,[[]]],[11,"borrow","","",7,[[]]],[11,"borrow_mut","","",7,[[]]],[11,"try_from","","",7,[[],["result",4]]],[11,"try_into","","",7,[[],["result",4]]],[11,"type_id","","",7,[[],["typeid",3]]],[11,"vzip","","",7,[[]]],[11,"into_any","","",7,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",7,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",7,[[],["any",8]]],[11,"as_any_mut","","",7,[[],["any",8]]],[11,"into_any_arc","","",7,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","","",8,[[]]],[11,"into","","",8,[[]]],[11,"to_owned","","",8,[[]]],[11,"clone_into","","",8,[[]]],[11,"borrow","","",8,[[]]],[11,"borrow_mut","","",8,[[]]],[11,"try_from","","",8,[[],["result",4]]],[11,"try_into","","",8,[[],["result",4]]],[11,"type_id","","",8,[[],["typeid",3]]],[11,"vzip","","",8,[[]]],[11,"into_any","","",8,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",8,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",8,[[],["any",8]]],[11,"as_any_mut","","",8,[[],["any",8]]],[11,"into_any_arc","","",8,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","","",9,[[]]],[11,"into","","",9,[[]]],[11,"to_owned","","",9,[[]]],[11,"clone_into","","",9,[[]]],[11,"borrow","","",9,[[]]],[11,"borrow_mut","","",9,[[]]],[11,"try_from","","",9,[[],["result",4]]],[11,"try_into","","",9,[[],["result",4]]],[11,"type_id","","",9,[[],["typeid",3]]],[11,"vzip","","",9,[[]]],[11,"into_any","","",9,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",9,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",9,[[],["any",8]]],[11,"as_any_mut","","",9,[[],["any",8]]],[11,"into_any_arc","","",9,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","","",10,[[]]],[11,"into","","",10,[[]]],[11,"borrow","","",10,[[]]],[11,"borrow_mut","","",10,[[]]],[11,"try_from","","",10,[[],["result",4]]],[11,"try_into","","",10,[[],["result",4]]],[11,"type_id","","",10,[[],["typeid",3]]],[11,"vzip","","",10,[[]]],[11,"into_any","","",10,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",10,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",10,[[],["any",8]]],[11,"as_any_mut","","",10,[[],["any",8]]],[11,"from","map_gui::render::agents","",11,[[]]],[11,"into","","",11,[[]]],[11,"borrow","","",11,[[]]],[11,"borrow_mut","","",11,[[]]],[11,"try_from","","",11,[[],["result",4]]],[11,"try_into","","",11,[[],["result",4]]],[11,"type_id","","",11,[[],["typeid",3]]],[11,"vzip","","",11,[[]]],[11,"into_any","","",11,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",11,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",11,[[],["any",8]]],[11,"as_any_mut","","",11,[[],["any",8]]],[11,"from","","",12,[[]]],[11,"into","","",12,[[]]],[11,"to_owned","","",12,[[]]],[11,"clone_into","","",12,[[]]],[11,"borrow","","",12,[[]]],[11,"borrow_mut","","",12,[[]]],[11,"try_from","","",12,[[],["result",4]]],[11,"try_into","","",12,[[],["result",4]]],[11,"type_id","","",12,[[],["typeid",3]]],[11,"vzip","","",12,[[]]],[11,"into_any","","",12,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",12,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",12,[[],["any",8]]],[11,"as_any_mut","","",12,[[],["any",8]]],[11,"into_any_arc","","",12,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","map_gui::render::area","",13,[[]]],[11,"into","","",13,[[]]],[11,"borrow","","",13,[[]]],[11,"borrow_mut","","",13,[[]]],[11,"try_from","","",13,[[],["result",4]]],[11,"try_into","","",13,[[],["result",4]]],[11,"type_id","","",13,[[],["typeid",3]]],[11,"vzip","","",13,[[]]],[11,"into_any","","",13,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",13,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",13,[[],["any",8]]],[11,"as_any_mut","","",13,[[],["any",8]]],[11,"into_any_arc","","",13,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","map_gui::render::bike","",14,[[]]],[11,"into","","",14,[[]]],[11,"borrow","","",14,[[]]],[11,"borrow_mut","","",14,[[]]],[11,"try_from","","",14,[[],["result",4]]],[11,"try_into","","",14,[[],["result",4]]],[11,"type_id","","",14,[[],["typeid",3]]],[11,"vzip","","",14,[[]]],[11,"into_any","","",14,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",14,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",14,[[],["any",8]]],[11,"as_any_mut","","",14,[[],["any",8]]],[11,"into_any_arc","","",14,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","map_gui::render::building","",15,[[]]],[11,"into","","",15,[[]]],[11,"borrow","","",15,[[]]],[11,"borrow_mut","","",15,[[]]],[11,"try_from","","",15,[[],["result",4]]],[11,"try_into","","",15,[[],["result",4]]],[11,"type_id","","",15,[[],["typeid",3]]],[11,"vzip","","",15,[[]]],[11,"into_any","","",15,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",15,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",15,[[],["any",8]]],[11,"as_any_mut","","",15,[[],["any",8]]],[11,"into_any_arc","","",15,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","map_gui::render::bus_stop","",16,[[]]],[11,"into","","",16,[[]]],[11,"borrow","","",16,[[]]],[11,"borrow_mut","","",16,[[]]],[11,"try_from","","",16,[[],["result",4]]],[11,"try_into","","",16,[[],["result",4]]],[11,"type_id","","",16,[[],["typeid",3]]],[11,"vzip","","",16,[[]]],[11,"into_any","","",16,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",16,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",16,[[],["any",8]]],[11,"as_any_mut","","",16,[[],["any",8]]],[11,"into_any_arc","","",16,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","map_gui::render::car","",17,[[]]],[11,"into","","",17,[[]]],[11,"borrow","","",17,[[]]],[11,"borrow_mut","","",17,[[]]],[11,"try_from","","",17,[[],["result",4]]],[11,"try_into","","",17,[[],["result",4]]],[11,"type_id","","",17,[[],["typeid",3]]],[11,"vzip","","",17,[[]]],[11,"into_any","","",17,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",17,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",17,[[],["any",8]]],[11,"as_any_mut","","",17,[[],["any",8]]],[11,"into_any_arc","","",17,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","map_gui::render::intersection","",18,[[]]],[11,"into","","",18,[[]]],[11,"borrow","","",18,[[]]],[11,"borrow_mut","","",18,[[]]],[11,"try_from","","",18,[[],["result",4]]],[11,"try_into","","",18,[[],["result",4]]],[11,"type_id","","",18,[[],["typeid",3]]],[11,"vzip","","",18,[[]]],[11,"into_any","","",18,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",18,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",18,[[],["any",8]]],[11,"as_any_mut","","",18,[[],["any",8]]],[11,"from","map_gui::render::lane","",19,[[]]],[11,"into","","",19,[[]]],[11,"borrow","","",19,[[]]],[11,"borrow_mut","","",19,[[]]],[11,"try_from","","",19,[[],["result",4]]],[11,"try_into","","",19,[[],["result",4]]],[11,"type_id","","",19,[[],["typeid",3]]],[11,"vzip","","",19,[[]]],[11,"into_any","","",19,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",19,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",19,[[],["any",8]]],[11,"as_any_mut","","",19,[[],["any",8]]],[11,"into_any_arc","","",19,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","map_gui::render::map","",20,[[]]],[11,"into","","",20,[[]]],[11,"borrow","","",20,[[]]],[11,"borrow_mut","","",20,[[]]],[11,"try_from","","",20,[[],["result",4]]],[11,"try_into","","",20,[[],["result",4]]],[11,"type_id","","",20,[[],["typeid",3]]],[11,"vzip","","",20,[[]]],[11,"into_any","","",20,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",20,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",20,[[],["any",8]]],[11,"as_any_mut","","",20,[[],["any",8]]],[11,"from","map_gui::render::parking_lot","",21,[[]]],[11,"into","","",21,[[]]],[11,"borrow","","",21,[[]]],[11,"borrow_mut","","",21,[[]]],[11,"try_from","","",21,[[],["result",4]]],[11,"try_into","","",21,[[],["result",4]]],[11,"type_id","","",21,[[],["typeid",3]]],[11,"vzip","","",21,[[]]],[11,"into_any","","",21,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",21,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",21,[[],["any",8]]],[11,"as_any_mut","","",21,[[],["any",8]]],[11,"into_any_arc","","",21,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","map_gui::render::pedestrian","",22,[[]]],[11,"into","","",22,[[]]],[11,"borrow","","",22,[[]]],[11,"borrow_mut","","",22,[[]]],[11,"try_from","","",22,[[],["result",4]]],[11,"try_into","","",22,[[],["result",4]]],[11,"type_id","","",22,[[],["typeid",3]]],[11,"vzip","","",22,[[]]],[11,"into_any","","",22,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",22,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",22,[[],["any",8]]],[11,"as_any_mut","","",22,[[],["any",8]]],[11,"into_any_arc","","",22,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","","",23,[[]]],[11,"into","","",23,[[]]],[11,"borrow","","",23,[[]]],[11,"borrow_mut","","",23,[[]]],[11,"try_from","","",23,[[],["result",4]]],[11,"try_into","","",23,[[],["result",4]]],[11,"type_id","","",23,[[],["typeid",3]]],[11,"vzip","","",23,[[]]],[11,"into_any","","",23,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",23,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",23,[[],["any",8]]],[11,"as_any_mut","","",23,[[],["any",8]]],[11,"into_any_arc","","",23,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","map_gui::render::road","",24,[[]]],[11,"into","","",24,[[]]],[11,"borrow","","",24,[[]]],[11,"borrow_mut","","",24,[[]]],[11,"try_from","","",24,[[],["result",4]]],[11,"try_into","","",24,[[],["result",4]]],[11,"type_id","","",24,[[],["typeid",3]]],[11,"vzip","","",24,[[]]],[11,"into_any","","",24,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",24,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",24,[[],["any",8]]],[11,"as_any_mut","","",24,[[],["any",8]]],[11,"into_any_arc","","",24,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","map_gui::render::turn","",25,[[]]],[11,"into","","",25,[[]]],[11,"borrow","","",25,[[]]],[11,"borrow_mut","","",25,[[]]],[11,"try_from","","",25,[[],["result",4]]],[11,"try_into","","",25,[[],["result",4]]],[11,"type_id","","",25,[[],["typeid",3]]],[11,"vzip","","",25,[[]]],[11,"into_any","","",25,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",25,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",25,[[],["any",8]]],[11,"as_any_mut","","",25,[[],["any",8]]],[11,"into_any_arc","","",25,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","","",26,[[]]],[11,"into","","",26,[[]]],[11,"borrow","","",26,[[]]],[11,"borrow_mut","","",26,[[]]],[11,"try_from","","",26,[[],["result",4]]],[11,"try_into","","",26,[[],["result",4]]],[11,"type_id","","",26,[[],["typeid",3]]],[11,"vzip","","",26,[[]]],[11,"into_any","","",26,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",26,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",26,[[],["any",8]]],[11,"as_any_mut","","",26,[[],["any",8]]],[11,"into_any_arc","","",26,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","map_gui::render","",28,[[]]],[11,"into","","",28,[[]]],[11,"borrow","","",28,[[]]],[11,"borrow_mut","","",28,[[]]],[11,"try_from","","",28,[[],["result",4]]],[11,"try_into","","",28,[[],["result",4]]],[11,"type_id","","",28,[[],["typeid",3]]],[11,"vzip","","",28,[[]]],[11,"into_any","","",28,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",28,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",28,[[],["any",8]]],[11,"as_any_mut","","",28,[[],["any",8]]],[11,"into_any_arc","","",28,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","map_gui::simple_app","",29,[[]]],[11,"into","","",29,[[]]],[11,"borrow","","",29,[[]]],[11,"borrow_mut","","",29,[[]]],[11,"try_from","","",29,[[],["result",4]]],[11,"try_into","","",29,[[],["result",4]]],[11,"type_id","","",29,[[],["typeid",3]]],[11,"vzip","","",29,[[]]],[11,"into_any","","",29,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",29,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",29,[[],["any",8]]],[11,"as_any_mut","","",29,[[],["any",8]]],[11,"from","","",30,[[]]],[11,"into","","",30,[[]]],[11,"borrow","","",30,[[]]],[11,"borrow_mut","","",30,[[]]],[11,"try_from","","",30,[[],["result",4]]],[11,"try_into","","",30,[[],["result",4]]],[11,"type_id","","",30,[[],["typeid",3]]],[11,"vzip","","",30,[[]]],[11,"into_any","","",30,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",30,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",30,[[],["any",8]]],[11,"as_any_mut","","",30,[[],["any",8]]],[11,"into_any_arc","","",30,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","map_gui::tools::camera","",31,[[]]],[11,"into","","",31,[[]]],[11,"borrow","","",31,[[]]],[11,"borrow_mut","","",31,[[]]],[11,"try_from","","",31,[[],["result",4]]],[11,"try_into","","",31,[[],["result",4]]],[11,"type_id","","",31,[[],["typeid",3]]],[11,"vzip","","",31,[[]]],[11,"into_any","","",31,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",31,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",31,[[],["any",8]]],[11,"as_any_mut","","",31,[[],["any",8]]],[11,"into_any_arc","","",31,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","map_gui::tools::city_picker","",32,[[]]],[11,"into","","",32,[[]]],[11,"borrow","","",32,[[]]],[11,"borrow_mut","","",32,[[]]],[11,"try_from","","",32,[[],["result",4]]],[11,"try_into","","",32,[[],["result",4]]],[11,"type_id","","",32,[[],["typeid",3]]],[11,"vzip","","",32,[[]]],[11,"into_any","","",32,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",32,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",32,[[],["any",8]]],[11,"as_any_mut","","",32,[[],["any",8]]],[11,"from","","",33,[[]]],[11,"into","","",33,[[]]],[11,"borrow","","",33,[[]]],[11,"borrow_mut","","",33,[[]]],[11,"try_from","","",33,[[],["result",4]]],[11,"try_into","","",33,[[],["result",4]]],[11,"type_id","","",33,[[],["typeid",3]]],[11,"vzip","","",33,[[]]],[11,"into_any","","",33,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",33,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",33,[[],["any",8]]],[11,"as_any_mut","","",33,[[],["any",8]]],[11,"from","","",34,[[]]],[11,"into","","",34,[[]]],[11,"borrow","","",34,[[]]],[11,"borrow_mut","","",34,[[]]],[11,"try_from","","",34,[[],["result",4]]],[11,"try_into","","",34,[[],["result",4]]],[11,"type_id","","",34,[[],["typeid",3]]],[11,"vzip","","",34,[[]]],[11,"into_any","","",34,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",34,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",34,[[],["any",8]]],[11,"as_any_mut","","",34,[[],["any",8]]],[11,"from","map_gui::tools::colors","",35,[[]]],[11,"into","","",35,[[]]],[11,"borrow","","",35,[[]]],[11,"borrow_mut","","",35,[[]]],[11,"try_from","","",35,[[],["result",4]]],[11,"try_into","","",35,[[],["result",4]]],[11,"type_id","","",35,[[],["typeid",3]]],[11,"vzip","","",35,[[]]],[11,"into_any","","",35,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",35,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",35,[[],["any",8]]],[11,"as_any_mut","","",35,[[],["any",8]]],[11,"into_any_arc","","",35,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","","",36,[[]]],[11,"into","","",36,[[]]],[11,"borrow","","",36,[[]]],[11,"borrow_mut","","",36,[[]]],[11,"try_from","","",36,[[],["result",4]]],[11,"try_into","","",36,[[],["result",4]]],[11,"type_id","","",36,[[],["typeid",3]]],[11,"vzip","","",36,[[]]],[11,"into_any","","",36,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",36,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",36,[[],["any",8]]],[11,"as_any_mut","","",36,[[],["any",8]]],[11,"into_any_arc","","",36,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","","",37,[[]]],[11,"into","","",37,[[]]],[11,"borrow","","",37,[[]]],[11,"borrow_mut","","",37,[[]]],[11,"try_from","","",37,[[],["result",4]]],[11,"try_into","","",37,[[],["result",4]]],[11,"type_id","","",37,[[],["typeid",3]]],[11,"vzip","","",37,[[]]],[11,"into_any","","",37,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",37,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",37,[[],["any",8]]],[11,"as_any_mut","","",37,[[],["any",8]]],[11,"into_any_arc","","",37,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","","",38,[[]]],[11,"into","","",38,[[]]],[11,"borrow","","",38,[[]]],[11,"borrow_mut","","",38,[[]]],[11,"try_from","","",38,[[],["result",4]]],[11,"try_into","","",38,[[],["result",4]]],[11,"type_id","","",38,[[],["typeid",3]]],[11,"vzip","","",38,[[]]],[11,"into_any","","",38,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",38,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",38,[[],["any",8]]],[11,"as_any_mut","","",38,[[],["any",8]]],[11,"into_any_arc","","",38,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","","",39,[[]]],[11,"into","","",39,[[]]],[11,"borrow","","",39,[[]]],[11,"borrow_mut","","",39,[[]]],[11,"try_from","","",39,[[],["result",4]]],[11,"try_into","","",39,[[],["result",4]]],[11,"type_id","","",39,[[],["typeid",3]]],[11,"vzip","","",39,[[]]],[11,"into_any","","",39,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",39,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",39,[[],["any",8]]],[11,"as_any_mut","","",39,[[],["any",8]]],[11,"into_any_arc","","",39,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","map_gui::tools::command","",40,[[]]],[11,"into","","",40,[[]]],[11,"borrow","","",40,[[]]],[11,"borrow_mut","","",40,[[]]],[11,"try_from","","",40,[[],["result",4]]],[11,"try_into","","",40,[[],["result",4]]],[11,"type_id","","",40,[[],["typeid",3]]],[11,"vzip","","",40,[[]]],[11,"into_any","","",40,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",40,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",40,[[],["any",8]]],[11,"as_any_mut","","",40,[[],["any",8]]],[11,"from","map_gui::tools::heatmap","",41,[[]]],[11,"into","","",41,[[]]],[11,"to_owned","","",41,[[]]],[11,"clone_into","","",41,[[]]],[11,"borrow","","",41,[[]]],[11,"borrow_mut","","",41,[[]]],[11,"try_from","","",41,[[],["result",4]]],[11,"try_into","","",41,[[],["result",4]]],[11,"type_id","","",41,[[],["typeid",3]]],[11,"vzip","","",41,[[]]],[11,"into_any","","",41,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",41,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",41,[[],["any",8]]],[11,"as_any_mut","","",41,[[],["any",8]]],[11,"into_any_arc","","",41,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","","",42,[[]]],[11,"into","","",42,[[]]],[11,"borrow","","",42,[[]]],[11,"borrow_mut","","",42,[[]]],[11,"try_from","","",42,[[],["result",4]]],[11,"try_into","","",42,[[],["result",4]]],[11,"type_id","","",42,[[],["typeid",3]]],[11,"vzip","","",42,[[]]],[11,"into_any","","",42,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",42,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",42,[[],["any",8]]],[11,"as_any_mut","","",42,[[],["any",8]]],[11,"into_any_arc","","",42,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","map_gui::tools::importer","",43,[[]]],[11,"into","","",43,[[]]],[11,"borrow","","",43,[[]]],[11,"borrow_mut","","",43,[[]]],[11,"try_from","","",43,[[],["result",4]]],[11,"try_into","","",43,[[],["result",4]]],[11,"type_id","","",43,[[],["typeid",3]]],[11,"vzip","","",43,[[]]],[11,"into_any","","",43,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",43,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",43,[[],["any",8]]],[11,"as_any_mut","","",43,[[],["any",8]]],[11,"from","map_gui::tools::minimap","",44,[[]]],[11,"into","","",44,[[]]],[11,"borrow","","",44,[[]]],[11,"borrow_mut","","",44,[[]]],[11,"try_from","","",44,[[],["result",4]]],[11,"try_into","","",44,[[],["result",4]]],[11,"type_id","","",44,[[],["typeid",3]]],[11,"vzip","","",44,[[]]],[11,"into_any","","",44,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",44,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",44,[[],["any",8]]],[11,"as_any_mut","","",44,[[],["any",8]]],[11,"from","map_gui::tools::navigate","",46,[[]]],[11,"into","","",46,[[]]],[11,"borrow","","",46,[[]]],[11,"borrow_mut","","",46,[[]]],[11,"try_from","","",46,[[],["result",4]]],[11,"try_into","","",46,[[],["result",4]]],[11,"type_id","","",46,[[],["typeid",3]]],[11,"vzip","","",46,[[]]],[11,"into_any","","",46,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",46,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",46,[[],["any",8]]],[11,"as_any_mut","","",46,[[],["any",8]]],[11,"from","","",47,[[]]],[11,"into","","",47,[[]]],[11,"borrow","","",47,[[]]],[11,"borrow_mut","","",47,[[]]],[11,"try_from","","",47,[[],["result",4]]],[11,"try_into","","",47,[[],["result",4]]],[11,"type_id","","",47,[[],["typeid",3]]],[11,"vzip","","",47,[[]]],[11,"into_any","","",47,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",47,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",47,[[],["any",8]]],[11,"as_any_mut","","",47,[[],["any",8]]],[11,"from","","",48,[[]]],[11,"into","","",48,[[]]],[11,"borrow","","",48,[[]]],[11,"borrow_mut","","",48,[[]]],[11,"try_from","","",48,[[],["result",4]]],[11,"try_into","","",48,[[],["result",4]]],[11,"type_id","","",48,[[],["typeid",3]]],[11,"vzip","","",48,[[]]],[11,"into_any","","",48,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",48,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",48,[[],["any",8]]],[11,"as_any_mut","","",48,[[],["any",8]]],[11,"from","map_gui::tools::turn_explorer","",49,[[]]],[11,"into","","",49,[[]]],[11,"borrow","","",49,[[]]],[11,"borrow_mut","","",49,[[]]],[11,"try_from","","",49,[[],["result",4]]],[11,"try_into","","",49,[[],["result",4]]],[11,"type_id","","",49,[[],["typeid",3]]],[11,"vzip","","",49,[[]]],[11,"into_any","","",49,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",49,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",49,[[],["any",8]]],[11,"as_any_mut","","",49,[[],["any",8]]],[11,"from","map_gui::tools::ui","",50,[[]]],[11,"into","","",50,[[]]],[11,"borrow","","",50,[[]]],[11,"borrow_mut","","",50,[[]]],[11,"try_from","","",50,[[],["result",4]]],[11,"try_into","","",50,[[],["result",4]]],[11,"type_id","","",50,[[],["typeid",3]]],[11,"vzip","","",50,[[]]],[11,"into_any","","",50,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",50,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",50,[[],["any",8]]],[11,"as_any_mut","","",50,[[],["any",8]]],[11,"from","","",51,[[]]],[11,"into","","",51,[[]]],[11,"borrow","","",51,[[]]],[11,"borrow_mut","","",51,[[]]],[11,"try_from","","",51,[[],["result",4]]],[11,"try_into","","",51,[[],["result",4]]],[11,"type_id","","",51,[[],["typeid",3]]],[11,"vzip","","",51,[[]]],[11,"into_any","","",51,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",51,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",51,[[],["any",8]]],[11,"as_any_mut","","",51,[[],["any",8]]],[11,"from","","",52,[[]]],[11,"into","","",52,[[]]],[11,"borrow","","",52,[[]]],[11,"borrow_mut","","",52,[[]]],[11,"try_from","","",52,[[],["result",4]]],[11,"try_into","","",52,[[],["result",4]]],[11,"type_id","","",52,[[],["typeid",3]]],[11,"vzip","","",52,[[]]],[11,"into_any","","",52,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",52,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",52,[[],["any",8]]],[11,"as_any_mut","","",52,[[],["any",8]]],[11,"from","map_gui::tools::updater","",53,[[]]],[11,"into","","",53,[[]]],[11,"borrow","","",53,[[]]],[11,"borrow_mut","","",53,[[]]],[11,"try_from","","",53,[[],["result",4]]],[11,"try_into","","",53,[[],["result",4]]],[11,"type_id","","",53,[[],["typeid",3]]],[11,"vzip","","",53,[[]]],[11,"into_any","","",53,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",53,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",53,[[],["any",8]]],[11,"as_any_mut","","",53,[[],["any",8]]],[11,"from","map_gui::tools::url","",54,[[]]],[11,"into","","",54,[[]]],[11,"borrow","","",54,[[]]],[11,"borrow_mut","","",54,[[]]],[11,"try_from","","",54,[[],["result",4]]],[11,"try_into","","",54,[[],["result",4]]],[11,"type_id","","",54,[[],["typeid",3]]],[11,"vzip","","",54,[[]]],[11,"into_any","","",54,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",54,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",54,[[],["any",8]]],[11,"as_any_mut","","",54,[[],["any",8]]],[11,"into_any_arc","","",54,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","map_gui","",56,[[]]],[11,"into","","",56,[[]]],[11,"to_owned","","",56,[[]]],[11,"clone_into","","",56,[[]]],[11,"borrow","","",56,[[]]],[11,"borrow_mut","","",56,[[]]],[11,"try_from","","",56,[[],["result",4]]],[11,"try_into","","",56,[[],["result",4]]],[11,"type_id","","",56,[[],["typeid",3]]],[11,"equivalent","","",56,[[],["bool",15]]],[11,"get_hash","","",56,[[],["u64",15]]],[11,"vzip","","",56,[[]]],[11,"into_any","","",56,[[["box",3],["global",3]],[["any",8],["box",3],["global",3]]]],[11,"into_any_rc","","",56,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",56,[[],["any",8]]],[11,"as_any_mut","","",56,[[],["any",8]]],[11,"into_any_arc","","",56,[[["arc",3]],[["any",8],["arc",3]]]],[11,"get_id","map_gui::render::area","",13,[[],["id",4]]],[11,"draw","","",13,[[["gfxctx",3],["applike",8],["drawoptions",3]]]],[11,"get_outline","","",13,[[["map",3]],["polygon",3]]],[11,"get_id","map_gui::render::bike","",14,[[],["id",4]]],[11,"draw","","",14,[[["gfxctx",3],["applike",8],["drawoptions",3]]]],[11,"get_outline","","",14,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",14,[[["pt2d",3],["map",3]],["bool",15]]],[11,"get_zorder","","",14,[[],["isize",15]]],[11,"get_id","map_gui::render::building","",15,[[],["id",4]]],[11,"draw","","",15,[[["gfxctx",3],["applike",8],["drawoptions",3]]]],[11,"get_zorder","","",15,[[],["isize",15]]],[11,"get_outline","","",15,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",15,[[["pt2d",3],["map",3]],["bool",15]]],[11,"get_id","map_gui::render::bus_stop","",16,[[],["id",4]]],[11,"draw","","",16,[[["gfxctx",3],["applike",8],["drawoptions",3]]]],[11,"get_outline","","",16,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",16,[[["pt2d",3],["map",3]],["bool",15]]],[11,"get_zorder","","",16,[[],["isize",15]]],[11,"get_id","map_gui::render::car","",17,[[],["id",4]]],[11,"draw","","",17,[[["gfxctx",3],["applike",8],["drawoptions",3]]]],[11,"get_outline","","",17,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",17,[[["pt2d",3],["map",3]],["bool",15]]],[11,"get_zorder","","",17,[[],["isize",15]]],[11,"get_id","map_gui::render::intersection","",18,[[],["id",4]]],[11,"draw","","",18,[[["gfxctx",3],["applike",8],["drawoptions",3]]]],[11,"get_outline","","",18,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",18,[[["pt2d",3],["map",3]],["bool",15]]],[11,"get_zorder","","",18,[[],["isize",15]]],[11,"get_id","map_gui::render::lane","",19,[[],["id",4]]],[11,"draw","","",19,[[["gfxctx",3],["applike",8],["drawoptions",3]]]],[11,"get_outline","","",19,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",19,[[["pt2d",3],["map",3]],["bool",15]]],[11,"get_zorder","","",19,[[],["isize",15]]],[11,"get_id","map_gui::render::parking_lot","",21,[[],["id",4]]],[11,"draw","","",21,[[["gfxctx",3],["applike",8],["drawoptions",3]]]],[11,"get_zorder","","",21,[[],["isize",15]]],[11,"get_outline","","",21,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",21,[[["pt2d",3],["map",3]],["bool",15]]],[11,"get_id","map_gui::render::pedestrian","",22,[[],["id",4]]],[11,"draw","","",22,[[["gfxctx",3],["applike",8],["drawoptions",3]]]],[11,"get_outline","","",22,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",22,[[["pt2d",3],["map",3]],["bool",15]]],[11,"get_zorder","","",22,[[],["isize",15]]],[11,"get_id","","",23,[[],["id",4]]],[11,"draw","","",23,[[["gfxctx",3],["applike",8],["drawoptions",3]]]],[11,"get_outline","","",23,[[["map",3]],["polygon",3]]],[11,"get_zorder","","",23,[[],["isize",15]]],[11,"get_id","map_gui::render::road","",24,[[],["id",4]]],[11,"draw","","",24,[[["gfxctx",3],["applike",8],["drawoptions",3]]]],[11,"get_outline","","",24,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",24,[[["pt2d",3],["map",3]],["bool",15]]],[11,"get_zorder","","",24,[[],["isize",15]]],[11,"map","map_gui::simple_app","",29,[[],["map",3]]],[11,"sim","","",29,[[],["sim",3]]],[11,"cs","","",29,[[],["colorscheme",3]]],[11,"mut_cs","","",29,[[],["colorscheme",3]]],[11,"draw_map","","",29,[[],["drawmap",3]]],[11,"mut_draw_map","","",29,[[],["drawmap",3]]],[11,"opts","","",29,[[],["options",3]]],[11,"mut_opts","","",29,[[],["options",3]]],[11,"map_switched","","",29,[[["timer",3],["eventctx",3],["map",3]]]],[11,"draw_with_opts","","",29,[[["gfxctx",3],["drawoptions",3]]]],[11,"make_warper","","",29,[[["f64",15],["option",4],["eventctx",3],["id",4],["pt2d",3],["option",4]],[["box",3],["state",8]]]],[11,"sim_time","","",29,[[],["time",3]]],[11,"current_stage_and_remaining_time","","",29,[[["intersectionid",3]]]],[11,"clone","map_gui::colors","",0,[[],["colorschemechoice",4]]],[11,"clone","map_gui::options","",7,[[],["options",3]]],[11,"clone","","",8,[[],["trafficsignalstyle",4]]],[11,"clone","","",9,[[],["cameraangle",4]]],[11,"clone","map_gui::render::agents","",12,[[],["unzoomedagents",3]]],[11,"clone","map_gui::tools::heatmap","",41,[[],["heatmapoptions",3]]],[11,"clone","map_gui","",56,[[],["id",4]]],[11,"cmp","","",56,[[["id",4]],["ordering",4]]],[11,"eq","map_gui::colors","",0,[[["colorschemechoice",4]],["bool",15]]],[11,"eq","map_gui::options","",8,[[["trafficsignalstyle",4]],["bool",15]]],[11,"eq","","",9,[[["cameraangle",4]],["bool",15]]],[11,"eq","map_gui::render::agents","",12,[[["unzoomedagents",3]],["bool",15]]],[11,"ne","","",12,[[["unzoomedagents",3]],["bool",15]]],[11,"eq","map_gui::tools::heatmap","",41,[[["heatmapoptions",3]],["bool",15]]],[11,"ne","","",41,[[["heatmapoptions",3]],["bool",15]]],[11,"eq","map_gui","",56,[[["id",4]],["bool",15]]],[11,"ne","","",56,[[["id",4]],["bool",15]]],[11,"partial_cmp","","",56,[[["id",4]],[["option",4],["ordering",4]]]],[11,"lt","","",56,[[["id",4]],["bool",15]]],[11,"le","","",56,[[["id",4]],["bool",15]]],[11,"gt","","",56,[[["id",4]],["bool",15]]],[11,"ge","","",56,[[["id",4]],["bool",15]]],[11,"fmt","map_gui::colors","",0,[[["formatter",3]],["result",6]]],[11,"fmt","map_gui::options","",8,[[["formatter",3]],["result",6]]],[11,"fmt","","",9,[[["formatter",3]],["result",6]]],[11,"fmt","map_gui::tools::camera","",31,[[["formatter",3]],["result",6]]],[11,"fmt","map_gui","",56,[[["formatter",3]],["result",6]]],[11,"hash","","",56,[[]]],[11,"deserialize","map_gui::tools::camera","",31,[[],["result",4]]],[11,"serialize","","",31,[[],["result",4]]],[11,"draw_default","map_gui::simple_app","",29,[[["gfxctx",3]]]],[11,"dump_before_abort","","",29,[[["canvas",3]]]],[11,"before_quit","","",29,[[["canvas",3]]]],[11,"event","map_gui::load","",5,[[["eventctx",3]],["transition",4]]],[11,"draw","","",5,[[["gfxctx",3]]]],[11,"event","map_gui::load::native_loader","",2,[[["eventctx",3]],["transition",4]]],[11,"draw","","",2,[[["gfxctx",3]]]],[11,"event","","",3,[[["eventctx",3]],["transition",4]]],[11,"draw","","",3,[[["gfxctx",3]]]],[11,"event","map_gui::load","",6,[[["eventctx",3]],["transition",4]]],[11,"draw","","",6,[[["gfxctx",3]]]],[11,"event","map_gui::options","",10,[[["eventctx",3]],["transition",4]]],[11,"draw","","",10,[[["gfxctx",3]]]],[11,"event","map_gui::simple_app","",30,[[["simpleapp",3],["eventctx",3]],[["simpleapp",3],["transition",4]]]],[11,"draw","","",30,[[["gfxctx",3],["simpleapp",3]]]],[11,"event","map_gui::tools::city_picker","",32,[[["eventctx",3]],["transition",4]]],[11,"draw_baselayer","","",32,[[],["drawbaselayer",4]]],[11,"draw","","",32,[[["gfxctx",3]]]],[11,"event","","",33,[[["eventctx",3]],["transition",4]]],[11,"draw_baselayer","","",33,[[],["drawbaselayer",4]]],[11,"draw","","",33,[[["gfxctx",3]]]],[11,"event","","",34,[[["eventctx",3]],["transition",4]]],[11,"draw_baselayer","","",34,[[],["drawbaselayer",4]]],[11,"draw","","",34,[[["gfxctx",3]]]],[11,"event","map_gui::tools::command","",40,[[["eventctx",3]],["transition",4]]],[11,"draw","","",40,[[["gfxctx",3]]]],[11,"event","map_gui::tools::importer","",43,[[["eventctx",3]],["transition",4]]],[11,"draw","","",43,[[["gfxctx",3]]]],[11,"event","map_gui::tools::navigate","",46,[[["eventctx",3]],["transition",4]]],[11,"draw","","",46,[[["gfxctx",3]]]],[11,"event","","",47,[[["eventctx",3]],["transition",4]]],[11,"draw","","",47,[[["gfxctx",3]]]],[11,"event","","",48,[[["eventctx",3]],["transition",4]]],[11,"draw","","",48,[[["gfxctx",3]]]],[11,"event","map_gui::tools::turn_explorer","",49,[[["eventctx",3]],["transition",4]]],[11,"draw_baselayer","","",49,[[],["drawbaselayer",4]]],[11,"draw","","",49,[[["gfxctx",3]]]],[11,"event","map_gui::tools::ui","",50,[[["eventctx",3]],["transition",4]]],[11,"draw_baselayer","","",50,[[],["drawbaselayer",4]]],[11,"draw","","",50,[[["gfxctx",3]]]],[11,"event","","",51,[[["eventctx",3]],["transition",4]]],[11,"draw_baselayer","","",51,[[],["drawbaselayer",4]]],[11,"draw","","",51,[[["gfxctx",3]]]],[11,"event","","",52,[[["eventctx",3]],["transition",4]]],[11,"draw_baselayer","","",52,[[],["drawbaselayer",4]]],[11,"draw","","",52,[[["gfxctx",3]]]],[11,"event","map_gui::tools::updater","",53,[[["eventctx",3]],["transition",4]]],[11,"draw","","",53,[[["gfxctx",3]]]]],"p":[[4,"ColorSchemeChoice"],[3,"ColorScheme"],[3,"FileLoader"],[3,"RawFileLoader"],[3,"MapLoader"],[3,"MapAlreadyLoaded"],[3,"FutureLoader"],[3,"Options"],[4,"TrafficSignalStyle"],[4,"CameraAngle"],[3,"OptionsPanel"],[3,"AgentCache"],[3,"UnzoomedAgents"],[3,"DrawArea"],[3,"DrawBike"],[3,"DrawBuilding"],[3,"DrawBusStop"],[3,"DrawCar"],[3,"DrawIntersection"],[3,"DrawLane"],[3,"DrawMap"],[3,"DrawParkingLot"],[3,"DrawPedestrian"],[3,"DrawPedCrowd"],[3,"DrawRoad"],[3,"DrawMovement"],[3,"DrawUberTurnGroup"],[8,"Renderable"],[3,"DrawOptions"],[3,"SimpleApp"],[3,"SimpleWarper"],[3,"CameraState"],[3,"CityPicker"],[3,"AllCityPicker"],[3,"CitiesInCountryPicker"],[3,"ColorDiscrete"],[3,"ColorLegend"],[3,"DivergingScale"],[3,"ColorNetwork"],[3,"ColorScale"],[3,"RunCommand"],[3,"HeatmapOptions"],[3,"Grid"],[3,"ImportCity"],[3,"Minimap"],[8,"MinimapControls"],[3,"Navigator"],[3,"CrossStreet"],[3,"SearchBuildings"],[3,"TurnExplorer"],[3,"ChooseSomething"],[3,"PromptInput"],[3,"PopupMsg"],[3,"Picker"],[3,"URLManager"],[8,"AppLike"],[4,"ID"]]},\ +"map_gui":{"doc":"This crate contains common code for applications that …","i":[[0,"colors","map_gui","A color scheme groups colors used for different map, …",null,null],[4,"ColorSchemeChoice","map_gui::colors","",null,null],[13,"DayMode","","",0,null],[13,"NightMode","","",0,null],[13,"Pregame","","",0,null],[13,"SAMGreenDay","","",0,null],[13,"SAMDesertDay","","",0,null],[13,"BAP","","",0,null],[13,"OSM","","",0,null],[13,"Starcat","","",0,null],[13,"Textured","","",0,null],[13,"MapboxLight","","",0,null],[13,"MapboxDark","","",0,null],[13,"FadedZoom","","",0,null],[13,"NegativeSpace","","",0,null],[11,"choices","","",0,[[],[["choice",3],["vec",3]]]],[3,"ColorScheme","","",null,null],[12,"scheme","","",1,null],[12,"panel_bg","","",1,null],[12,"inner_panel_bg","","",1,null],[12,"day_time_slider","","",1,null],[12,"night_time_slider","","",1,null],[12,"selected","","",1,null],[12,"current_object","","",1,null],[12,"perma_selected_object","","",1,null],[12,"fade_map_dark","","",1,null],[12,"gui_style","","",1,null],[12,"dialog_bg","","",1,null],[12,"minimap_cursor_border","","",1,null],[12,"minimap_cursor_bg","","",1,null],[12,"driving_lane","","",1,null],[12,"bus_lane","","",1,null],[12,"parking_lane","","",1,null],[12,"bike_lane","","",1,null],[12,"sidewalk","","",1,null],[12,"sidewalk_lines","","",1,null],[12,"general_road_marking","","",1,null],[12,"road_center_line","","",1,null],[12,"light_rail_track","","",1,null],[12,"private_road","","",1,null],[12,"unzoomed_highway","","",1,null],[12,"unzoomed_arterial","","",1,null],[12,"unzoomed_residential","","",1,null],[12,"unzoomed_trail","","",1,null],[12,"normal_intersection","","",1,null],[12,"stop_sign","","",1,null],[12,"stop_sign_pole","","",1,null],[12,"signal_protected_turn","","",1,null],[12,"signal_permitted_turn","","",1,null],[12,"signal_banned_turn","","",1,null],[12,"signal_box","","",1,null],[12,"signal_spinner","","",1,null],[12,"signal_turn_block_bg","","",1,null],[12,"very_slow_intersection","","",1,null],[12,"slow_intersection","","",1,null],[12,"normal_slow_intersection","","",1,null],[12,"void_background","","",1,null],[12,"map_background","","",1,null],[12,"unzoomed_interesting_intersection","","",1,null],[12,"residential_building","","",1,null],[12,"commercial_building","","",1,null],[12,"building_outline","","",1,null],[12,"parking_lot","","",1,null],[12,"grass","","",1,null],[12,"water","","",1,null],[12,"median_strip","","",1,null],[12,"pedestrian_plaza","","",1,null],[12,"study_area","","",1,null],[12,"unzoomed_car","","",1,null],[12,"unzoomed_bike","","",1,null],[12,"unzoomed_bus","","",1,null],[12,"unzoomed_pedestrian","","",1,null],[12,"agent_colors","","",1,null],[12,"route","","",1,null],[12,"turn_arrow","","",1,null],[12,"brake_light","","",1,null],[12,"bus_body","","",1,null],[12,"bus_label","","",1,null],[12,"train_body","","",1,null],[12,"ped_head","","",1,null],[12,"ped_foot","","",1,null],[12,"ped_preparing_bike_body","","",1,null],[12,"ped_crowd","","",1,null],[12,"bike_frame","","",1,null],[12,"parked_car","","",1,null],[12,"good_to_bad_red","","",1,null],[12,"good_to_bad_green","","",1,null],[12,"bus_layer","","",1,null],[12,"edits_layer","","",1,null],[12,"parking_trip","","",1,null],[12,"bike_trip","","",1,null],[12,"bus_trip","","",1,null],[12,"before_changes","","",1,null],[12,"after_changes","","",1,null],[11,"new","","",1,[[["colorschemechoice",4],["eventctx",3]],["colorscheme",3]]],[11,"pregame","","",1,[[],["colorscheme",3]]],[11,"day_mode","","",1,[[],["colorscheme",3]]],[11,"light_background","","",1,[[["style",3]],["colorscheme",3]]],[11,"rotating_color_plot","","",1,[[["usize",15]],["color",3]]],[11,"rotating_color_agents","","",1,[[["usize",15]],["color",3]]],[11,"unzoomed_road_surface","","",1,[[["roadrank",4]],["color",3]]],[11,"zoomed_road_surface","","",1,[[["lanetype",4],["roadrank",4]],["color",3]]],[11,"zoomed_intersection_surface","","",1,[[["roadrank",4]],["color",3]]],[11,"road_center_line","","",1,[[["roadrank",4]],["color",3]]],[11,"general_road_marking","","",1,[[["roadrank",4]],["color",3]]],[11,"solid_road_center","","",1,[[],["bool",15]]],[5,"modulo_color","","",null,[[["usize",15],["vec",3]],["color",3]]],[5,"hex","","",null,[[["str",15]],["color",3]]],[11,"night_mode","","",1,[[],["colorscheme",3]]],[11,"sam_green_day","","",1,[[],["colorscheme",3]]],[11,"sam_desert_day","","",1,[[],["colorscheme",3]]],[11,"bap","","",1,[[],["colorscheme",3]]],[11,"osm","","",1,[[],["colorscheme",3]]],[11,"starcat","","",1,[[],["colorscheme",3]]],[11,"textured","","",1,[[],["colorscheme",3]]],[11,"mapbox_light","","",1,[[],["colorscheme",3]]],[11,"mapbox_dark","","",1,[[],["colorscheme",3]]],[11,"faded_zoom","","",1,[[],["colorscheme",3]]],[11,"negative_space","","",1,[[],["colorscheme",3]]],[0,"load","map_gui","Loading large resources (like maps, scenarios, and …",null,null],[0,"native_loader","map_gui::load","",null,null],[3,"FileLoader","map_gui::load::native_loader","Loads a JSON or bincoded file, then deserializes it",null,null],[12,"path","","",2,null],[12,"on_load","","",2,null],[11,"new","","",2,[[["string",3],["box",3],["eventctx",3],["fnonce",8]],[["state",8],["box",3]]]],[3,"RawFileLoader","","Loads a file without deserializing it.",null,null],[12,"path","","",3,null],[12,"on_load","","",3,null],[11,"new","","",3,[[["string",3],["box",3],["eventctx",3],["fnonce",8]],[["state",8],["box",3]]]],[3,"FileLoader","map_gui::load","Loads a JSON or bincoded file, then deserializes it",null,null],[12,"path","","",2,null],[12,"on_load","","",2,null],[3,"RawFileLoader","","Loads a file without deserializing it.",null,null],[12,"path","","",3,null],[12,"on_load","","",3,null],[3,"MapLoader","","",null,null],[11,"new","","",4,[[["eventctx",3],["box",3],["mapname",3],["fnonce",8]],[["state",8],["box",3]]]],[3,"MapAlreadyLoaded","","",null,null],[12,"on_load","","",5,null],[3,"FutureLoader","","",null,null],[12,"loading_title","","",6,null],[12,"started","","",6,null],[12,"panel","","",6,null],[12,"receiver","","",6,null],[12,"on_load","","",6,null],[12,"runtime","","",6,null],[11,"new","","",6,[[["eventctx",3],["box",3],["box",3],["pin",3],["fnonce",8],["str",15]],[["state",8],["box",3]]]],[0,"options","map_gui","",null,null],[3,"Options","map_gui::options","Options controlling the UI. Some of the options are …",null,null],[12,"dev","","Dev mode exposes experimental tools useful for debugging, …",7,null],[12,"debug_all_agents","","Every time we draw, render all agents zoomed in. …",7,null],[12,"traffic_signal_style","","How traffic signals should be rendered.",7,null],[12,"color_scheme","","The color scheme for map elements, agents, and the UI.",7,null],[12,"toggle_day_night_colors","","Automatically change color_scheme based on simulation …",7,null],[12,"min_zoom_for_detail","","Map elements are drawn differently when unzoomed and …",7,null],[12,"camera_angle","","Draw buildings in different perspectives",7,null],[12,"time_increment","","How much to advance the sim with one of the speed controls",7,null],[12,"dont_draw_time_warp","","When time warping, don\'t draw to speed up simulation",7,null],[12,"jump_to_delay","","The delay threshold to halt on when jumping to the next …",7,null],[12,"language","","Display roads and buildings in an alternate language, if …",7,null],[12,"units","","How to render geometric units",7,null],[11,"default","","",7,[[],["options",3]]],[11,"update_from_args","","Update the options using command-line flags.",7,[[["cmdargs",3]]]],[4,"TrafficSignalStyle","","Different ways of drawing traffic signals. The names of …",null,null],[13,"BAP","","",8,null],[13,"Yuwen","","",8,null],[13,"IndividualTurnArrows","","",8,null],[4,"CameraAngle","","",null,null],[13,"TopDown","","",9,null],[13,"IsometricNE","","",9,null],[13,"IsometricNW","","",9,null],[13,"IsometricSE","","",9,null],[13,"IsometricSW","","",9,null],[13,"Abstract","","",9,null],[3,"OptionsPanel","","",null,null],[12,"panel","","",10,null],[11,"new","","",10,[[["eventctx",3]],[["state",8],["box",3]]]],[0,"render","map_gui","Render static and dynamic map elements.",null,null],[0,"agents","map_gui::render","",null,null],[3,"AgentCache","map_gui::render::agents","",null,null],[12,"unzoomed_agents","","This is controlled almost entirely by the minimap panel. …",11,null],[12,"time","","",11,null],[12,"agents_per_on","","",11,null],[12,"unzoomed","","",11,null],[11,"new","","",11,[[],["agentcache",3]]],[11,"get","","",11,[[["traversable",4]],[["vec",3],["renderable",8]]]],[11,"populate_if_needed","","",11,[[["prerender",3],["sim",3],["traversable",4],["map",3],["colorscheme",3]]]],[11,"calculate_unzoomed_agents","","If the sim time has changed or the unzoomed agent filters …",11,[[["applike",8]],["quadtree",3]]],[11,"draw_unzoomed_agents","","",11,[[["gfxctx",3],["applike",8]]]],[3,"UnzoomedAgents","","",null,null],[12,"cars","","",12,null],[12,"bikes","","",12,null],[12,"buses_and_trains","","",12,null],[12,"peds","","",12,null],[11,"new","","",12,[[],["unzoomedagents",3]]],[11,"cars","","",12,[[],["bool",15]]],[11,"bikes","","",12,[[],["bool",15]]],[11,"buses_and_trains","","",12,[[],["bool",15]]],[11,"peds","","",12,[[],["bool",15]]],[11,"color","","",12,[[["unzoomedagent",3],["colorscheme",3]],[["option",4],["color",3]]]],[11,"update","","",12,[[["panel",3]]]],[0,"area","map_gui::render","",null,null],[3,"DrawArea","map_gui::render::area","",null,null],[12,"id","","",13,null],[11,"new","","",13,[[["area",3],["eventctx",3],["geombatch",3],["colorscheme",3]],["drawarea",3]]],[11,"fill","","",13,[[["colorscheme",3],["areatype",4]],["fill",4]]],[0,"bike","map_gui::render","",null,null],[3,"DrawBike","map_gui::render::bike","",null,null],[12,"id","","",14,null],[12,"body_circle","","",14,null],[12,"zorder","","",14,null],[12,"draw_default","","",14,null],[11,"new","","",14,[[["prerender",3],["sim",3],["colorscheme",3],["map",3],["drawcarinput",3]],["drawbike",3]]],[0,"building","map_gui::render","",null,null],[3,"DrawBuilding","map_gui::render::building","",null,null],[12,"id","","",15,null],[12,"label","","",15,null],[11,"new","","",15,[[["options",3],["eventctx",3],["building",3],["geombatch",3],["colorscheme",3],["map",3]],["drawbuilding",3]]],[0,"bus_stop","map_gui::render","",null,null],[17,"RADIUS","map_gui::render::bus_stop","",null,null],[3,"DrawBusStop","","",null,null],[12,"id","","",16,null],[12,"center","","",16,null],[12,"zorder","","",16,null],[12,"draw_default","","",16,null],[11,"new","","",16,[[["eventctx",3],["colorscheme",3],["map",3],["busstop",3]],["drawbusstop",3]]],[0,"car","map_gui::render","",null,null],[17,"CAR_WIDTH","map_gui::render::car","",null,null],[3,"DrawCar","","",null,null],[12,"id","","",17,null],[12,"body","","",17,null],[12,"body_polygon","","",17,null],[12,"zorder","","",17,null],[12,"draw_default","","",17,null],[11,"new","","",17,[[["prerender",3],["sim",3],["colorscheme",3],["map",3],["drawcarinput",3]],["drawcar",3]]],[5,"thick_line_from_angle","","",null,[[["pt2d",3],["angle",3],["distance",3]],["polygon",3]]],[5,"zoomed_color_car","","",null,[[["drawcarinput",3],["colorscheme",3],["sim",3]],["color",3]]],[0,"intersection","map_gui::render","",null,null],[3,"DrawIntersection","map_gui::render::intersection","",null,null],[12,"id","","",18,null],[12,"zorder","","",18,null],[12,"draw_default","","",18,null],[12,"draw_traffic_signal","","",18,null],[11,"new","","",18,[[["intersection",3],["map",3]],["drawintersection",3]]],[11,"clear_rendering","","",18,[[]]],[11,"render","","",18,[[["applike",8]],["geombatch",3]]],[11,"stop_sign_geom","","",18,[[["map",3],["roadwithstopsign",3]],["option",4]]],[5,"calculate_corners","","",null,[[["intersection",3],["map",3]],[["vec",3],["polygon",3]]]],[5,"calculate_corners_with_borders","","",null,[[["intersection",3],["applike",8],["geombatch",3]]]],[5,"calculate_border_arrows","","",null,[[["intersection",3],["map",3],["road",3]],[["vec",3],["polygon",3]]]],[5,"make_octagon","","",null,[[["pt2d",3],["angle",3],["distance",3]],["polygon",3]]],[5,"make_crosswalk","","",null,[[["geombatch",3],["colorscheme",3],["map",3],["turn",3]]]],[5,"make_rainbow_crosswalk","","",null,[[["map",3],["turn",3],["geombatch",3]],["bool",15]]],[5,"perp_line","","",null,[[["line",3],["distance",3]],["line",3]]],[0,"lane","map_gui::render","",null,null],[3,"DrawLane","map_gui::render::lane","",null,null],[12,"id","","",19,null],[12,"polygon","","",19,null],[12,"zorder","","",19,null],[12,"draw_default","","",19,null],[11,"new","","",19,[[["map",3],["lane",3]],["drawlane",3]]],[11,"clear_rendering","","",19,[[]]],[11,"render","","",19,[[["applike",8]],["geombatch",3]]],[5,"perp_line","","",null,[[["line",3],["distance",3]],["line",3]]],[5,"calculate_sidewalk_lines","","",null,[[["lane",3]],[["vec",3],["polygon",3]]]],[5,"calculate_parking_lines","","",null,[[["map",3],["lane",3]],[["vec",3],["polygon",3]]]],[5,"calculate_driving_lines","","",null,[[["road",3],["lane",3]],[["vec",3],["polygon",3]]]],[5,"calculate_turn_markings","","",null,[[["map",3],["lane",3]],[["vec",3],["polygon",3]]]],[5,"calculate_one_way_markings","","",null,[[["road",3],["lane",3]],[["vec",3],["polygon",3]]]],[0,"map","map_gui::render","",null,null],[3,"DrawMap","map_gui::render::map","",null,null],[12,"roads","","",20,null],[12,"lanes","","",20,null],[12,"intersections","","",20,null],[12,"buildings","","",20,null],[12,"parking_lots","","",20,null],[12,"bus_stops","","",20,null],[12,"areas","","",20,null],[12,"boundary_polygon","","",20,null],[12,"draw_all_unzoomed_roads_and_intersections","","",20,null],[12,"draw_all_buildings","","",20,null],[12,"draw_all_building_paths","","",20,null],[12,"draw_all_building_outlines","","",20,null],[12,"draw_all_unzoomed_parking_lots","","",20,null],[12,"draw_all_areas","","",20,null],[12,"zorder_range","","",20,null],[12,"show_zorder","","",20,null],[12,"quadtree","","",20,null],[11,"new","","",20,[[["options",3],["eventctx",3],["timer",3],["colorscheme",3],["map",3]],["drawmap",3]]],[11,"regenerate_unzoomed_layer","","",20,[[["eventctx",3],["timer",3],["colorscheme",3],["map",3]],["drawable",3]]],[11,"get_r","","",20,[[["roadid",3]],["drawroad",3]]],[11,"get_l","","",20,[[["laneid",3]],["drawlane",3]]],[11,"get_i","","",20,[[["intersectionid",3]],["drawintersection",3]]],[11,"get_b","","",20,[[["buildingid",3]],["drawbuilding",3]]],[11,"get_pl","","",20,[[["parkinglotid",3]],["drawparkinglot",3]]],[11,"get_bs","","",20,[[["busstopid",3]],["drawbusstop",3]]],[11,"get_a","","",20,[[["areaid",3]],["drawarea",3]]],[11,"get_obj","","",20,[[["id",4],["eventctx",3],["agentcache",3],["applike",8]],[["renderable",8],["option",4]]]],[11,"get_matching_objects","","Unsorted, unexpanded, raw result.",20,[[["bounds",3]],[["id",4],["vec",3]]]],[11,"get_renderables_back_to_front","","A simple variation of the one in game that shows all …",20,[[["bounds",3],["map",3]],[["vec",3],["renderable",8]]]],[11,"zoomed_batch","","Build a single giganticGeomBatch
to render the entire …",20,[[["applike",8],["eventctx",3]],["geombatch",3]]],[0,"parking_lot","map_gui::render","",null,null],[3,"DrawParkingLot","map_gui::render::parking_lot","",null,null],[12,"id","","",21,null],[12,"draw","","",21,null],[11,"new","","",21,[[["eventctx",3],["parkinglot",3],["geombatch",3],["colorscheme",3]],["drawparkinglot",3]]],[11,"render","","",21,[[["applike",8]],["geombatch",3]]],[0,"pedestrian","map_gui::render","",null,null],[3,"DrawPedestrian","map_gui::render::pedestrian","",null,null],[12,"id","","",22,null],[12,"body_circle","","",22,null],[12,"zorder","","",22,null],[12,"draw_default","","",22,null],[11,"new","","",22,[[["usize",15],["prerender",3],["sim",3],["drawpedestrianinput",3],["map",3],["colorscheme",3]],["drawpedestrian",3]]],[11,"geometry","","",22,[[["usize",15],["sim",3],["geombatch",3],["colorscheme",3],["drawpedestrianinput",3]]]],[3,"DrawPedCrowd","","",null,null],[12,"members","","",23,null],[12,"blob","","",23,null],[12,"blob_pl","","",23,null],[12,"zorder","","",23,null],[12,"draw_default","","",23,null],[11,"new","","",23,[[["drawpedcrowdinput",3],["prerender",3],["colorscheme",3],["map",3]],["drawpedcrowd",3]]],[0,"road","map_gui::render","",null,null],[3,"DrawRoad","map_gui::render::road","",null,null],[12,"id","","",24,null],[12,"zorder","","",24,null],[12,"draw","","",24,null],[11,"new","","",24,[[["road",3]],["drawroad",3]]],[11,"render","","",24,[[["applike",8]],["geombatch",3]]],[11,"clear_rendering","","",24,[[]]],[0,"traffic_signal","map_gui::render","",null,null],[5,"draw_signal_stage","map_gui::render::traffic_signal","",null,[[["prerender",3],["usize",15],["duration",3],["option",4],["intersectionid",3],["trafficsignalstyle",4],["geombatch",3],["applike",8],["stage",3]]]],[5,"draw_stage_number","","",null,[[["prerender",3],["intersectionid",3],["usize",15],["geombatch",3],["applike",8]]]],[5,"draw_time_left","","",null,[[["prerender",3],["intersectionid",3],["usize",15],["duration",3],["geombatch",3],["applike",8],["stage",3]]]],[5,"walk_icon","","",null,[[["prerender",3],["movement",3]],["geombatch",3]]],[5,"dont_walk_icon","","",null,[[["prerender",3],["movement",3]],["geombatch",3]]],[5,"crosswalk_icon","","",null,[[["polyline",3]]]],[0,"turn","map_gui::render","",null,null],[17,"TURN_ICON_ARROW_LENGTH","map_gui::render::turn","",null,null],[3,"DrawMovement","","",null,null],[12,"id","","",25,null],[12,"hitbox","","",25,null],[11,"for_i","","",25,[[["prerender",3],["intersectionid",3],["usize",15],["colorscheme",3],["map",3]],["vec",3]]],[11,"draw_selected_movement","","",25,[[["turnpriority",4],["geombatch",3],["applike",8],["option",4]]]],[3,"DrawUberTurnGroup","","",null,null],[12,"group","","",26,null],[12,"block","","",26,null],[12,"arrow","","",26,null],[11,"new","","",26,[[["intersectioncluster",3],["map",3]],[["drawuberturngroup",3],["vec",3]]]],[5,"make_block_geom","","",null,[[["f64",15],["polyline",3],["distance",3],["angle",3]]]],[5,"make_circle_geom","","",null,[[["f64",15],["polyline",3],["angle",3]]]],[3,"AgentCache","map_gui::render","",null,null],[12,"unzoomed_agents","","This is controlled almost entirely by the minimap panel. …",11,null],[12,"time","","",11,null],[12,"agents_per_on","","",11,null],[12,"unzoomed","","",11,null],[3,"UnzoomedAgents","","",null,null],[12,"cars","","",12,null],[12,"bikes","","",12,null],[12,"buses_and_trains","","",12,null],[12,"peds","","",12,null],[3,"DrawArea","","",null,null],[12,"id","","",13,null],[3,"DrawBuilding","","",null,null],[12,"id","","",15,null],[12,"label","","",15,null],[5,"calculate_corners","","",null,[[["intersection",3],["map",3]],[["vec",3],["polygon",3]]]],[3,"DrawIntersection","","",null,null],[12,"id","","",18,null],[12,"zorder","","",18,null],[12,"draw_default","","",18,null],[12,"draw_traffic_signal","","",18,null],[3,"DrawMap","","",null,null],[12,"roads","","",20,null],[12,"lanes","","",20,null],[12,"intersections","","",20,null],[12,"buildings","","",20,null],[12,"parking_lots","","",20,null],[12,"bus_stops","","",20,null],[12,"areas","","",20,null],[12,"boundary_polygon","","",20,null],[12,"draw_all_unzoomed_roads_and_intersections","","",20,null],[12,"draw_all_buildings","","",20,null],[12,"draw_all_building_paths","","",20,null],[12,"draw_all_building_outlines","","",20,null],[12,"draw_all_unzoomed_parking_lots","","",20,null],[12,"draw_all_areas","","",20,null],[12,"zorder_range","","",20,null],[12,"show_zorder","","",20,null],[12,"quadtree","","",20,null],[3,"DrawPedCrowd","","",null,null],[12,"members","","",23,null],[12,"blob","","",23,null],[12,"blob_pl","","",23,null],[12,"zorder","","",23,null],[12,"draw_default","","",23,null],[3,"DrawPedestrian","","",null,null],[12,"id","","",22,null],[12,"body_circle","","",22,null],[12,"zorder","","",22,null],[12,"draw_default","","",22,null],[3,"DrawMovement","","",null,null],[12,"id","","",25,null],[12,"hitbox","","",25,null],[3,"DrawUberTurnGroup","","",null,null],[12,"group","","",26,null],[12,"block","","",26,null],[12,"arrow","","",26,null],[17,"BIG_ARROW_THICKNESS","","",null,null],[17,"CROSSWALK_LINE_THICKNESS","","",null,null],[17,"OUTLINE_THICKNESS","","",null,null],[8,"Renderable","","",null,null],[10,"get_id","","",27,[[],["id",4]]],[10,"draw","","",27,[[["gfxctx",3],["applike",8],["drawoptions",3]]]],[11,"get_zorder","","",27,[[],["isize",15]]],[10,"get_outline","","",27,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",27,[[["pt2d",3],["map",3]],["bool",15]]],[5,"draw_vehicle","","",null,[[["prerender",3],["sim",3],["colorscheme",3],["map",3],["drawcarinput",3]],[["box",3],["renderable",8]]]],[3,"DrawOptions","","Control how the map is drawn.",null,null],[12,"suppress_traffic_signal_details","","Don\'t draw the current traffic signal state.",28,null],[12,"label_buildings","","Label every building.",28,null],[12,"show_building_paths","","Draw building paths.",28,null],[11,"new","","Default options for drawing a map.",28,[[],["drawoptions",3]]],[5,"unzoomed_agent_radius","","",null,[[["option",4],["vehicletype",4]],["distance",3]]],[5,"grey_out_unhighlighted_people","","If the sim has highlighted people, then fade all others …",null,[[["sim",3],["color",3],["option",4]],["color",3]]],[0,"simple_app","map_gui","",null,null],[3,"SimpleApp","map_gui::simple_app","Simple app state that just renders a static map, without …",null,null],[12,"map","","",29,null],[12,"draw_map","","",29,null],[12,"cs","","",29,null],[12,"opts","","",29,null],[12,"current_selection","","",29,null],[12,"session","","Custom per-app state can be stored here",29,null],[12,"time","","If desired, this can be advanced to render traffic …",29,null],[11,"new","","",29,[[["fn",8],["eventctx",3],["options",3]]]],[11,"draw_unzoomed","","",29,[[["gfxctx",3]]]],[11,"draw_zoomed","","",29,[[["gfxctx",3],["drawoptions",3]]]],[11,"recalculate_current_selection","","Assumes some defaults.",29,[[["eventctx",3]]]],[11,"mouseover_unzoomed_roads_and_intersections","","",29,[[["eventctx",3]],[["id",4],["option",4]]]],[11,"mouseover_unzoomed_buildings","","Only select buildings, and work whether zoomed in or not.",29,[[["eventctx",3]],[["id",4],["option",4]]]],[11,"calculate_current_selection","","",29,[[["bool",15],["eventctx",3]],[["id",4],["option",4]]]],[3,"SimpleWarper","","",null,null],[12,"warper","","",30,null],[0,"tools","map_gui","Assorted tools and UI states that\'re useful for …",null,null],[0,"camera","map_gui::tools","",null,null],[3,"CameraState","map_gui::tools::camera","Represents the state of a widgetry Canvas.",null,null],[12,"cam_x","","",31,null],[12,"cam_y","","",31,null],[12,"cam_zoom","","",31,null],[11,"save","","Save the camera\'s configuration for the specified map.",31,[[["mapname",3],["canvas",3]]]],[11,"load","","Load the camera\'s configuration for the specified map. …",31,[[["eventctx",3],["mapname",3]],["bool",15]]],[0,"city_picker","map_gui::tools","",null,null],[3,"CityPicker","map_gui::tools::city_picker","Lets the player switch maps.",null,null],[12,"panel","","",32,null],[12,"districts","","",32,null],[12,"selected","","",32,null],[12,"on_load","","",32,null],[11,"new","","",32,[[["box",3],["eventctx",3],["fnonce",8]],[["state",8],["box",3]]]],[11,"new_in_city","","",32,[[["cityname",3],["eventctx",3],["box",3],["fnonce",8]],[["state",8],["box",3]]]],[11,"chose_city","","",32,[[["mapname",3],["eventctx",3]],["transition",4]]],[3,"AllCityPicker","","",null,null],[12,"panel","","",33,null],[12,"on_load","","",33,null],[11,"new","","",33,[[["box",3],["eventctx",3],["fnonce",8]],[["state",8],["box",3]]]],[3,"CitiesInCountryPicker","","",null,null],[12,"panel","","",34,null],[12,"on_load","","",34,null],[11,"new","","",34,[[["str",15],["eventctx",3],["box",3],["fnonce",8]],[["state",8],["box",3]]]],[5,"cities_per_country","","",null,[[],[["string",3],["vec",3],["btreemap",3]]]],[0,"colors","map_gui::tools","",null,null],[3,"ColorDiscrete","map_gui::tools::colors","",null,null],[12,"map","","",35,null],[12,"unzoomed","","",35,null],[12,"zoomed","","",35,null],[12,"categories","","",35,null],[12,"colors","","",35,null],[11,"new","","",35,[[["applike",8],["vec",3]],["colordiscrete",3]]],[11,"add_l","","",35,[[["str",15],["asref",8],["laneid",3]]]],[11,"add_r","","",35,[[["str",15],["roadid",3],["asref",8]]]],[11,"add_i","","",35,[[["intersectionid",3],["asref",8],["str",15]]]],[11,"add_b","","",35,[[["buildingid",3],["asref",8],["str",15]]]],[11,"add_bs","","",35,[[["str",15],["busstopid",3],["asref",8]]]],[11,"build","","",35,[[["eventctx",3]]]],[3,"ColorLegend","","",null,null],[11,"row","","",36,[[["eventctx",3],["color",3]],["widget",3]]],[11,"gradient","","",36,[[["string",3],["eventctx",3],["colorscale",3],["vec",3],["into",8]],["widget",3]]],[11,"categories","","",36,[[["eventctx",3],["vec",3]],["widget",3]]],[3,"DivergingScale","","",null,null],[12,"low_color","","",37,null],[12,"mid_color","","",37,null],[12,"high_color","","",37,null],[12,"min","","",37,null],[12,"avg","","",37,null],[12,"max","","",37,null],[12,"ignore","","",37,null],[11,"new","","",37,[[["color",3]],["divergingscale",3]]],[11,"range","","",37,[[["f64",15]],["divergingscale",3]]],[11,"ignore","","",37,[[["f64",15]],["divergingscale",3]]],[11,"eval","","",37,[[["f64",15]],[["option",4],["color",3]]]],[11,"make_legend","","",37,[[["string",3],["eventctx",3],["vec",3],["into",8]],["widget",3]]],[3,"ColorNetwork","","",null,null],[12,"map","","",38,null],[12,"unzoomed","","",38,null],[12,"zoomed","","",38,null],[11,"new","","",38,[[["applike",8]],["colornetwork",3]]],[11,"add_l","","",38,[[["color",3],["laneid",3]]]],[11,"add_r","","",38,[[["roadid",3],["color",3]]]],[11,"add_i","","",38,[[["intersectionid",3],["color",3]]]],[11,"add_b","","",38,[[["buildingid",3],["color",3]]]],[11,"add_pl","","",38,[[["color",3],["parkinglotid",3]]]],[11,"ranked_roads","","",38,[[["colorscale",3],["roadid",3],["counter",3]]]],[11,"ranked_intersections","","",38,[[["intersectionid",3],["colorscale",3],["counter",3]]]],[11,"pct_roads","","",38,[[["colorscale",3],["roadid",3],["counter",3]]]],[11,"pct_intersections","","",38,[[["intersectionid",3],["colorscale",3],["counter",3]]]],[11,"build","","",38,[[["eventctx",3]]]],[3,"ColorScale","","",null,null],[12,"0","","",39,null],[11,"eval","","",39,[[["f64",15]],["color",3]]],[11,"from_colorous","","",39,[[["gradient",3]],["colorscale",3]]],[11,"inner_eval","","",39,[[["f64",15]]]],[0,"command","map_gui::tools","",null,null],[3,"RunCommand","map_gui::tools::command","Executes a command and displays STDOUT and STDERR in a …",null,null],[12,"p","","",40,null],[12,"comm","","",40,null],[12,"panel","","",40,null],[12,"lines","","",40,null],[12,"max_capacity","","",40,null],[12,"started","","",40,null],[12,"last_drawn","","",40,null],[12,"on_load","","",40,null],[11,"new","","",40,[[["string",3],["fnonce",8],["eventctx",3],["box",3],["vec",3]],[["state",8],["box",3]]]],[11,"read_output","","",40,[[]]],[0,"heatmap","map_gui::tools","",null,null],[17,"NEIGHBORS","map_gui::tools::heatmap","",null,null],[3,"HeatmapOptions","","",null,null],[12,"resolution","","",41,null],[12,"radius","","",41,null],[12,"smoothing","","",41,null],[12,"contours","","",41,null],[12,"color_scheme","","",41,null],[11,"new","","",41,[[],["heatmapoptions",3]]],[11,"to_controls","","",41,[[["eventctx",3],["widget",3]],[["vec",3],["widget",3]]]],[11,"from_controls","","",41,[[["panel",3]],["heatmapoptions",3]]],[5,"make_heatmap","","",null,[[["eventctx",3],["geombatch",3],["pt2d",3],["bounds",3],["vec",3],["heatmapoptions",3]],["widget",3]]],[3,"Grid","","",null,null],[12,"data","","",42,null],[12,"width","","",42,null],[12,"height","","",42,null],[11,"new","","",42,[[["usize",15]],["grid",3]]],[11,"idx","","",42,[[["usize",15]],["usize",15]]],[0,"icons","map_gui::tools","",null,null],[5,"start_marker","map_gui::tools::icons","Draw a start marker pointing at something.",null,[[["pt2d",3],["f64",15]],["geombatch",3]]],[5,"goal_marker","","Draw a goal marker pointing at something.",null,[[["pt2d",3],["f64",15]],["geombatch",3]]],[0,"importer","map_gui::tools","",null,null],[3,"ImportCity","map_gui::tools::importer","",null,null],[12,"panel","","",43,null],[12,"on_load","","",43,null],[11,"new","","",43,[[["box",3],["eventctx",3],["fnonce",8]],[["state",8],["box",3]]]],[5,"grab_geojson_from_clipboard","","",null,[[],["result",6]]],[0,"minimap","map_gui::tools","",null,null],[3,"Minimap","map_gui::tools::minimap","",null,null],[12,"controls","","",44,null],[12,"time","","",44,null],[12,"app_type","","",44,null],[12,"dragging","","",44,null],[12,"panel","","",44,null],[12,"zoomed","","",44,null],[12,"layer","","",44,null],[12,"zoom_lvl","","",44,null],[12,"base_zoom","","",44,null],[12,"zoom","","",44,null],[12,"offset_x","","",44,null],[12,"offset_y","","",44,null],[8,"MinimapControls","","Customize the appearance and behavior of a minimap.",null,null],[10,"has_zorder","","Should the user be able to control the z-order visible? …",45,[[],["bool",15]]],[11,"has_layer","","Is there some additional layer displayed on the minimap? …",45,[[],["bool",15]]],[11,"draw_extra","","Draw extra stuff on the minimap, just pulling from the …",45,[[["gfxctx",3]]]],[11,"make_unzoomed_panel","","When unzoomed, display this panel. By default, no …",45,[[["eventctx",3]],["panel",3]]],[11,"make_legend","","A row beneath the minimap in the zoomed view, usually …",45,[[["eventctx",3]],["widget",3]]],[11,"make_zoomed_side_panel","","Controls to be placed to the left to the zoomed-in panel",45,[[["eventctx",3]],["widget",3]]],[11,"panel_clicked","","If a button is clicked that was produced by some method …",45,[[["eventctx",3],["str",15]],[["option",4],["transition",4]]]],[11,"panel_changed","","Called forOutcome::Changed
on the panel.",45,[[["eventctx",3],["panel",3]]]],[11,"new","","",44,[[["eventctx",3]],["minimap",3]]],[11,"recreate_panel","","",44,[[["eventctx",3]]]],[11,"map_to_minimap_pct","","",44,[[["pt2d",3]]]],[11,"set_zoom","","",44,[[["usize",15],["eventctx",3]]]],[11,"recenter","","",44,[[["eventctx",3]]]],[11,"event","","",44,[[["eventctx",3]],[["option",4],["transition",4]]]],[11,"draw","","",44,[[["gfxctx",3]]]],[11,"draw_with_extra_layers","","",44,[[["gfxctx",3],["vec",3],["drawable",3]]]],[11,"get_panel","","",44,[[],["panel",3]]],[11,"mut_panel","","",44,[[],["panel",3]]],[0,"navigate","map_gui::tools","",null,null],[3,"Navigator","map_gui::tools::navigate","",null,null],[12,"panel","","",46,null],[11,"new","","",46,[[["eventctx",3]],[["state",8],["box",3]]]],[3,"CrossStreet","","",null,null],[12,"first","","",47,null],[12,"panel","","",47,null],[12,"draw","","",47,null],[11,"new","","",47,[[["vec",3],["eventctx",3],["roadid",3]],[["state",8],["box",3]]]],[3,"SearchBuildings","","",null,null],[12,"panel","","",48,null],[11,"new","","",48,[[["eventctx",3]],[["state",8],["box",3]]]],[0,"turn_explorer","map_gui::tools","",null,null],[3,"TurnExplorer","map_gui::tools::turn_explorer","A tool to explore all of the turns from a single lane.",null,null],[12,"l","","",49,null],[12,"idx","","",49,null],[12,"panel","","",49,null],[11,"new","","",49,[[["eventctx",3],["laneid",3]],[["state",8],["box",3]]]],[11,"make_panel","","",49,[[["usize",15],["eventctx",3],["laneid",3]],["panel",3]]],[11,"color_turn_type","","",49,[[["turntype",4]],["color",3]]],[17,"CURRENT_TURN","","",null,null],[17,"CONFLICTING_TURN","","",null,null],[0,"ui","map_gui::tools","Generic UI tools. Some of this should perhaps be lifted …",null,null],[3,"ChooseSomething","map_gui::tools::ui","Choose something from a menu, then feed the answer to a …",null,null],[12,"panel","","",50,null],[12,"cb","","",50,null],[11,"new","","",50,[[["string",3],["box",3],["eventctx",3],["vec",3],["fn",8],["into",8],["choice",3]],[["state",8],["box",3]]]],[3,"PromptInput","","Prompt for arbitrary text input, then feed the answer to …",null,null],[12,"panel","","",51,null],[12,"cb","","",51,null],[11,"new","","",51,[[["fn",8],["eventctx",3],["box",3],["str",15]],[["state",8],["box",3]]]],[3,"PopupMsg","","Display a message dialog.",null,null],[12,"panel","","",52,null],[12,"unzoomed","","",52,null],[12,"zoomed","","",52,null],[11,"new","","",52,[[["vec",3],["eventctx",3],["str",15]],[["state",8],["box",3]]]],[11,"also_draw","","",52,[[["vec",3],["drawable",3],["eventctx",3],["str",15]],[["state",8],["box",3]]]],[0,"updater","map_gui::tools","",null,null],[17,"NEXT_RELEASE","map_gui::tools::updater","",null,null],[3,"Picker","","",null,null],[12,"panel","","",53,null],[12,"on_load","","",53,null],[11,"new","","",53,[[["box",3],["eventctx",3],["fnonce",8]],[["state",8],["box",3]]]],[5,"size_per_city","","",null,[[["manifest",3]],[["btreemap",3],["string",3],["u64",15]]]],[5,"prettyprint_bytes","","",null,[[["u64",15]],["string",3]]],[5,"prompt_to_download_missing_data","","",null,[[["mapname",3],["eventctx",3]],[["transition",4],["applike",8]]]],[5,"sync_missing_files","","",null,[[["timer",3]],[["string",3],["vec",3]]]],[5,"download","","",null,[[["string",3],["str",15]],[["result",6],["u64",15]]]],[0,"url","map_gui::tools","",null,null],[3,"URLManager","map_gui::tools::url","Utilities for reflecting the current map and viewport in …",null,null],[11,"update_url_free_param","","This does nothing on native. On web, it modifies the …",54,[[["string",3]],["result",6]]],[11,"update_url_cam","","This does nothing on native. On web, it modifies the …",54,[[["eventctx",3]],["result",6]]],[11,"parse_center_camera","","Parse an OSM-stylezoom/lat/lon
string …",54,[[["string",3]],["option",4]]],[5,"update_url","","",null,[[["box",3],["fn",8]],["result",6]]],[5,"change_url_free_param","","",null,[[["string",3],["str",15]],["string",3]]],[5,"change_url_cam","","",null,[[["string",3],["str",15]],["string",3]]],[3,"CameraState","map_gui::tools","Represents the state of a widgetry Canvas.",null,null],[12,"cam_x","","",31,null],[12,"cam_y","","",31,null],[12,"cam_zoom","","",31,null],[3,"CityPicker","","Lets the player switch maps.",null,null],[12,"panel","","",32,null],[12,"districts","","",32,null],[12,"selected","","",32,null],[12,"on_load","","",32,null],[3,"ColorDiscrete","","",null,null],[12,"map","","",35,null],[12,"unzoomed","","",35,null],[12,"zoomed","","",35,null],[12,"categories","","",35,null],[12,"colors","","",35,null],[3,"ColorLegend","","",null,null],[3,"ColorNetwork","","",null,null],[12,"map","","",38,null],[12,"unzoomed","","",38,null],[12,"zoomed","","",38,null],[3,"ColorScale","","",null,null],[12,"0","","",39,null],[3,"DivergingScale","","",null,null],[12,"low_color","","",37,null],[12,"mid_color","","",37,null],[12,"high_color","","",37,null],[12,"min","","",37,null],[12,"avg","","",37,null],[12,"max","","",37,null],[12,"ignore","","",37,null],[5,"make_heatmap","","",null,[[["eventctx",3],["geombatch",3],["pt2d",3],["bounds",3],["vec",3],["heatmapoptions",3]],["widget",3]]],[3,"Grid","","",null,null],[12,"data","","",42,null],[12,"width","","",42,null],[12,"height","","",42,null],[3,"HeatmapOptions","","",null,null],[12,"resolution","","",41,null],[12,"radius","","",41,null],[12,"smoothing","","",41,null],[12,"contours","","",41,null],[12,"color_scheme","","",41,null],[5,"goal_marker","","Draw a goal marker pointing at something.",null,[[["pt2d",3],["f64",15]],["geombatch",3]]],[5,"start_marker","","Draw a start marker pointing at something.",null,[[["pt2d",3],["f64",15]],["geombatch",3]]],[3,"Minimap","","",null,null],[12,"controls","","",44,null],[12,"time","","",44,null],[12,"app_type","","",44,null],[12,"dragging","","",44,null],[12,"panel","","",44,null],[12,"zoomed","","",44,null],[12,"layer","","",44,null],[12,"zoom_lvl","","",44,null],[12,"base_zoom","","",44,null],[12,"zoom","","",44,null],[12,"offset_x","","",44,null],[12,"offset_y","","",44,null],[8,"MinimapControls","","Customize the appearance and behavior of a minimap.",null,null],[10,"has_zorder","","Should the user be able to control the z-order visible? …",45,[[],["bool",15]]],[11,"has_layer","map_gui::tools::minimap","Is there some additional layer displayed on the minimap? …",45,[[],["bool",15]]],[11,"draw_extra","","Draw extra stuff on the minimap, just pulling from the …",45,[[["gfxctx",3]]]],[11,"make_unzoomed_panel","","When unzoomed, display this panel. By default, no …",45,[[["eventctx",3]],["panel",3]]],[11,"make_legend","","A row beneath the minimap in the zoomed view, usually …",45,[[["eventctx",3]],["widget",3]]],[11,"make_zoomed_side_panel","","Controls to be placed to the left to the zoomed-in panel",45,[[["eventctx",3]],["widget",3]]],[11,"panel_clicked","","If a button is clicked that was produced by some method …",45,[[["eventctx",3],["str",15]],[["option",4],["transition",4]]]],[11,"panel_changed","","Called forOutcome::Changed
on the panel.",45,[[["eventctx",3],["panel",3]]]],[3,"Navigator","map_gui::tools","",null,null],[12,"panel","","",46,null],[3,"TurnExplorer","","A tool to explore all of the turns from a single lane.",null,null],[12,"l","","",49,null],[12,"idx","","",49,null],[12,"panel","","",49,null],[3,"ChooseSomething","","Choose something from a menu, then feed the answer to a …",null,null],[12,"panel","","",50,null],[12,"cb","","",50,null],[3,"PopupMsg","","Display a message dialog.",null,null],[12,"panel","","",52,null],[12,"unzoomed","","",52,null],[12,"zoomed","","",52,null],[3,"PromptInput","","Prompt for arbitrary text input, then feed the answer to …",null,null],[12,"panel","","",51,null],[12,"cb","","",51,null],[3,"URLManager","","Utilities for reflecting the current map and viewport in …",null,null],[5,"prompt_to_download_missing_data","","",null,[[["mapname",3],["eventctx",3]],[["transition",4],["applike",8]]]],[5,"loading_tips","","",null,[[],["text",3]]],[5,"grey_out_map","","Make it clear the map can\'t be interacted with right now.",null,[[["gfxctx",3],["applike",8]]]],[5,"nice_map_name","","",null,[[["mapname",3]],["str",15]]],[5,"nice_country_name","","",null,[[["str",15]],["str",15]]],[5,"open_browser","","",null,[[["asref",8],["str",15]]]],[3,"SimpleApp","map_gui","Simple app state that just renders a static map, without …",null,null],[12,"map","","",29,null],[12,"draw_map","","",29,null],[12,"cs","","",29,null],[12,"opts","","",29,null],[12,"current_selection","","",29,null],[12,"session","","Custom per-app state can be stored here",29,null],[12,"time","","If desired, this can be advanced to render traffic …",29,null],[8,"AppLike","","An application wishing to use the tools in this crate has …",null,null],[10,"map","","",55,[[],["map",3]]],[10,"sim","","",55,[[],["sim",3]]],[10,"cs","","",55,[[],["colorscheme",3]]],[10,"mut_cs","","",55,[[],["colorscheme",3]]],[10,"draw_map","","",55,[[],["drawmap",3]]],[10,"mut_draw_map","","",55,[[],["drawmap",3]]],[10,"opts","","",55,[[],["options",3]]],[10,"mut_opts","","",55,[[],["options",3]]],[10,"map_switched","","",55,[[["timer",3],["eventctx",3],["map",3]]]],[10,"draw_with_opts","","",55,[[["gfxctx",3],["drawoptions",3]]]],[10,"make_warper","","Create awidgetry::State
that warps to the given point.",55,[[["f64",15],["option",4],["eventctx",3],["id",4],["pt2d",3],["option",4]],[["state",8],["box",3]]]],[11,"sim_time","","",55,[[],["time",3]]],[11,"current_stage_and_remaining_time","","",55,[[["intersectionid",3]]]],[11,"change_color_scheme","","Change the color scheme. Idempotent. Return true if there …",55,[[["colorschemechoice",4],["eventctx",3]],["bool",15]]],[4,"ID","","",null,null],[13,"Road","","",56,null],[13,"Lane","","",56,null],[13,"Intersection","","",56,null],[13,"Building","","",56,null],[13,"ParkingLot","","",56,null],[13,"Car","","",56,null],[13,"Pedestrian","","",56,null],[13,"PedCrowd","","",56,null],[13,"BusStop","","",56,null],[13,"Area","","",56,null],[11,"from_agent","","",56,[[["agentid",4]],["id",4]]],[11,"agent_id","","",56,[[],[["option",4],["agentid",4]]]],[11,"as_intersection","","",56,[[],["intersectionid",3]]],[11,"as_building","","",56,[[],["buildingid",3]]],[11,"from","map_gui::colors","",0,[[]]],[11,"into","","",0,[[]]],[11,"to_owned","","",0,[[]]],[11,"clone_into","","",0,[[]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"vzip","","",0,[[]]],[11,"into_any","","",0,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",0,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",0,[[],["any",8]]],[11,"as_any_mut","","",0,[[],["any",8]]],[11,"into_any_arc","","",0,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",1,[[]]],[11,"into","","",1,[[]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"vzip","","",1,[[]]],[11,"into_any","","",1,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",1,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",1,[[],["any",8]]],[11,"as_any_mut","","",1,[[],["any",8]]],[11,"into_any_arc","","",1,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","map_gui::load::native_loader","",2,[[]]],[11,"into","","",2,[[]]],[11,"borrow","","",2,[[]]],[11,"borrow_mut","","",2,[[]]],[11,"try_from","","",2,[[],["result",4]]],[11,"try_into","","",2,[[],["result",4]]],[11,"type_id","","",2,[[],["typeid",3]]],[11,"vzip","","",2,[[]]],[11,"into_any","","",2,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",2,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",2,[[],["any",8]]],[11,"as_any_mut","","",2,[[],["any",8]]],[11,"from","","",3,[[]]],[11,"into","","",3,[[]]],[11,"borrow","","",3,[[]]],[11,"borrow_mut","","",3,[[]]],[11,"try_from","","",3,[[],["result",4]]],[11,"try_into","","",3,[[],["result",4]]],[11,"type_id","","",3,[[],["typeid",3]]],[11,"vzip","","",3,[[]]],[11,"into_any","","",3,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",3,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",3,[[],["any",8]]],[11,"as_any_mut","","",3,[[],["any",8]]],[11,"from","map_gui::load","",4,[[]]],[11,"into","","",4,[[]]],[11,"borrow","","",4,[[]]],[11,"borrow_mut","","",4,[[]]],[11,"try_from","","",4,[[],["result",4]]],[11,"try_into","","",4,[[],["result",4]]],[11,"type_id","","",4,[[],["typeid",3]]],[11,"vzip","","",4,[[]]],[11,"into_any","","",4,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",4,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",4,[[],["any",8]]],[11,"as_any_mut","","",4,[[],["any",8]]],[11,"into_any_arc","","",4,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",5,[[]]],[11,"into","","",5,[[]]],[11,"borrow","","",5,[[]]],[11,"borrow_mut","","",5,[[]]],[11,"try_from","","",5,[[],["result",4]]],[11,"try_into","","",5,[[],["result",4]]],[11,"type_id","","",5,[[],["typeid",3]]],[11,"vzip","","",5,[[]]],[11,"into_any","","",5,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",5,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",5,[[],["any",8]]],[11,"as_any_mut","","",5,[[],["any",8]]],[11,"from","","",6,[[]]],[11,"into","","",6,[[]]],[11,"borrow","","",6,[[]]],[11,"borrow_mut","","",6,[[]]],[11,"try_from","","",6,[[],["result",4]]],[11,"try_into","","",6,[[],["result",4]]],[11,"type_id","","",6,[[],["typeid",3]]],[11,"vzip","","",6,[[]]],[11,"into_any","","",6,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",6,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",6,[[],["any",8]]],[11,"as_any_mut","","",6,[[],["any",8]]],[11,"from","map_gui::options","",7,[[]]],[11,"into","","",7,[[]]],[11,"to_owned","","",7,[[]]],[11,"clone_into","","",7,[[]]],[11,"borrow","","",7,[[]]],[11,"borrow_mut","","",7,[[]]],[11,"try_from","","",7,[[],["result",4]]],[11,"try_into","","",7,[[],["result",4]]],[11,"type_id","","",7,[[],["typeid",3]]],[11,"vzip","","",7,[[]]],[11,"into_any","","",7,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",7,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",7,[[],["any",8]]],[11,"as_any_mut","","",7,[[],["any",8]]],[11,"into_any_arc","","",7,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",8,[[]]],[11,"into","","",8,[[]]],[11,"to_owned","","",8,[[]]],[11,"clone_into","","",8,[[]]],[11,"borrow","","",8,[[]]],[11,"borrow_mut","","",8,[[]]],[11,"try_from","","",8,[[],["result",4]]],[11,"try_into","","",8,[[],["result",4]]],[11,"type_id","","",8,[[],["typeid",3]]],[11,"vzip","","",8,[[]]],[11,"into_any","","",8,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",8,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",8,[[],["any",8]]],[11,"as_any_mut","","",8,[[],["any",8]]],[11,"into_any_arc","","",8,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",9,[[]]],[11,"into","","",9,[[]]],[11,"to_owned","","",9,[[]]],[11,"clone_into","","",9,[[]]],[11,"borrow","","",9,[[]]],[11,"borrow_mut","","",9,[[]]],[11,"try_from","","",9,[[],["result",4]]],[11,"try_into","","",9,[[],["result",4]]],[11,"type_id","","",9,[[],["typeid",3]]],[11,"vzip","","",9,[[]]],[11,"into_any","","",9,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",9,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",9,[[],["any",8]]],[11,"as_any_mut","","",9,[[],["any",8]]],[11,"into_any_arc","","",9,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",10,[[]]],[11,"into","","",10,[[]]],[11,"borrow","","",10,[[]]],[11,"borrow_mut","","",10,[[]]],[11,"try_from","","",10,[[],["result",4]]],[11,"try_into","","",10,[[],["result",4]]],[11,"type_id","","",10,[[],["typeid",3]]],[11,"vzip","","",10,[[]]],[11,"into_any","","",10,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",10,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",10,[[],["any",8]]],[11,"as_any_mut","","",10,[[],["any",8]]],[11,"from","map_gui::render::agents","",11,[[]]],[11,"into","","",11,[[]]],[11,"borrow","","",11,[[]]],[11,"borrow_mut","","",11,[[]]],[11,"try_from","","",11,[[],["result",4]]],[11,"try_into","","",11,[[],["result",4]]],[11,"type_id","","",11,[[],["typeid",3]]],[11,"vzip","","",11,[[]]],[11,"into_any","","",11,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",11,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",11,[[],["any",8]]],[11,"as_any_mut","","",11,[[],["any",8]]],[11,"from","","",12,[[]]],[11,"into","","",12,[[]]],[11,"to_owned","","",12,[[]]],[11,"clone_into","","",12,[[]]],[11,"borrow","","",12,[[]]],[11,"borrow_mut","","",12,[[]]],[11,"try_from","","",12,[[],["result",4]]],[11,"try_into","","",12,[[],["result",4]]],[11,"type_id","","",12,[[],["typeid",3]]],[11,"vzip","","",12,[[]]],[11,"into_any","","",12,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",12,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",12,[[],["any",8]]],[11,"as_any_mut","","",12,[[],["any",8]]],[11,"into_any_arc","","",12,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","map_gui::render::area","",13,[[]]],[11,"into","","",13,[[]]],[11,"borrow","","",13,[[]]],[11,"borrow_mut","","",13,[[]]],[11,"try_from","","",13,[[],["result",4]]],[11,"try_into","","",13,[[],["result",4]]],[11,"type_id","","",13,[[],["typeid",3]]],[11,"vzip","","",13,[[]]],[11,"into_any","","",13,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",13,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",13,[[],["any",8]]],[11,"as_any_mut","","",13,[[],["any",8]]],[11,"into_any_arc","","",13,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","map_gui::render::bike","",14,[[]]],[11,"into","","",14,[[]]],[11,"borrow","","",14,[[]]],[11,"borrow_mut","","",14,[[]]],[11,"try_from","","",14,[[],["result",4]]],[11,"try_into","","",14,[[],["result",4]]],[11,"type_id","","",14,[[],["typeid",3]]],[11,"vzip","","",14,[[]]],[11,"into_any","","",14,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",14,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",14,[[],["any",8]]],[11,"as_any_mut","","",14,[[],["any",8]]],[11,"into_any_arc","","",14,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","map_gui::render::building","",15,[[]]],[11,"into","","",15,[[]]],[11,"borrow","","",15,[[]]],[11,"borrow_mut","","",15,[[]]],[11,"try_from","","",15,[[],["result",4]]],[11,"try_into","","",15,[[],["result",4]]],[11,"type_id","","",15,[[],["typeid",3]]],[11,"vzip","","",15,[[]]],[11,"into_any","","",15,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",15,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",15,[[],["any",8]]],[11,"as_any_mut","","",15,[[],["any",8]]],[11,"into_any_arc","","",15,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","map_gui::render::bus_stop","",16,[[]]],[11,"into","","",16,[[]]],[11,"borrow","","",16,[[]]],[11,"borrow_mut","","",16,[[]]],[11,"try_from","","",16,[[],["result",4]]],[11,"try_into","","",16,[[],["result",4]]],[11,"type_id","","",16,[[],["typeid",3]]],[11,"vzip","","",16,[[]]],[11,"into_any","","",16,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",16,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",16,[[],["any",8]]],[11,"as_any_mut","","",16,[[],["any",8]]],[11,"into_any_arc","","",16,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","map_gui::render::car","",17,[[]]],[11,"into","","",17,[[]]],[11,"borrow","","",17,[[]]],[11,"borrow_mut","","",17,[[]]],[11,"try_from","","",17,[[],["result",4]]],[11,"try_into","","",17,[[],["result",4]]],[11,"type_id","","",17,[[],["typeid",3]]],[11,"vzip","","",17,[[]]],[11,"into_any","","",17,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",17,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",17,[[],["any",8]]],[11,"as_any_mut","","",17,[[],["any",8]]],[11,"into_any_arc","","",17,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","map_gui::render::intersection","",18,[[]]],[11,"into","","",18,[[]]],[11,"borrow","","",18,[[]]],[11,"borrow_mut","","",18,[[]]],[11,"try_from","","",18,[[],["result",4]]],[11,"try_into","","",18,[[],["result",4]]],[11,"type_id","","",18,[[],["typeid",3]]],[11,"vzip","","",18,[[]]],[11,"into_any","","",18,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",18,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",18,[[],["any",8]]],[11,"as_any_mut","","",18,[[],["any",8]]],[11,"from","map_gui::render::lane","",19,[[]]],[11,"into","","",19,[[]]],[11,"borrow","","",19,[[]]],[11,"borrow_mut","","",19,[[]]],[11,"try_from","","",19,[[],["result",4]]],[11,"try_into","","",19,[[],["result",4]]],[11,"type_id","","",19,[[],["typeid",3]]],[11,"vzip","","",19,[[]]],[11,"into_any","","",19,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",19,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",19,[[],["any",8]]],[11,"as_any_mut","","",19,[[],["any",8]]],[11,"into_any_arc","","",19,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","map_gui::render::map","",20,[[]]],[11,"into","","",20,[[]]],[11,"borrow","","",20,[[]]],[11,"borrow_mut","","",20,[[]]],[11,"try_from","","",20,[[],["result",4]]],[11,"try_into","","",20,[[],["result",4]]],[11,"type_id","","",20,[[],["typeid",3]]],[11,"vzip","","",20,[[]]],[11,"into_any","","",20,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",20,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",20,[[],["any",8]]],[11,"as_any_mut","","",20,[[],["any",8]]],[11,"from","map_gui::render::parking_lot","",21,[[]]],[11,"into","","",21,[[]]],[11,"borrow","","",21,[[]]],[11,"borrow_mut","","",21,[[]]],[11,"try_from","","",21,[[],["result",4]]],[11,"try_into","","",21,[[],["result",4]]],[11,"type_id","","",21,[[],["typeid",3]]],[11,"vzip","","",21,[[]]],[11,"into_any","","",21,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",21,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",21,[[],["any",8]]],[11,"as_any_mut","","",21,[[],["any",8]]],[11,"into_any_arc","","",21,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","map_gui::render::pedestrian","",22,[[]]],[11,"into","","",22,[[]]],[11,"borrow","","",22,[[]]],[11,"borrow_mut","","",22,[[]]],[11,"try_from","","",22,[[],["result",4]]],[11,"try_into","","",22,[[],["result",4]]],[11,"type_id","","",22,[[],["typeid",3]]],[11,"vzip","","",22,[[]]],[11,"into_any","","",22,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",22,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",22,[[],["any",8]]],[11,"as_any_mut","","",22,[[],["any",8]]],[11,"into_any_arc","","",22,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",23,[[]]],[11,"into","","",23,[[]]],[11,"borrow","","",23,[[]]],[11,"borrow_mut","","",23,[[]]],[11,"try_from","","",23,[[],["result",4]]],[11,"try_into","","",23,[[],["result",4]]],[11,"type_id","","",23,[[],["typeid",3]]],[11,"vzip","","",23,[[]]],[11,"into_any","","",23,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",23,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",23,[[],["any",8]]],[11,"as_any_mut","","",23,[[],["any",8]]],[11,"into_any_arc","","",23,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","map_gui::render::road","",24,[[]]],[11,"into","","",24,[[]]],[11,"borrow","","",24,[[]]],[11,"borrow_mut","","",24,[[]]],[11,"try_from","","",24,[[],["result",4]]],[11,"try_into","","",24,[[],["result",4]]],[11,"type_id","","",24,[[],["typeid",3]]],[11,"vzip","","",24,[[]]],[11,"into_any","","",24,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",24,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",24,[[],["any",8]]],[11,"as_any_mut","","",24,[[],["any",8]]],[11,"into_any_arc","","",24,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","map_gui::render::turn","",25,[[]]],[11,"into","","",25,[[]]],[11,"borrow","","",25,[[]]],[11,"borrow_mut","","",25,[[]]],[11,"try_from","","",25,[[],["result",4]]],[11,"try_into","","",25,[[],["result",4]]],[11,"type_id","","",25,[[],["typeid",3]]],[11,"vzip","","",25,[[]]],[11,"into_any","","",25,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",25,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",25,[[],["any",8]]],[11,"as_any_mut","","",25,[[],["any",8]]],[11,"into_any_arc","","",25,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",26,[[]]],[11,"into","","",26,[[]]],[11,"borrow","","",26,[[]]],[11,"borrow_mut","","",26,[[]]],[11,"try_from","","",26,[[],["result",4]]],[11,"try_into","","",26,[[],["result",4]]],[11,"type_id","","",26,[[],["typeid",3]]],[11,"vzip","","",26,[[]]],[11,"into_any","","",26,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",26,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",26,[[],["any",8]]],[11,"as_any_mut","","",26,[[],["any",8]]],[11,"into_any_arc","","",26,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","map_gui::render","",28,[[]]],[11,"into","","",28,[[]]],[11,"borrow","","",28,[[]]],[11,"borrow_mut","","",28,[[]]],[11,"try_from","","",28,[[],["result",4]]],[11,"try_into","","",28,[[],["result",4]]],[11,"type_id","","",28,[[],["typeid",3]]],[11,"vzip","","",28,[[]]],[11,"into_any","","",28,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",28,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",28,[[],["any",8]]],[11,"as_any_mut","","",28,[[],["any",8]]],[11,"into_any_arc","","",28,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","map_gui::simple_app","",29,[[]]],[11,"into","","",29,[[]]],[11,"borrow","","",29,[[]]],[11,"borrow_mut","","",29,[[]]],[11,"try_from","","",29,[[],["result",4]]],[11,"try_into","","",29,[[],["result",4]]],[11,"type_id","","",29,[[],["typeid",3]]],[11,"vzip","","",29,[[]]],[11,"into_any","","",29,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",29,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",29,[[],["any",8]]],[11,"as_any_mut","","",29,[[],["any",8]]],[11,"from","","",30,[[]]],[11,"into","","",30,[[]]],[11,"borrow","","",30,[[]]],[11,"borrow_mut","","",30,[[]]],[11,"try_from","","",30,[[],["result",4]]],[11,"try_into","","",30,[[],["result",4]]],[11,"type_id","","",30,[[],["typeid",3]]],[11,"vzip","","",30,[[]]],[11,"into_any","","",30,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",30,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",30,[[],["any",8]]],[11,"as_any_mut","","",30,[[],["any",8]]],[11,"into_any_arc","","",30,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","map_gui::tools::camera","",31,[[]]],[11,"into","","",31,[[]]],[11,"borrow","","",31,[[]]],[11,"borrow_mut","","",31,[[]]],[11,"try_from","","",31,[[],["result",4]]],[11,"try_into","","",31,[[],["result",4]]],[11,"type_id","","",31,[[],["typeid",3]]],[11,"vzip","","",31,[[]]],[11,"into_any","","",31,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",31,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",31,[[],["any",8]]],[11,"as_any_mut","","",31,[[],["any",8]]],[11,"into_any_arc","","",31,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","map_gui::tools::city_picker","",32,[[]]],[11,"into","","",32,[[]]],[11,"borrow","","",32,[[]]],[11,"borrow_mut","","",32,[[]]],[11,"try_from","","",32,[[],["result",4]]],[11,"try_into","","",32,[[],["result",4]]],[11,"type_id","","",32,[[],["typeid",3]]],[11,"vzip","","",32,[[]]],[11,"into_any","","",32,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",32,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",32,[[],["any",8]]],[11,"as_any_mut","","",32,[[],["any",8]]],[11,"from","","",33,[[]]],[11,"into","","",33,[[]]],[11,"borrow","","",33,[[]]],[11,"borrow_mut","","",33,[[]]],[11,"try_from","","",33,[[],["result",4]]],[11,"try_into","","",33,[[],["result",4]]],[11,"type_id","","",33,[[],["typeid",3]]],[11,"vzip","","",33,[[]]],[11,"into_any","","",33,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",33,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",33,[[],["any",8]]],[11,"as_any_mut","","",33,[[],["any",8]]],[11,"from","","",34,[[]]],[11,"into","","",34,[[]]],[11,"borrow","","",34,[[]]],[11,"borrow_mut","","",34,[[]]],[11,"try_from","","",34,[[],["result",4]]],[11,"try_into","","",34,[[],["result",4]]],[11,"type_id","","",34,[[],["typeid",3]]],[11,"vzip","","",34,[[]]],[11,"into_any","","",34,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",34,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",34,[[],["any",8]]],[11,"as_any_mut","","",34,[[],["any",8]]],[11,"from","map_gui::tools::colors","",35,[[]]],[11,"into","","",35,[[]]],[11,"borrow","","",35,[[]]],[11,"borrow_mut","","",35,[[]]],[11,"try_from","","",35,[[],["result",4]]],[11,"try_into","","",35,[[],["result",4]]],[11,"type_id","","",35,[[],["typeid",3]]],[11,"vzip","","",35,[[]]],[11,"into_any","","",35,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",35,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",35,[[],["any",8]]],[11,"as_any_mut","","",35,[[],["any",8]]],[11,"into_any_arc","","",35,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",36,[[]]],[11,"into","","",36,[[]]],[11,"borrow","","",36,[[]]],[11,"borrow_mut","","",36,[[]]],[11,"try_from","","",36,[[],["result",4]]],[11,"try_into","","",36,[[],["result",4]]],[11,"type_id","","",36,[[],["typeid",3]]],[11,"vzip","","",36,[[]]],[11,"into_any","","",36,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",36,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",36,[[],["any",8]]],[11,"as_any_mut","","",36,[[],["any",8]]],[11,"into_any_arc","","",36,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",37,[[]]],[11,"into","","",37,[[]]],[11,"borrow","","",37,[[]]],[11,"borrow_mut","","",37,[[]]],[11,"try_from","","",37,[[],["result",4]]],[11,"try_into","","",37,[[],["result",4]]],[11,"type_id","","",37,[[],["typeid",3]]],[11,"vzip","","",37,[[]]],[11,"into_any","","",37,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",37,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",37,[[],["any",8]]],[11,"as_any_mut","","",37,[[],["any",8]]],[11,"into_any_arc","","",37,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",38,[[]]],[11,"into","","",38,[[]]],[11,"borrow","","",38,[[]]],[11,"borrow_mut","","",38,[[]]],[11,"try_from","","",38,[[],["result",4]]],[11,"try_into","","",38,[[],["result",4]]],[11,"type_id","","",38,[[],["typeid",3]]],[11,"vzip","","",38,[[]]],[11,"into_any","","",38,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",38,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",38,[[],["any",8]]],[11,"as_any_mut","","",38,[[],["any",8]]],[11,"into_any_arc","","",38,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",39,[[]]],[11,"into","","",39,[[]]],[11,"borrow","","",39,[[]]],[11,"borrow_mut","","",39,[[]]],[11,"try_from","","",39,[[],["result",4]]],[11,"try_into","","",39,[[],["result",4]]],[11,"type_id","","",39,[[],["typeid",3]]],[11,"vzip","","",39,[[]]],[11,"into_any","","",39,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",39,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",39,[[],["any",8]]],[11,"as_any_mut","","",39,[[],["any",8]]],[11,"into_any_arc","","",39,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","map_gui::tools::command","",40,[[]]],[11,"into","","",40,[[]]],[11,"borrow","","",40,[[]]],[11,"borrow_mut","","",40,[[]]],[11,"try_from","","",40,[[],["result",4]]],[11,"try_into","","",40,[[],["result",4]]],[11,"type_id","","",40,[[],["typeid",3]]],[11,"vzip","","",40,[[]]],[11,"into_any","","",40,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",40,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",40,[[],["any",8]]],[11,"as_any_mut","","",40,[[],["any",8]]],[11,"from","map_gui::tools::heatmap","",41,[[]]],[11,"into","","",41,[[]]],[11,"to_owned","","",41,[[]]],[11,"clone_into","","",41,[[]]],[11,"borrow","","",41,[[]]],[11,"borrow_mut","","",41,[[]]],[11,"try_from","","",41,[[],["result",4]]],[11,"try_into","","",41,[[],["result",4]]],[11,"type_id","","",41,[[],["typeid",3]]],[11,"vzip","","",41,[[]]],[11,"into_any","","",41,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",41,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",41,[[],["any",8]]],[11,"as_any_mut","","",41,[[],["any",8]]],[11,"into_any_arc","","",41,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",42,[[]]],[11,"into","","",42,[[]]],[11,"borrow","","",42,[[]]],[11,"borrow_mut","","",42,[[]]],[11,"try_from","","",42,[[],["result",4]]],[11,"try_into","","",42,[[],["result",4]]],[11,"type_id","","",42,[[],["typeid",3]]],[11,"vzip","","",42,[[]]],[11,"into_any","","",42,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",42,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",42,[[],["any",8]]],[11,"as_any_mut","","",42,[[],["any",8]]],[11,"into_any_arc","","",42,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","map_gui::tools::importer","",43,[[]]],[11,"into","","",43,[[]]],[11,"borrow","","",43,[[]]],[11,"borrow_mut","","",43,[[]]],[11,"try_from","","",43,[[],["result",4]]],[11,"try_into","","",43,[[],["result",4]]],[11,"type_id","","",43,[[],["typeid",3]]],[11,"vzip","","",43,[[]]],[11,"into_any","","",43,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",43,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",43,[[],["any",8]]],[11,"as_any_mut","","",43,[[],["any",8]]],[11,"from","map_gui::tools::minimap","",44,[[]]],[11,"into","","",44,[[]]],[11,"borrow","","",44,[[]]],[11,"borrow_mut","","",44,[[]]],[11,"try_from","","",44,[[],["result",4]]],[11,"try_into","","",44,[[],["result",4]]],[11,"type_id","","",44,[[],["typeid",3]]],[11,"vzip","","",44,[[]]],[11,"into_any","","",44,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",44,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",44,[[],["any",8]]],[11,"as_any_mut","","",44,[[],["any",8]]],[11,"from","map_gui::tools::navigate","",46,[[]]],[11,"into","","",46,[[]]],[11,"borrow","","",46,[[]]],[11,"borrow_mut","","",46,[[]]],[11,"try_from","","",46,[[],["result",4]]],[11,"try_into","","",46,[[],["result",4]]],[11,"type_id","","",46,[[],["typeid",3]]],[11,"vzip","","",46,[[]]],[11,"into_any","","",46,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",46,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",46,[[],["any",8]]],[11,"as_any_mut","","",46,[[],["any",8]]],[11,"from","","",47,[[]]],[11,"into","","",47,[[]]],[11,"borrow","","",47,[[]]],[11,"borrow_mut","","",47,[[]]],[11,"try_from","","",47,[[],["result",4]]],[11,"try_into","","",47,[[],["result",4]]],[11,"type_id","","",47,[[],["typeid",3]]],[11,"vzip","","",47,[[]]],[11,"into_any","","",47,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",47,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",47,[[],["any",8]]],[11,"as_any_mut","","",47,[[],["any",8]]],[11,"from","","",48,[[]]],[11,"into","","",48,[[]]],[11,"borrow","","",48,[[]]],[11,"borrow_mut","","",48,[[]]],[11,"try_from","","",48,[[],["result",4]]],[11,"try_into","","",48,[[],["result",4]]],[11,"type_id","","",48,[[],["typeid",3]]],[11,"vzip","","",48,[[]]],[11,"into_any","","",48,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",48,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",48,[[],["any",8]]],[11,"as_any_mut","","",48,[[],["any",8]]],[11,"from","map_gui::tools::turn_explorer","",49,[[]]],[11,"into","","",49,[[]]],[11,"borrow","","",49,[[]]],[11,"borrow_mut","","",49,[[]]],[11,"try_from","","",49,[[],["result",4]]],[11,"try_into","","",49,[[],["result",4]]],[11,"type_id","","",49,[[],["typeid",3]]],[11,"vzip","","",49,[[]]],[11,"into_any","","",49,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",49,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",49,[[],["any",8]]],[11,"as_any_mut","","",49,[[],["any",8]]],[11,"from","map_gui::tools::ui","",50,[[]]],[11,"into","","",50,[[]]],[11,"borrow","","",50,[[]]],[11,"borrow_mut","","",50,[[]]],[11,"try_from","","",50,[[],["result",4]]],[11,"try_into","","",50,[[],["result",4]]],[11,"type_id","","",50,[[],["typeid",3]]],[11,"vzip","","",50,[[]]],[11,"into_any","","",50,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",50,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",50,[[],["any",8]]],[11,"as_any_mut","","",50,[[],["any",8]]],[11,"from","","",51,[[]]],[11,"into","","",51,[[]]],[11,"borrow","","",51,[[]]],[11,"borrow_mut","","",51,[[]]],[11,"try_from","","",51,[[],["result",4]]],[11,"try_into","","",51,[[],["result",4]]],[11,"type_id","","",51,[[],["typeid",3]]],[11,"vzip","","",51,[[]]],[11,"into_any","","",51,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",51,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",51,[[],["any",8]]],[11,"as_any_mut","","",51,[[],["any",8]]],[11,"from","","",52,[[]]],[11,"into","","",52,[[]]],[11,"borrow","","",52,[[]]],[11,"borrow_mut","","",52,[[]]],[11,"try_from","","",52,[[],["result",4]]],[11,"try_into","","",52,[[],["result",4]]],[11,"type_id","","",52,[[],["typeid",3]]],[11,"vzip","","",52,[[]]],[11,"into_any","","",52,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",52,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",52,[[],["any",8]]],[11,"as_any_mut","","",52,[[],["any",8]]],[11,"from","map_gui::tools::updater","",53,[[]]],[11,"into","","",53,[[]]],[11,"borrow","","",53,[[]]],[11,"borrow_mut","","",53,[[]]],[11,"try_from","","",53,[[],["result",4]]],[11,"try_into","","",53,[[],["result",4]]],[11,"type_id","","",53,[[],["typeid",3]]],[11,"vzip","","",53,[[]]],[11,"into_any","","",53,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",53,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",53,[[],["any",8]]],[11,"as_any_mut","","",53,[[],["any",8]]],[11,"from","map_gui::tools::url","",54,[[]]],[11,"into","","",54,[[]]],[11,"borrow","","",54,[[]]],[11,"borrow_mut","","",54,[[]]],[11,"try_from","","",54,[[],["result",4]]],[11,"try_into","","",54,[[],["result",4]]],[11,"type_id","","",54,[[],["typeid",3]]],[11,"vzip","","",54,[[]]],[11,"into_any","","",54,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",54,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",54,[[],["any",8]]],[11,"as_any_mut","","",54,[[],["any",8]]],[11,"into_any_arc","","",54,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","map_gui","",56,[[]]],[11,"into","","",56,[[]]],[11,"to_owned","","",56,[[]]],[11,"clone_into","","",56,[[]]],[11,"borrow","","",56,[[]]],[11,"borrow_mut","","",56,[[]]],[11,"try_from","","",56,[[],["result",4]]],[11,"try_into","","",56,[[],["result",4]]],[11,"type_id","","",56,[[],["typeid",3]]],[11,"equivalent","","",56,[[],["bool",15]]],[11,"get_hash","","",56,[[],["u64",15]]],[11,"vzip","","",56,[[]]],[11,"into_any","","",56,[[["box",3],["global",3]],[["global",3],["box",3],["any",8]]]],[11,"into_any_rc","","",56,[[["rc",3]],[["any",8],["rc",3]]]],[11,"as_any","","",56,[[],["any",8]]],[11,"as_any_mut","","",56,[[],["any",8]]],[11,"into_any_arc","","",56,[[["arc",3]],[["arc",3],["any",8]]]],[11,"get_id","map_gui::render::area","",13,[[],["id",4]]],[11,"draw","","",13,[[["gfxctx",3],["applike",8],["drawoptions",3]]]],[11,"get_outline","","",13,[[["map",3]],["polygon",3]]],[11,"get_id","map_gui::render::bike","",14,[[],["id",4]]],[11,"draw","","",14,[[["gfxctx",3],["applike",8],["drawoptions",3]]]],[11,"get_outline","","",14,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",14,[[["pt2d",3],["map",3]],["bool",15]]],[11,"get_zorder","","",14,[[],["isize",15]]],[11,"get_id","map_gui::render::building","",15,[[],["id",4]]],[11,"draw","","",15,[[["gfxctx",3],["applike",8],["drawoptions",3]]]],[11,"get_zorder","","",15,[[],["isize",15]]],[11,"get_outline","","",15,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",15,[[["pt2d",3],["map",3]],["bool",15]]],[11,"get_id","map_gui::render::bus_stop","",16,[[],["id",4]]],[11,"draw","","",16,[[["gfxctx",3],["applike",8],["drawoptions",3]]]],[11,"get_outline","","",16,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",16,[[["pt2d",3],["map",3]],["bool",15]]],[11,"get_zorder","","",16,[[],["isize",15]]],[11,"get_id","map_gui::render::car","",17,[[],["id",4]]],[11,"draw","","",17,[[["gfxctx",3],["applike",8],["drawoptions",3]]]],[11,"get_outline","","",17,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",17,[[["pt2d",3],["map",3]],["bool",15]]],[11,"get_zorder","","",17,[[],["isize",15]]],[11,"get_id","map_gui::render::intersection","",18,[[],["id",4]]],[11,"draw","","",18,[[["gfxctx",3],["applike",8],["drawoptions",3]]]],[11,"get_outline","","",18,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",18,[[["pt2d",3],["map",3]],["bool",15]]],[11,"get_zorder","","",18,[[],["isize",15]]],[11,"get_id","map_gui::render::lane","",19,[[],["id",4]]],[11,"draw","","",19,[[["gfxctx",3],["applike",8],["drawoptions",3]]]],[11,"get_outline","","",19,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",19,[[["pt2d",3],["map",3]],["bool",15]]],[11,"get_zorder","","",19,[[],["isize",15]]],[11,"get_id","map_gui::render::parking_lot","",21,[[],["id",4]]],[11,"draw","","",21,[[["gfxctx",3],["applike",8],["drawoptions",3]]]],[11,"get_zorder","","",21,[[],["isize",15]]],[11,"get_outline","","",21,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",21,[[["pt2d",3],["map",3]],["bool",15]]],[11,"get_id","map_gui::render::pedestrian","",22,[[],["id",4]]],[11,"draw","","",22,[[["gfxctx",3],["applike",8],["drawoptions",3]]]],[11,"get_outline","","",22,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",22,[[["pt2d",3],["map",3]],["bool",15]]],[11,"get_zorder","","",22,[[],["isize",15]]],[11,"get_id","","",23,[[],["id",4]]],[11,"draw","","",23,[[["gfxctx",3],["applike",8],["drawoptions",3]]]],[11,"get_outline","","",23,[[["map",3]],["polygon",3]]],[11,"get_zorder","","",23,[[],["isize",15]]],[11,"get_id","map_gui::render::road","",24,[[],["id",4]]],[11,"draw","","",24,[[["gfxctx",3],["applike",8],["drawoptions",3]]]],[11,"get_outline","","",24,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",24,[[["pt2d",3],["map",3]],["bool",15]]],[11,"get_zorder","","",24,[[],["isize",15]]],[11,"map","map_gui::simple_app","",29,[[],["map",3]]],[11,"sim","","",29,[[],["sim",3]]],[11,"cs","","",29,[[],["colorscheme",3]]],[11,"mut_cs","","",29,[[],["colorscheme",3]]],[11,"draw_map","","",29,[[],["drawmap",3]]],[11,"mut_draw_map","","",29,[[],["drawmap",3]]],[11,"opts","","",29,[[],["options",3]]],[11,"mut_opts","","",29,[[],["options",3]]],[11,"map_switched","","",29,[[["timer",3],["eventctx",3],["map",3]]]],[11,"draw_with_opts","","",29,[[["gfxctx",3],["drawoptions",3]]]],[11,"make_warper","","",29,[[["f64",15],["option",4],["eventctx",3],["id",4],["pt2d",3],["option",4]],[["box",3],["state",8]]]],[11,"sim_time","","",29,[[],["time",3]]],[11,"current_stage_and_remaining_time","","",29,[[["intersectionid",3]]]],[11,"clone","map_gui::colors","",0,[[],["colorschemechoice",4]]],[11,"clone","map_gui::options","",7,[[],["options",3]]],[11,"clone","","",8,[[],["trafficsignalstyle",4]]],[11,"clone","","",9,[[],["cameraangle",4]]],[11,"clone","map_gui::render::agents","",12,[[],["unzoomedagents",3]]],[11,"clone","map_gui::tools::heatmap","",41,[[],["heatmapoptions",3]]],[11,"clone","map_gui","",56,[[],["id",4]]],[11,"cmp","","",56,[[["id",4]],["ordering",4]]],[11,"eq","map_gui::colors","",0,[[["colorschemechoice",4]],["bool",15]]],[11,"eq","map_gui::options","",8,[[["trafficsignalstyle",4]],["bool",15]]],[11,"eq","","",9,[[["cameraangle",4]],["bool",15]]],[11,"eq","map_gui::render::agents","",12,[[["unzoomedagents",3]],["bool",15]]],[11,"ne","","",12,[[["unzoomedagents",3]],["bool",15]]],[11,"eq","map_gui::tools::heatmap","",41,[[["heatmapoptions",3]],["bool",15]]],[11,"ne","","",41,[[["heatmapoptions",3]],["bool",15]]],[11,"eq","map_gui","",56,[[["id",4]],["bool",15]]],[11,"ne","","",56,[[["id",4]],["bool",15]]],[11,"partial_cmp","","",56,[[["id",4]],[["option",4],["ordering",4]]]],[11,"lt","","",56,[[["id",4]],["bool",15]]],[11,"le","","",56,[[["id",4]],["bool",15]]],[11,"gt","","",56,[[["id",4]],["bool",15]]],[11,"ge","","",56,[[["id",4]],["bool",15]]],[11,"fmt","map_gui::colors","",0,[[["formatter",3]],["result",6]]],[11,"fmt","map_gui::options","",8,[[["formatter",3]],["result",6]]],[11,"fmt","","",9,[[["formatter",3]],["result",6]]],[11,"fmt","map_gui::tools::camera","",31,[[["formatter",3]],["result",6]]],[11,"fmt","map_gui","",56,[[["formatter",3]],["result",6]]],[11,"hash","","",56,[[]]],[11,"deserialize","map_gui::tools::camera","",31,[[],["result",4]]],[11,"serialize","","",31,[[],["result",4]]],[11,"draw_default","map_gui::simple_app","",29,[[["gfxctx",3]]]],[11,"dump_before_abort","","",29,[[["canvas",3]]]],[11,"before_quit","","",29,[[["canvas",3]]]],[11,"event","map_gui::load","",5,[[["eventctx",3]],["transition",4]]],[11,"draw","","",5,[[["gfxctx",3]]]],[11,"event","map_gui::load::native_loader","",2,[[["eventctx",3]],["transition",4]]],[11,"draw","","",2,[[["gfxctx",3]]]],[11,"event","","",3,[[["eventctx",3]],["transition",4]]],[11,"draw","","",3,[[["gfxctx",3]]]],[11,"event","map_gui::load","",6,[[["eventctx",3]],["transition",4]]],[11,"draw","","",6,[[["gfxctx",3]]]],[11,"event","map_gui::options","",10,[[["eventctx",3]],["transition",4]]],[11,"draw","","",10,[[["gfxctx",3]]]],[11,"event","map_gui::simple_app","",30,[[["simpleapp",3],["eventctx",3]],[["simpleapp",3],["transition",4]]]],[11,"draw","","",30,[[["gfxctx",3],["simpleapp",3]]]],[11,"event","map_gui::tools::city_picker","",32,[[["eventctx",3]],["transition",4]]],[11,"draw_baselayer","","",32,[[],["drawbaselayer",4]]],[11,"draw","","",32,[[["gfxctx",3]]]],[11,"event","","",33,[[["eventctx",3]],["transition",4]]],[11,"draw_baselayer","","",33,[[],["drawbaselayer",4]]],[11,"draw","","",33,[[["gfxctx",3]]]],[11,"event","","",34,[[["eventctx",3]],["transition",4]]],[11,"draw_baselayer","","",34,[[],["drawbaselayer",4]]],[11,"draw","","",34,[[["gfxctx",3]]]],[11,"event","map_gui::tools::command","",40,[[["eventctx",3]],["transition",4]]],[11,"draw","","",40,[[["gfxctx",3]]]],[11,"event","map_gui::tools::importer","",43,[[["eventctx",3]],["transition",4]]],[11,"draw","","",43,[[["gfxctx",3]]]],[11,"event","map_gui::tools::navigate","",46,[[["eventctx",3]],["transition",4]]],[11,"draw","","",46,[[["gfxctx",3]]]],[11,"event","","",47,[[["eventctx",3]],["transition",4]]],[11,"draw","","",47,[[["gfxctx",3]]]],[11,"event","","",48,[[["eventctx",3]],["transition",4]]],[11,"draw","","",48,[[["gfxctx",3]]]],[11,"event","map_gui::tools::turn_explorer","",49,[[["eventctx",3]],["transition",4]]],[11,"draw_baselayer","","",49,[[],["drawbaselayer",4]]],[11,"draw","","",49,[[["gfxctx",3]]]],[11,"event","map_gui::tools::ui","",50,[[["eventctx",3]],["transition",4]]],[11,"draw_baselayer","","",50,[[],["drawbaselayer",4]]],[11,"draw","","",50,[[["gfxctx",3]]]],[11,"event","","",51,[[["eventctx",3]],["transition",4]]],[11,"draw_baselayer","","",51,[[],["drawbaselayer",4]]],[11,"draw","","",51,[[["gfxctx",3]]]],[11,"event","","",52,[[["eventctx",3]],["transition",4]]],[11,"draw_baselayer","","",52,[[],["drawbaselayer",4]]],[11,"draw","","",52,[[["gfxctx",3]]]],[11,"event","map_gui::tools::updater","",53,[[["eventctx",3]],["transition",4]]],[11,"draw","","",53,[[["gfxctx",3]]]]],"p":[[4,"ColorSchemeChoice"],[3,"ColorScheme"],[3,"FileLoader"],[3,"RawFileLoader"],[3,"MapLoader"],[3,"MapAlreadyLoaded"],[3,"FutureLoader"],[3,"Options"],[4,"TrafficSignalStyle"],[4,"CameraAngle"],[3,"OptionsPanel"],[3,"AgentCache"],[3,"UnzoomedAgents"],[3,"DrawArea"],[3,"DrawBike"],[3,"DrawBuilding"],[3,"DrawBusStop"],[3,"DrawCar"],[3,"DrawIntersection"],[3,"DrawLane"],[3,"DrawMap"],[3,"DrawParkingLot"],[3,"DrawPedestrian"],[3,"DrawPedCrowd"],[3,"DrawRoad"],[3,"DrawMovement"],[3,"DrawUberTurnGroup"],[8,"Renderable"],[3,"DrawOptions"],[3,"SimpleApp"],[3,"SimpleWarper"],[3,"CameraState"],[3,"CityPicker"],[3,"AllCityPicker"],[3,"CitiesInCountryPicker"],[3,"ColorDiscrete"],[3,"ColorLegend"],[3,"DivergingScale"],[3,"ColorNetwork"],[3,"ColorScale"],[3,"RunCommand"],[3,"HeatmapOptions"],[3,"Grid"],[3,"ImportCity"],[3,"Minimap"],[8,"MinimapControls"],[3,"Navigator"],[3,"CrossStreet"],[3,"SearchBuildings"],[3,"TurnExplorer"],[3,"ChooseSomething"],[3,"PromptInput"],[3,"PopupMsg"],[3,"Picker"],[3,"URLManager"],[8,"AppLike"],[4,"ID"]]},\ "map_model":{"doc":"map_model
describes the world where simulations occur. …","i":[[0,"city","map_model","",null,null],[3,"City","map_model::city","A single city (like Seattle) can be broken down into …",null,null],[12,"name","","",0,null],[12,"boundary","","",0,null],[12,"areas","","",0,null],[12,"districts","","The individual maps",0,null],[11,"from_huge_map","","If there\'s a single map covering all the smaller maps, …",0,[[["map",3]],["city",3]]],[11,"from_individual_maps","","Generate a city from a bunch of smaller, individual maps. …",0,[[["cityname",3],["timer",3]],["city",3]]],[0,"connectivity","map_model","",null,null],[0,"walking","map_model::connectivity","",null,null],[3,"WalkingOptions","map_model::connectivity::walking","",null,null],[12,"allow_shoulders","","If true, allow walking on shoulders.",1,null],[12,"walking_speed","","",1,null],[11,"default","","",1,[[],["walkingoptions",3]]],[11,"common_speeds","","",1,[[],["vec",3]]],[11,"default_speed","","",1,[[],["speed",3]]],[3,"Item","","",null,null],[12,"cost","","",2,null],[12,"node","","",2,null],[5,"all_walking_costs_from","","Starting from one building, calculate the cost to all …",null,[[["buildingid",3],["duration",3],["map",3],["walkingoptions",3]],[["hashmap",3],["buildingid",3],["duration",3]]]],[5,"all_walking_costs_from","map_model::connectivity","Starting from one building, calculate the cost to all …",null,[[["buildingid",3],["duration",3],["map",3],["walkingoptions",3]],[["hashmap",3],["buildingid",3],["duration",3]]]],[3,"WalkingOptions","","",null,null],[12,"allow_shoulders","","If true, allow walking on shoulders.",1,null],[12,"walking_speed","","",1,null],[5,"vehicle_cost","","This returns the pathfinding cost of crossing one lane …",null,[[["routingparams",3],["turn",3],["lane",3],["map",3],["pathconstraints",4]],["duration",3]]],[4,"WalkingNode","","",null,null],[13,"SidewalkEndpoint","","false is src_i, true is dst_i",3,null],[13,"RideBus","","",3,null],[13,"LeaveMap","","",3,null],[5,"find_scc","","Calculate the srongy connected components (SCC) of the …",null,[[["map",3],["pathconstraints",4]]]],[5,"all_vehicle_costs_from","","Starting from one building, calculate the cost to all …",null,[[["buildingid",3],["duration",3],["map",3],["pathconstraints",4]],[["hashmap",3],["buildingid",3],["duration",3]]]],[5,"debug_vehicle_costs","","",null,[[["pathrequest",3],["map",3]],["option",4]]],[0,"edits","map_model","Once a Map exists, the player can edit it in the UI …",null,null],[0,"compat","map_model::edits","",null,null],[5,"upgrade","map_model::edits::compat","When the PermanentMapEdits format changes, add a …",null,[[["map",3],["value",4]],[["result",6],["permanentmapedits",3]]]],[5,"walk","","",null,[[["value",4]]]],[5,"fix_offset","","",null,[[["value",4]]]],[5,"fix_intersection_ids","","",null,[[["value",4]]]],[5,"fix_road_direction","","",null,[[["value",4]]]],[5,"fix_old_lane_cmds","","",null,[[["value",4],["map",3]],["result",6]]],[5,"fix_merge_zones","","",null,[[["value",4]]]],[5,"fix_map_name","","",null,[[["value",4]]]],[5,"fix_phase_to_stage","","",null,[[["value",4]]]],[5,"fix_adaptive_stages","","",null,[[["value",4]]]],[5,"fix_plans","","",null,[[["value",4]]]],[5,"fix_city_name","","",null,[[["value",4]]]],[3,"OriginalLane","","",null,null],[12,"parent","","",4,null],[12,"num_fwd","","",4,null],[12,"num_back","","",4,null],[12,"dir","","",4,null],[12,"idx","","",4,null],[3,"ChangeLaneType","","",null,null],[12,"id","","",5,null],[12,"lt","","",5,null],[12,"orig_lt","","",5,null],[3,"ReverseLane","","",null,null],[12,"l","","",6,null],[12,"dst_i","","",6,null],[3,"ChangeSpeedLimit","","",null,null],[12,"id","","",7,null],[12,"new","","",7,null],[12,"old","","",7,null],[3,"ChangeAccessRestrictions","","",null,null],[12,"id","","",8,null],[12,"new","","",8,null],[12,"old","","",8,null],[11,"lookup","","",4,[[["map",3]],["result",6]]],[0,"perma","map_model::edits","",null,null],[3,"PermanentMapEdits","map_model::edits::perma","MapEdits are converted to this before serializing. …",null,null],[12,"map_name","","",9,null],[12,"edits_name","","",9,null],[12,"version","","",9,null],[12,"commands","","",9,null],[12,"merge_zones","","If false, adjacent roads with the same AccessRestrictions …",9,null],[12,"proposal_description","","Edits without these are player generated.",9,null],[12,"proposal_link","","The link is optional even for proposals",9,null],[4,"PermanentEditIntersection","","",null,null],[13,"StopSign","","",10,null],[12,"must_stop","map_model::edits::perma::PermanentEditIntersection","",11,null],[13,"TrafficSignal","map_model::edits::perma","",10,null],[13,"Closed","","",10,null],[4,"PermanentEditCmd","","",null,null],[13,"ChangeRoad","","",12,null],[12,"r","map_model::edits::perma::PermanentEditCmd","",13,null],[12,"new","","",13,null],[12,"old","","",13,null],[13,"ChangeIntersection","map_model::edits::perma","",12,null],[12,"i","map_model::edits::perma::PermanentEditCmd","",14,null],[12,"new","","",14,null],[12,"old","","",14,null],[13,"ChangeRouteSchedule","map_model::edits::perma","",12,null],[12,"osm_rel_id","map_model::edits::perma::PermanentEditCmd","",15,null],[12,"old","","",15,null],[12,"new","","",15,null],[11,"to_cmd","map_model::edits::perma","",12,[[["map",3]],[["editcmd",4],["result",6]]]],[11,"to_edits","","Transform permanent edits to MapEdits, looking up the map …",9,[[["map",3]],[["mapedits",3],["result",6]]]],[11,"to_edits_permissive","","Transform permanent edits to MapEdits, looking up the map …",9,[[["map",3]],["mapedits",3]]],[11,"from_permanent","","",10,[[["intersectionid",3],["map",3]],[["editintersection",4],["result",6]]]],[3,"MapEdits","map_model::edits","Represents changes to a map. Note this isn\'t serializable …",null,null],[12,"edits_name","","",16,null],[12,"commands","","A stack, oldest edit is first. The same intersection may …",16,null],[12,"merge_zones","","If false, adjacent roads with the same AccessRestrictions …",16,null],[12,"changed_roads","","Derived from commands, kept up to date by update_derived",16,null],[12,"original_intersections","","",16,null],[12,"changed_routes","","",16,null],[12,"proposal_description","","Some edits are included in the game by default, in …",16,null],[12,"proposal_link","","",16,null],[4,"EditIntersection","","",null,null],[13,"StopSign","","",17,null],[13,"TrafficSignal","","",17,null],[13,"Closed","","",17,null],[3,"EditRoad","","",null,null],[12,"lanes_ltr","","",18,null],[12,"speed_limit","","",18,null],[12,"access_restrictions","","",18,null],[11,"get_orig_from_osm","","",18,[[["road",3],["mapconfig",3]],["editroad",3]]],[11,"diff","","",18,[[["editroad",3]],[["string",3],["vec",3]]]],[4,"EditCmd","","",null,null],[13,"ChangeRoad","","",19,null],[12,"r","map_model::edits::EditCmd","",20,null],[12,"old","","",20,null],[12,"new","","",20,null],[13,"ChangeIntersection","map_model::edits","",19,null],[12,"i","map_model::edits::EditCmd","",21,null],[12,"new","","",21,null],[12,"old","","",21,null],[13,"ChangeRouteSchedule","map_model::edits","",19,null],[12,"id","map_model::edits::EditCmd","",22,null],[12,"old","","",22,null],[12,"new","","",22,null],[3,"EditEffects","map_model::edits","",null,null],[12,"changed_roads","","",23,null],[12,"changed_intersections","","",23,null],[12,"added_turns","","",23,null],[12,"deleted_turns","","",23,null],[11,"new","","",16,[[],["mapedits",3]]],[11,"load","","",16,[[["string",3],["map",3],["timer",3]],[["mapedits",3],["result",6]]]],[11,"save","","",16,[[["map",3]]]],[11,"update_derived","","",16,[[["map",3]]]],[11,"compress","","Assumes update_derived has been called.",16,[[["map",3]]]],[11,"changed_lanes","","Pick apart changed_roads and figure out if an entire road …",16,[[["map",3]]]],[11,"new","","",23,[[],["editeffects",3]]],[11,"describe","","(summary, details)",19,[[["map",3]]]],[11,"apply","","",19,[[["editeffects",3],["map",3]]]],[11,"undo","","",19,[[],["editcmd",4]]],[5,"recalculate_turns","","",null,[[["editeffects",3],["intersectionid",3],["map",3]]]],[0,"make","map_model","See …",null,null],[0,"bridges","map_model::make","",null,null],[5,"find_bridges","map_model::make::bridges","Look for roads underneath bridges, then lower their …",null,[[["bounds",3],["timer",3],["vec",3]]]],[0,"buildings","map_model::make","",null,null],[5,"make_all_buildings","map_model::make::buildings","Finalize importing of buildings, mostly by matching them …",null,[[["bool",15],["btreemap",3],["map",3],["timer",3]],[["vec",3],["building",3]]]],[5,"trim_path","","",null,[[["polygon",3],["line",3]],["line",3]]],[5,"get_address","","",null,[[["laneid",3],["tags",3],["map",3]],["string",3]]],[5,"classify_bldg","","",null,[[["vec",3],["f64",15],["xorshiftrng",3],["tags",3]],["buildingtype",4]]],[0,"initial","map_model::make","Naming is confusing, but RawMap -> InitialMap -> Map. …",null,null],[0,"geometry","map_model::make::initial","OSM describes roads as center-lines that intersect. Turn …",null,null],[17,"DEGENERATE_INTERSECTION_HALF_LENGTH","map_model::make::initial::geometry","",null,null],[5,"intersection_polygon","","Also returns a list of labeled polygons for debugging.",null,[[["intersection",3],["btreemap",3]],["result",6]]],[5,"generalized_trim_back","","",null,[[["nodeid",3],["vec",3],["btreemap",3]],["result",6]]],[5,"deadend","","",null,[[["nodeid",3],["vec",3],["btreemap",3]],["result",6]]],[5,"close_off_polygon","","",null,[[["vec",3],["pt2d",3]],[["vec",3],["pt2d",3]]]],[3,"Piece","","",null,null],[12,"id","","",24,null],[12,"left","","",24,null],[12,"center","","",24,null],[12,"right","","",24,null],[5,"on_off_ramp","","",null,[[["nodeid",3],["vec",3],["btreemap",3]],["option",4]]],[0,"lane_specs","map_model::make::initial","",null,null],[3,"LaneSpec","map_model::make::initial::lane_specs","",null,null],[12,"lt","","",25,null],[12,"dir","","",25,null],[12,"width","","",25,null],[5,"fwd","","",null,[[["lanetype",4]],["lanespec",3]]],[5,"back","","",null,[[["lanetype",4]],["lanespec",3]]],[5,"get_lane_specs_ltr","","",null,[[["tags",3],["mapconfig",3]],[["lanespec",3],["vec",3]]]],[5,"assemble_ltr","","",null,[[["drivingside",4],["lanespec",3],["vec",3]],[["lanespec",3],["vec",3]]]],[3,"InitialMap","map_model::make::initial","",null,null],[12,"roads","","",26,null],[12,"intersections","","",26,null],[12,"bounds","","",26,null],[3,"Road","","",null,null],[12,"id","","",27,null],[12,"src_i","","",27,null],[12,"dst_i","","",27,null],[12,"trimmed_center_pts","","",27,null],[12,"half_width","","",27,null],[12,"lane_specs_ltr","","",27,null],[12,"osm_tags","","",27,null],[11,"new","","",27,[[["rawroad",3],["mapconfig",3],["originalroad",3]],[["result",6],["road",3]]]],[3,"Intersection","","",null,null],[12,"id","","",28,null],[12,"polygon","","",28,null],[12,"roads","","",28,null],[12,"intersection_type","","",28,null],[12,"elevation","","",28,null],[11,"new","","",26,[[["rawmap",3],["timer",3],["bounds",3]],["initialmap",3]]],[0,"medians","map_model::make","",null,null],[5,"find_medians","map_model::make::medians","Fill in empty space between one-way roads.",null,[[["map",3]],[["vec",3],["polygon",3]]]],[0,"merge_intersections","map_model::make","",null,null],[5,"merge_short_roads","map_model::make::merge_intersections","Merge tiny \\\"roads\\\" that\'re actually just part of a …",null,[[["rawmap",3]],[["nodeid",3],["btreeset",3]]]],[5,"should_merge","","",null,[[["rawmap",3],["originalroad",3]],["bool",15]]],[5,"connects_dual_carriageway","","",null,[[["rawmap",3],["originalroad",3]],["bool",15]]],[5,"angle","","",null,[[["rawroad",3]],["angle",3]]],[0,"parking_lots","map_model::make","",null,null],[5,"make_all_parking_lots","map_model::make::parking_lots","Take in parking lots from OSM and all parking aisle …",null,[[["timer",3],["vec",3],["map",3],["vec",3]],[["vec",3],["parkinglot",3]]]],[5,"trim_path","","",null,[[["polygon",3],["line",3]],["line",3]]],[5,"infer_spots","","",null,[[["polygon",3],["vec",3]],["vec",3]]],[5,"line_valid","","",null,[[["polygon",3],["line",3],["vec",3],["vec",3]],["bool",15]]],[0,"remove_disconnected","map_model::make","",null,null],[5,"remove_disconnected_roads","map_model::make::remove_disconnected","Some roads might be totally disconnected from the largest …",null,[[["rawmap",3],["timer",3]]]],[0,"traffic_signals","map_model::make","The various traffic signal generators live in the traffic …",null,null],[0,"lagging_green","map_model::make::traffic_signals","",null,null],[5,"make_traffic_signal","map_model::make::traffic_signals::lagging_green","Create a traffic signal which has a stage that is: …",null,[[["map",3],["intersectionid",3]],[["controltrafficsignal",3],["option",4]]]],[5,"make_signal","","",null,[[["map",3],["intersectionid",3]],[["controltrafficsignal",3],["option",4]]]],[5,"optimize","","",null,[[["controltrafficsignal",3]],[["controltrafficsignal",3],["option",4]]]],[5,"make_crosswalk_variable","","",null,[[["controltrafficsignal",3]]]],[5,"merge_stages","","",null,[[["controltrafficsignal",3]],[["controltrafficsignal",3],["option",4]]]],[5,"is_conflict","","",null,[[["stage",3],["controltrafficsignal",3]],["option",4]]],[5,"protected_yield_stage","","",null,[[["movementid",3]],["stage",3]]],[5,"multi_way_stages","","Build stages. First find roads that are straight across, …",null,[[["map",3],["intersectionid",3]],[["controltrafficsignal",3],["option",4]]]],[5,"add_stage","","",null,[[["stage",3],["controltrafficsignal",3]]]],[5,"turns","","",null,[[["vec",3],["roadid",3]],[["movementid",3],["vec",3]]]],[5,"remove_movement","","",null,[[["vec",3],["roadid",3]],[["movementid",3],["option",4]]]],[5,"three_way_three_stage","","",null,[[["map",3],["intersectionid",3]],[["controltrafficsignal",3],["option",4]]]],[5,"four_way_four_stage","","",null,[[["map",3],["intersectionid",3]],[["controltrafficsignal",3],["option",4]]]],[5,"movements","","",null,[[["controltrafficsignal",3]]]],[5,"straight_types","","",null,[[["vec",3]]]],[5,"make_lagging_green_variable","","",null,[[["controltrafficsignal",3]]]],[5,"get_possible_policies","map_model::make::traffic_signals","Applies a bunch of heuristics to a single intersection, …",null,[[["bool",15],["map",3],["intersectionid",3]],["vec",3]]],[5,"new","","",null,[[["intersectionid",3],["map",3]],["controltrafficsignal",3]]],[5,"greedy_assignment","","",null,[[["map",3],["intersectionid",3]],["controltrafficsignal",3]]],[5,"degenerate","","",null,[[["map",3],["intersectionid",3]],[["controltrafficsignal",3],["option",4]]]],[5,"half_signal","","",null,[[["map",3],["intersectionid",3]],[["controltrafficsignal",3],["option",4]]]],[5,"three_way","","",null,[[["map",3],["intersectionid",3]],[["controltrafficsignal",3],["option",4]]]],[5,"four_way_four_stage","","",null,[[["map",3],["intersectionid",3]],[["controltrafficsignal",3],["option",4]]]],[5,"four_way_two_stage","","",null,[[["map",3],["intersectionid",3]],[["controltrafficsignal",3],["option",4]]]],[5,"all_walk_all_yield","","",null,[[["map",3],["intersectionid",3]],["controltrafficsignal",3]]],[5,"stage_per_road","","",null,[[["map",3],["intersectionid",3]],["controltrafficsignal",3]]],[5,"expand_all_stages","","",null,[[["controltrafficsignal",3]]]],[17,"PROTECTED","","",null,null],[17,"YIELD","","",null,null],[5,"make_stages","","",null,[[["vec",3],["vec",3],["drivingside",4],["controltrafficsignal",3]]]],[5,"make_stages_filtered","","",null,[[["vec",3],["vec",3],["drivingside",4],["bool",15],["controltrafficsignal",3]]]],[5,"synchronize","","Simple second-pass after generating all signals. Find …",null,[[["map",3]]]],[0,"transit","map_model::make","",null,null],[5,"make_stops_and_routes","map_model::make::transit","Construct the final model of bus/train stops and routes. …",null,[[["timer",3],["map",3],["vec",3]]]],[5,"make_route","","",null,[[["rawbusroute",3],["btreemap",3],["map",3],["matcher",3]],["result",6]]],[3,"Matcher","","",null,null],[12,"sidewalk_pts","","",29,null],[12,"light_rail_pts","","",29,null],[11,"new","","",29,[[["timer",3],["map",3],["vec",3]],["matcher",3]]],[11,"lookup","","",29,[[["rawbusstop",3],["map",3],["pathconstraints",4]],["result",6]]],[5,"pick_start_lane","","",null,[[["position",3],["map",3],["pathconstraints",4]],[["laneid",3],["result",6]]]],[5,"default_spawn_times","","",null,[[],[["vec",3],["time",3]]]],[0,"turns","map_model::make","",null,null],[5,"make_all_turns","map_model::make::turns","Generate all driving and walking turns at an …",null,[[["map",3],["intersection",3]],[["vec",3],["turn",3]]]],[5,"ensure_unique","","",null,[[["vec",3],["turn",3]],[["vec",3],["turn",3]]]],[5,"is_turn_allowed","","",null,[[["turn",3],["map",3]],["bool",15]]],[5,"does_turn_pass_restrictions","","",null,[[["map",3],["turn",3],["intersection",3]],["bool",15]]],[5,"make_vehicle_turns","","",null,[[["map",3],["intersection",3]],[["vec",3],["turn",3]]]],[5,"curvey_turn","","",null,[[["lane",3]],[["result",6],["polyline",3]]]],[5,"to_pt","","",null,[[["pt2d",3]],[["f64",15],["point2d",3]]]],[5,"from_pt","","",null,[[["f64",15],["point2d",3]],["pt2d",3]]],[5,"lc_penalty","","",null,[[["turn",3],["map",3]],["isize",15]]],[5,"remove_merging_turns","","",null,[[["turntype",4],["vec",3],["map",3],["turn",3]],[["vec",3],["turn",3]]]],[5,"turn_type_from_angles","","",null,[[["angle",3]],["turntype",4]]],[5,"expected_turn_types_for_four_way","","",null,[[["map",3],["intersection",3]],[["hashmap",3],["option",4]]]],[0,"walking_turns","map_model::make","",null,null],[5,"make_walking_turns","map_model::make::walking_turns","Generate Crosswalk and SharedSidewalkCorner (places where …",null,[[["map",3],["intersection",3]],[["vec",3],["turn",3]]]],[5,"filter_turns","","Filter out crosswalks on really short roads. In reality, …",null,[[["intersection",3],["vec",3],["map",3],["turn",3]],[["vec",3],["turn",3]]]],[5,"_make_walking_turns_v2","","",null,[[["map",3],["intersection",3]],[["vec",3],["turn",3]]]],[5,"make_footway_turns","","At an intersection of footpaths only, just generate a …",null,[[["map",3],["intersection",3]],[["vec",3],["turn",3]]]],[5,"make_crosswalks","","",null,[[["drivingside",4],["intersectionid",3],["lane",3]],[["vec",3],["option",4]]]],[5,"make_degenerate_crosswalks","","",null,[[["road",3],["intersectionid",3],["vec",3]],[["vec",3],["option",4]]]],[5,"make_shared_sidewalk_corner","","",null,[[["lane",3],["drivingside",4],["intersection",3]],["polyline",3]]],[5,"turn_id","","",null,[[["laneid",3],["intersectionid",3]],["turnid",3]]],[5,"get_sidewalk","","",null,[[["vec",3],["vec",3]],[["option",4],["lane",3]]]],[5,"match_points_to_lanes","map_model::make","Snap points to an exact Position along the nearest lane. …",null,[[["fn",8],["hashset",3],["bounds",3],["distance",3],["hashablept2d",3],["timer",3],["vec",3]],[["hashablept2d",3],["hashmap",3],["position",3]]]],[0,"map","map_model","A bunch of (mostly read-only) queries on a Map.",null,null],[3,"MapConfig","map_model::map","",null,null],[12,"driving_side","","If true, driving happens on the right side of the road …",30,null],[12,"bikes_can_use_bus_lanes","","",30,null],[12,"inferred_sidewalks","","If true, roads without explicitly tagged sidewalks may …",30,null],[12,"street_parking_spot_length","","Street parking is divided into spots of this length. 8 …",30,null],[4,"DrivingSide","","",null,null],[13,"Right","","",31,null],[13,"Left","","",31,null],[0,"objects","map_model","",null,null],[0,"area","map_model::objects","",null,null],[3,"AreaID","map_model::objects::area","",null,null],[12,"0","","",32,null],[4,"AreaType","","",null,null],[13,"Park","","",33,null],[13,"Water","","",33,null],[13,"Island","","",33,null],[13,"MedianStrip","","",33,null],[13,"PedestrianPlaza","","",33,null],[13,"StudyArea","","Not from OSM. A user-specified area to focus on.",33,null],[3,"Area","","Areas are just used for drawing.",null,null],[12,"id","","",34,null],[12,"area_type","","",34,null],[12,"polygon","","",34,null],[12,"osm_tags","","",34,null],[12,"osm_id","","The importing process also automatically creates some …",34,null],[0,"building","map_model::objects","",null,null],[3,"BuildingID","map_model::objects::building","",null,null],[12,"0","","",35,null],[3,"Building","","A building has connections to the road and sidewalk, may …",null,null],[12,"id","","",36,null],[12,"polygon","","",36,null],[12,"levels","","",36,null],[12,"address","","",36,null],[12,"name","","",36,null],[12,"orig_id","","",36,null],[12,"label_center","","Where a text label should be centered to have the best …",36,null],[12,"amenities","","",36,null],[12,"bldg_type","","",36,null],[12,"parking","","",36,null],[12,"osm_tags","","Depending on options while importing, these might be …",36,null],[12,"sidewalk_pos","","The building\'s connection for pedestrians is immutable. …",36,null],[12,"driveway_geom","","Goes from building to sidewalk",36,null],[3,"Amenity","","A business located inside a building.",null,null],[12,"names","","",37,null],[12,"amenity_type","","This is the specific amenity listed in OSM, not the more …",37,null],[12,"osm_tags","","Depending on options while importing, these might be …",37,null],[4,"OffstreetParking","","Represent no parking as Private(0, false).",null,null],[13,"PublicGarage","","(Name, spots)",38,null],[13,"Private","","(Spots, explicitly tagged as a garage)",38,null],[4,"BuildingType","","",null,null],[13,"Residential","","",39,null],[12,"num_residents","map_model::objects::building::BuildingType","",40,null],[12,"num_housing_units","","",40,null],[13,"ResidentialCommercial","map_model::objects::building","An estimated number of residents, workers",39,null],[13,"Commercial","","An estimated number of workers",39,null],[13,"Empty","","",39,null],[11,"has_residents","","",39,[[],["bool",15]]],[3,"NamePerLanguage","","None corresponds to the native name",null,null],[12,"0","","",41,null],[11,"get","","",41,[[["option",4],["string",3]],["string",3]]],[11,"new","","",41,[[["tags",3]],[["option",4],["nameperlanguage",3]]]],[11,"unnamed","","",41,[[],["nameperlanguage",3]]],[11,"sidewalk","","",36,[[],["laneid",3]]],[11,"house_number","","",36,[[],[["string",3],["option",4]]]],[11,"driving_connection","","The polyline goes from the building to the driving …",36,[[["map",3]],["option",4]]],[11,"biking_connection","","Returns (biking position, sidewalk position). Could fail …",36,[[["map",3]],["option",4]]],[11,"num_parking_spots","","",36,[[],["usize",15]]],[11,"has_amenity","","Does this building contain any amenity matching the …",36,[[["amenitytype",4]],["bool",15]]],[5,"sidewalk_to_bike","","",null,[[["position",3],["map",3]],["option",4]]],[4,"AmenityType","","Businesses are categorized into one of these types.",null,null],[13,"Groceries","","",42,null],[13,"Food","","",42,null],[13,"Bar","","",42,null],[13,"Medical","","",42,null],[13,"Religious","","",42,null],[13,"Education","","",42,null],[13,"Financial","","",42,null],[13,"PostOffice","","",42,null],[13,"Culture","","",42,null],[13,"Childcare","","",42,null],[13,"Shopping","","",42,null],[11,"types","","",42,[[],[["vec",3],["str",15]]]],[11,"all","","All types of amenities, in an arbitrary order.",42,[[],[["amenitytype",4],["vec",3]]]],[11,"categorize","","Categorize an OSM amenity tag.",42,[[["str",15]],[["amenitytype",4],["option",4]]]],[11,"parse","","",42,[[["str",15]],[["amenitytype",4],["option",4]]]],[0,"bus_stop","map_model::objects","Bus stops and routes.",null,null],[3,"BusStopID","map_model::objects::bus_stop","",null,null],[12,"sidewalk","","",43,null],[12,"idx","","As long as this is unique per lane, this value is …",43,null],[3,"BusRouteID","","",null,null],[12,"0","","",44,null],[3,"BusStop","","",null,null],[12,"id","","",45,null],[12,"name","","",45,null],[12,"driving_pos","","These may be on different roads entirely, like for light …",45,null],[12,"sidewalk_pos","","",45,null],[12,"is_train_stop","","If it\'s both, train overrides bus",45,null],[3,"BusRoute","","",null,null],[12,"id","","",46,null],[12,"full_name","","",46,null],[12,"short_name","","",46,null],[12,"gtfs_trip_marker","","",46,null],[12,"osm_rel_id","","",46,null],[12,"stops","","",46,null],[12,"start","","May be a border or not. If not, is long enough for buses …",46,null],[12,"end_border","","",46,null],[12,"route_type","","",46,null],[12,"spawn_times","","Non-empty, times in order for one day when a vehicle …",46,null],[12,"orig_spawn_times","","Explicitly store whatever the original was, since this …",46,null],[11,"all_steps","","",46,[[["map",3]],[["pathrequest",3],["vec",3]]]],[11,"plural_noun","","",46,[[],["str",15]]],[0,"intersection","map_model::objects","",null,null],[3,"IntersectionID","map_model::objects::intersection","",null,null],[12,"0","","",47,null],[4,"IntersectionType","","",null,null],[13,"StopSign","","",48,null],[13,"TrafficSignal","","",48,null],[13,"Border","","",48,null],[13,"Construction","","",48,null],[3,"Intersection","","An intersection connects roads. Most have >2 roads and …",null,null],[12,"id","","",49,null],[12,"polygon","","This needs to be in clockwise orientation, or later …",49,null],[12,"turns","","",49,null],[12,"elevation","","",49,null],[12,"intersection_type","","",49,null],[12,"orig_id","","",49,null],[12,"incoming_lanes","","Note that a lane may belong to both incoming_lanes and …",49,null],[12,"outgoing_lanes","","",49,null],[12,"roads","","",49,null],[12,"merged","","Was a short road adjacent to this intersection merged?",49,null],[11,"is_border","","",49,[[],["bool",15]]],[11,"is_incoming_border","","",49,[[],["bool",15]]],[11,"is_outgoing_border","","",49,[[],["bool",15]]],[11,"is_closed","","",49,[[],["bool",15]]],[11,"is_stop_sign","","",49,[[],["bool",15]]],[11,"is_traffic_signal","","",49,[[],["bool",15]]],[11,"is_light_rail","","",49,[[["map",3]],["bool",15]]],[11,"is_private","","",49,[[["map",3]],["bool",15]]],[11,"is_footway","","",49,[[["map",3]],["bool",15]]],[11,"is_cycleway","","",49,[[["map",3]],["bool",15]]],[11,"get_incoming_lanes","","",49,[[["map",3],["pathconstraints",4]],[["laneid",3],["vec",3]]]],[11,"get_outgoing_lanes","","Strict for bikes. If there are bike lanes, not allowed to …",49,[[["map",3],["pathconstraints",4]],[["laneid",3],["vec",3]]]],[11,"get_zorder","","",49,[[["map",3]],["isize",15]]],[11,"get_rank","","",49,[[["map",3]],["roadrank",4]]],[11,"get_roads_sorted_by_incoming_angle","","",49,[[["vec",3]],[["roadid",3],["vec",3]]]],[11,"get_sorted_incoming_roads","","Return all incoming roads to an intersection, sorted by …",49,[[["map",3]],[["roadid",3],["vec",3]]]],[11,"some_outgoing_road","","",49,[[["map",3]],[["option",4],["directedroadid",3]]]],[11,"some_incoming_road","","",49,[[["map",3]],[["option",4],["directedroadid",3]]]],[11,"name","","",49,[[["map",3],["option",4],["string",3]],["string",3]]],[0,"lane","map_model::objects","",null,null],[17,"PARKING_LOT_SPOT_LENGTH","map_model::objects::lane","From some manually audited cases in Seattle, the length …",null,null],[3,"LaneID","","",null,null],[12,"0","","",50,null],[4,"LaneType","","",null,null],[13,"Driving","","",51,null],[13,"Parking","","",51,null],[13,"Sidewalk","","",51,null],[13,"Shoulder","","",51,null],[13,"Biking","","",51,null],[13,"Bus","","",51,null],[13,"SharedLeftTurn","","",51,null],[13,"Construction","","",51,null],[13,"LightRail","","",51,null],[11,"is_for_moving_vehicles","","",51,[[],["bool",15]]],[11,"supports_any_movement","","",51,[[],["bool",15]]],[11,"describe","","",51,[[],["str",15]]],[11,"short_name","","",51,[[],["str",15]]],[3,"Lane","","A road segment is broken down into individual lanes, …",null,null],[12,"id","","",52,null],[12,"parent","","",52,null],[12,"lane_type","","",52,null],[12,"lane_center_pts","","",52,null],[12,"width","","",52,null],[12,"src_i","","",52,null],[12,"dst_i","","",52,null],[12,"bus_stops","","Meaningless order",52,null],[12,"driving_blackhole","","{Cars, bikes} trying to start or end here might not be …",52,null],[12,"biking_blackhole","","",52,null],[11,"first_pt","","",52,[[],["pt2d",3]]],[11,"last_pt","","",52,[[],["pt2d",3]]],[11,"first_line","","",52,[[],["line",3]]],[11,"last_line","","",52,[[],["line",3]]],[11,"endpoint","","",52,[[["intersectionid",3]],["pt2d",3]]],[11,"end_line","","pt2 will be endpoint",52,[[["intersectionid",3]],["line",3]]],[11,"dist_along_of_point","","",52,[[["pt2d",3]],[["option",4],["distance",3]]]],[11,"length","","",52,[[],["distance",3]]],[11,"intersections","","",52,[[],[["intersectionid",3],["vec",3]]]],[11,"number_parking_spots","","",52,[[["mapconfig",3]],["usize",15]]],[11,"is_driving","","",52,[[],["bool",15]]],[11,"is_biking","","",52,[[],["bool",15]]],[11,"is_bus","","",52,[[],["bool",15]]],[11,"is_walkable","","",52,[[],["bool",15]]],[11,"is_sidewalk","","",52,[[],["bool",15]]],[11,"is_shoulder","","",52,[[],["bool",15]]],[11,"is_parking","","",52,[[],["bool",15]]],[11,"is_light_rail","","",52,[[],["bool",15]]],[11,"get_directed_parent","","",52,[[["map",3]],["directedroadid",3]]],[11,"get_turn_restrictions","","",52,[[["road",3]],[["option",4],["btreeset",3]]]],[11,"trace_around_block","","Starting from this lane, follow the lane\'s left edge to …",52,[[["map",3]],["option",4]]],[0,"parking_lot","map_model::objects","",null,null],[3,"ParkingLotID","map_model::objects::parking_lot","",null,null],[12,"0","","",53,null],[3,"ParkingLot","","Parking lots have some fixed capacity for cars, and are …",null,null],[12,"id","","",54,null],[12,"polygon","","",54,null],[12,"aisles","","",54,null],[12,"osm_id","","",54,null],[12,"spots","","The middle of the \\\"T\\\", pointing towards the parking aisle",54,null],[12,"extra_spots","","If we can\'t render all spots (maybe a lot with no aisles …",54,null],[12,"driveway_line","","Goes from the lot to the driving lane",54,null],[12,"driving_pos","","Guaranteed to be at least 7m (MAX_CAR_LENGTH + a little …",54,null],[12,"sidewalk_line","","Lot to sidewalk",54,null],[12,"sidewalk_pos","","",54,null],[11,"capacity","","",54,[[],["usize",15]]],[0,"road","map_model::objects","",null,null],[3,"RoadID","map_model::objects::road","",null,null],[12,"0","","",55,null],[4,"Direction","","",null,null],[13,"Fwd","","",56,null],[13,"Back","","",56,null],[11,"opposite","","",56,[[],["direction",4]]],[3,"DirectedRoadID","","",null,null],[12,"id","","",57,null],[12,"dir","","",57,null],[11,"src_i","","",57,[[["map",3]],["intersectionid",3]]],[11,"dst_i","","",57,[[["map",3]],["intersectionid",3]]],[11,"lanes","","Strict for bikes. If there are bike lanes, not allowed to …",57,[[["map",3],["pathconstraints",4]],[["laneid",3],["vec",3]]]],[3,"Road","","A Road represents a segment between exactly two …",null,null],[12,"id","","",58,null],[12,"osm_tags","","",58,null],[12,"turn_restrictions","","self is \'from\'",58,null],[12,"complicated_turn_restrictions","","self is \'from\'. (via, to). Only BanTurns.",58,null],[12,"orig_id","","",58,null],[12,"speed_limit","","",58,null],[12,"access_restrictions","","",58,null],[12,"zorder","","",58,null],[12,"percent_incline","","[-1.0, 1.0] theoretically, but in practice, about [-0.25, …",58,null],[12,"lanes_ltr","","Invariant: A road must contain at least one child",58,null],[12,"center_pts","","The physical center of the road, including sidewalks, …",58,null],[12,"src_i","","",58,null],[12,"dst_i","","",58,null],[11,"lanes_ltr","","Returns all lanes from the left side of the road to …",58,[[],["vec",3]]],[11,"get_left_side","","",58,[[["map",3]],["polyline",3]]],[11,"offset","","Counting from the left side of the road",58,[[["laneid",3]],["usize",15]]],[11,"dir","","",58,[[["laneid",3]],["direction",4]]],[11,"parking_to_driving","","",58,[[["laneid",3],["map",3]],[["laneid",3],["option",4]]]],[11,"speed_limit_from_osm","","",58,[[],["speed",3]]],[11,"find_closest_lane","","Includes off-side",58,[[["laneid",3],["fn",8],["map",3]],[["laneid",3],["option",4]]]],[11,"all_lanes","","",58,[[],[["laneid",3],["vec",3]]]],[11,"get_dir_change_pl","","This is the FIRST yellow line where the direction of the …",58,[[["map",3]],["polyline",3]]],[11,"get_half_width","","",58,[[["map",3]],["distance",3]]],[11,"get_thick_polygon","","",58,[[["map",3]],["polygon",3]]],[11,"get_name","","",58,[[["option",4],["string",3]],["string",3]]],[11,"get_rank","","",58,[[],["roadrank",4]]],[11,"get_detailed_rank","","",58,[[],["usize",15]]],[11,"all_bus_stops","","",58,[[["map",3]],[["vec",3],["busstopid",3]]]],[11,"is_light_rail","","",58,[[],["bool",15]]],[11,"is_footway","","",58,[[],["bool",15]]],[11,"is_service","","",58,[[],["bool",15]]],[11,"is_cycleway","","",58,[[],["bool",15]]],[11,"common_endpt","","",58,[[["road",3]],["intersectionid",3]]],[11,"is_private","","",58,[[],["bool",15]]],[11,"access_restrictions_from_osm","","",58,[[],["accessrestrictions",3]]],[11,"get_zone","","",58,[[["map",3]],[["zone",3],["option",4]]]],[11,"is_extremely_short","","Many roads wind up with almost no length, due to their …",58,[[],["bool",15]]],[11,"children_forwards","","These are ordered from closest to center lane (left-most …",58,[[],["vec",3]]],[11,"children_backwards","","",58,[[],["vec",3]]],[11,"dir_and_offset","","lane must belong to this road. Offset 0 is the centermost …",58,[[["laneid",3]]]],[11,"children","","",58,[[["direction",4]],["vec",3]]],[11,"incoming_lanes","","Returns lanes from the \\\"center\\\" going out",58,[[["intersectionid",3]],["vec",3]]],[11,"outgoing_lanes","","Returns lanes from the \\\"center\\\" going out",58,[[["intersectionid",3]],["vec",3]]],[0,"stop_signs","map_model::objects","",null,null],[3,"ControlStopSign","map_model::objects::stop_signs","",null,null],[12,"id","","",59,null],[12,"roads","","",59,null],[3,"RoadWithStopSign","","",null,null],[12,"lane_closest_to_edge","","",60,null],[12,"must_stop","","",60,null],[11,"new","","",59,[[["map",3],["intersectionid",3]],["controlstopsign",3]]],[11,"get_priority","","Get the priority of a turn according to the stop sign -- …",59,[[["turnid",3],["map",3]],["turnpriority",4]]],[11,"flip_sign","","",59,[[["roadid",3]]]],[0,"traffic_signals","map_model::objects","",null,null],[17,"CROSSWALK_PACE","map_model::objects::traffic_signals","",null,null],[3,"ControlTrafficSignal","","A traffic signal consists of a sequence of Stages that …",null,null],[12,"id","","",61,null],[12,"stages","","",61,null],[12,"offset","","",61,null],[12,"movements","","",61,null],[3,"Stage","","",null,null],[12,"protected_movements","","",62,null],[12,"yield_movements","","",62,null],[12,"stage_type","","",62,null],[4,"StageType","","",null,null],[13,"Fixed","","",63,null],[13,"Variable","","Minimum is the minimum duration, 0 allows cycle to be …",63,null],[11,"simple_duration","","",63,[[],["duration",3]]],[11,"new","","",61,[[["map",3],["intersectionid",3]],["controltrafficsignal",3]]],[11,"validating_new","","Only call this variant while importing the map, to …",61,[[["map",3],["intersectionid",3]],["controltrafficsignal",3]]],[11,"get_possible_policies","","",61,[[["map",3],["intersectionid",3]],["vec",3]]],[11,"get_min_crossing_time","","",61,[[["usize",15]],["duration",3]]],[11,"validate","","",61,[[],["result",6]]],[11,"convert_to_ped_scramble","","Move crosswalks from stages, adding them to an all-walk …",61,[[],["bool",15]]],[11,"convert_to_ped_scramble_without_promotion","","Move crosswalks from stages, adding them to an all-walk …",61,[[],["bool",15]]],[11,"internal_convert_to_ped_scramble","","",61,[[["bool",15]],["bool",15]]],[11,"adjust_major_minor_timing","","Modifies the fixed timing of all stages, applying either …",61,[[["map",3],["duration",3]],["result",6]]],[11,"turn_to_movement","","",61,[[["turnid",3]],["movementid",3]]],[11,"missing_turns","","",61,[[],[["btreeset",3],["movementid",3]]]],[11,"compressed_id","","",61,[[["turnid",3]],["compressedmovementid",3]]],[11,"simple_cycle_duration","","How long a full cycle of the signal lasts, assuming no …",61,[[],["duration",3]]],[11,"new","","",62,[[],["stage",3]]],[11,"could_be_protected","","",62,[[["movementid",3],["btreemap",3]],["bool",15]]],[11,"get_priority_of_turn","","",62,[[["turnid",3],["controltrafficsignal",3]],["turnpriority",4]]],[11,"get_priority_of_movement","","",62,[[["movementid",3]],["turnpriority",4]]],[11,"edit_movement","","",62,[[["movement",3],["turnpriority",4]]]],[11,"enforce_minimum_crosswalk_time","","",62,[[["movement",3]]]],[11,"max_crosswalk_time","","",62,[[["btreemap",3]],[["option",4],["duration",3]]]],[11,"export","","",61,[[["map",3]],["trafficsignal",3]]],[11,"import","","",61,[[["map",3],["intersectionid",3],["trafficsignal",3]],[["controltrafficsignal",3],["result",6]]]],[5,"export_movement","","",null,[[["movementid",3],["map",3]],["turn",3]]],[5,"import_movement","","",null,[[["map",3],["turn",3]],[["result",6],["movementid",3]]]],[5,"find_r","","",null,[[["directedroad",3],["map",3]],[["result",6],["directedroadid",3]]]],[0,"turn","map_model::objects","",null,null],[3,"TurnID","map_model::objects::turn","Turns are uniquely identified by their (src, dst) lanes …",null,null],[12,"parent","","",64,null],[12,"src","","src and dst must both belong to parent. No guarantees …",64,null],[12,"dst","","",64,null],[4,"TurnType","","",null,null],[13,"Crosswalk","","",65,null],[13,"SharedSidewalkCorner","","",65,null],[13,"Straight","","",65,null],[13,"Right","","",65,null],[13,"Left","","",65,null],[13,"UTurn","","",65,null],[4,"TurnPriority","","",null,null],[13,"Banned","","For stop signs: Can\'t currently specify this! For traffic …",66,null],[13,"Yield","","For stop signs: cars have to stop before doing this turn, …",66,null],[13,"Protected","","For stop signs: cars can do this without stopping. These …",66,null],[3,"Turn","","A Turn leads from the end of one Lane to the start of …",null,null],[12,"id","","",67,null],[12,"turn_type","","",67,null],[12,"geom","","",67,null],[12,"other_crosswalk_ids","","Empty except for TurnType::Crosswalk. Usually just one …",67,null],[11,"conflicts_with","","",67,[[["turn",3]],["bool",15]]],[11,"angle","","",67,[[],["angle",3]]],[11,"between_sidewalks","","",67,[[],["bool",15]]],[11,"penalty","","penalties for (lane types, lane-changing, slow lane)",67,[[["map",3]]]],[3,"MovementID","","One road usually has 4 crosswalks, each a singleton …",null,null],[12,"from","","",68,null],[12,"to","","",68,null],[12,"parent","","",68,null],[12,"crosswalk","","",68,null],[3,"CompressedMovementID","","This is cheaper to store than a MovementID. It simply …",null,null],[12,"i","","",69,null],[12,"idx","","",69,null],[3,"Movement","","A Movement groups all turns from one road to another, …",null,null],[12,"id","","",70,null],[12,"turn_type","","",70,null],[12,"members","","",70,null],[12,"geom","","The \\\"overall\\\" path of movement, aka, an \\\"average\\\" of the …",70,null],[12,"angle","","",70,null],[11,"for_i","","",70,[[["intersectionid",3],["map",3]],[["result",6],["btreemap",3]]]],[11,"src_center_and_width","","Polyline points FROM intersection",70,[[["map",3]]]],[11,"conflicts_with","","",70,[[["movement",3]],["bool",15]]],[5,"movement_geom","","",null,[[["vec",3],["polyline",3],["directedroadid",3]],[["result",6],["polyline",3]]]],[0,"zone","map_model::objects","Zones and AccessRestrictions are used to model things …",null,null],[3,"AccessRestrictions","map_model::objects::zone","",null,null],[12,"allow_through_traffic","","",71,null],[12,"cap_vehicles_per_hour","","",71,null],[11,"new","","",71,[[],["accessrestrictions",3]]],[3,"Zone","","A contiguous set of roads with access restrictions. This …",null,null],[12,"members","","",72,null],[12,"borders","","",72,null],[12,"restrictions","","",72,null],[11,"make_all","","",72,[[["map",3]],[["vec",3],["zone",3]]]],[5,"floodfill","","",null,[[["map",3],["roadid",3]],["zone",3]]],[0,"osm","map_model","Useful utilities for working with OpenStreetMap.",null,null],[17,"NAME","map_model::osm","",null,null],[17,"HIGHWAY","","",null,null],[17,"MAXSPEED","","",null,null],[17,"PARKING_RIGHT","","",null,null],[17,"PARKING_LEFT","","",null,null],[17,"PARKING_BOTH","","",null,null],[17,"SIDEWALK","","",null,null],[17,"OSM_WAY_ID","","",null,null],[17,"OSM_REL_ID","","",null,null],[17,"ENDPT_FWD","","",null,null],[17,"ENDPT_BACK","","",null,null],[17,"INFERRED_PARKING","","",null,null],[17,"INFERRED_SIDEWALKS","","",null,null],[4,"RoadRank","","",null,null],[13,"Local","","",73,null],[13,"Arterial","","",73,null],[13,"Highway","","",73,null],[11,"from_highway","","",73,[[["str",15]],["roadrank",4]]],[11,"detailed_from_highway","","Larger number means a bigger road, according to …",73,[[["str",15]],["usize",15]]],[3,"NodeID","","",null,null],[12,"0","","",74,null],[3,"WayID","","",null,null],[12,"0","","",75,null],[3,"RelationID","","",null,null],[12,"0","","",76,null],[4,"OsmID","","",null,null],[13,"Node","","",77,null],[13,"Way","","",77,null],[13,"Relation","","",77,null],[11,"inner","","",77,[[],["i64",15]]],[0,"pathfind","map_model","Everything related to pathfinding through a map for …",null,null],[0,"ch","map_model::pathfind","Uses https://github.com/easbar/fast_paths. Slower …",null,null],[3,"ContractionHierarchyPathfinder","map_model::pathfind::ch","",null,null],[12,"car_graph","","",78,null],[12,"bike_graph","","",78,null],[12,"bus_graph","","",78,null],[12,"walking_graph","","",78,null],[12,"walking_with_transit_graph","","",78,null],[11,"new","","",78,[[["map",3],["timer",3]],["contractionhierarchypathfinder",3]]],[11,"simple_pathfind","","",78,[[["pathrequest",3],["map",3]],[["path",3],["option",4]]]],[11,"simple_walking_path","","",78,[[["pathrequest",3],["map",3]],[["option",4],["vec",3]]]],[11,"should_use_transit","","",78,[[["position",3],["map",3]],["option",4]]],[11,"apply_edits","","",78,[[["map",3],["timer",3]]]],[5,"round","","",null,[[["duration",3]],["usize",15]]],[0,"dijkstra","map_model::pathfind","Pathfinding without needing to build a separate …",null,null],[5,"simple_pathfind","map_model::pathfind::dijkstra","",null,[[["routingparams",3],["pathrequest",3],["map",3]],["option",4]]],[5,"build_graph_for_vehicles","","",null,[[["map",3],["pathconstraints",4]],[["laneid",3],["digraphmap",6],["turnid",3]]]],[5,"pathfind_avoiding_lanes","","",null,[[["laneid",3],["pathrequest",3],["btreeset",3],["map",3]],["option",4]]],[5,"calc_path","","",null,[[["laneid",3],["routingparams",3],["pathrequest",3],["digraphmap",6],["turnid",3],["map",3]],["option",4]]],[5,"build_graph_for_pedestrians","","",null,[[["map",3]],[["digraphmap",6],["walkingnode",4],["duration",3]]]],[5,"simple_walking_path","","",null,[[["pathrequest",3],["map",3]],[["option",4],["vec",3]]]],[0,"node_map","map_model::pathfind","Some helpers for working with fast_paths.",null,null],[3,"NodeMap","map_model::pathfind::node_map","A bidirectional mapping between fast_paths NodeId and …",null,null],[12,"node_to_id","","",79,null],[12,"id_to_node","","",79,null],[11,"new","","",79,[[],["nodemap",3]]],[11,"get_or_insert","","",79,[[],["nodeid",6]]],[11,"get","","",79,[[],["nodeid",6]]],[11,"translate","","",79,[[["shortestpath",3]],["vec",3]]],[3,"InnerNodeMap","","",null,null],[12,"id_to_node","","",80,null],[5,"deserialize_nodemap","","",null,[[["deserializer",8]],[["nodemap",3],["result",4]]]],[0,"pathfinder","map_model::pathfind","",null,null],[4,"Pathfinder","map_model::pathfind::pathfinder","Most of the time, prefer using the faster contraction …",null,null],[13,"Dijkstra","","",81,null],[13,"CH","","",81,null],[11,"pathfind","","Finds a path from a start to an end for a certain type of …",81,[[["pathrequest",3],["map",3]],[["path",3],["option",4]]]],[11,"pathfind_with_params","","Finds a path from a start to an end for a certain type of …",81,[[["routingparams",3],["pathrequest",3],["map",3]],[["path",3],["option",4]]]],[11,"pathfind_avoiding_lanes","","Note this is a slower implementation, never using …",81,[[["laneid",3],["pathrequest",3],["btreeset",3],["map",3]],[["path",3],["option",4]]]],[11,"should_use_transit","","",81,[[["position",3],["map",3]],["option",4]]],[11,"apply_edits","","",81,[[["map",3],["timer",3]]]],[0,"uber_turns","map_model::pathfind","To deal with complicated intersections and short roads in …",null,null],[3,"IntersectionCluster","map_model::pathfind::uber_turns","This only applies to VehiclePathfinder; walking through …",null,null],[12,"members","","",82,null],[12,"uber_turns","","",82,null],[3,"UberTurn","","",null,null],[12,"path","","",83,null],[11,"find_all","","",82,[[["map",3]],[["vec",3],["intersectioncluster",3]]]],[11,"new","","(legal, illegal)",82,[[["map",3],["btreeset",3],["intersectionid",3]]]],[11,"autodetect","","Find all other traffic signals \\\"close\\\" to one. Ignore …",82,[[["intersectionid",3],["map",3]],[["option",4],["btreeset",3]]]],[5,"flood","","",null,[[["btreeset",3],["turnid",3],["map",3]],[["vec",3],["uberturn",3]]]],[5,"trace_back","","",null,[[["turnid",3],["btreemap",3]],[["turnid",3],["vec",3]]]],[11,"entry","","",83,[[],["laneid",3]]],[11,"exit","","",83,[[],["laneid",3]]],[11,"geom","","",83,[[["map",3]],["polyline",3]]],[3,"UberTurnGroup","","",null,null],[12,"from","","",84,null],[12,"to","","",84,null],[12,"members","","",84,null],[12,"geom","","",84,null],[11,"uber_turn_groups","","",82,[[["map",3]],[["vec",3],["uberturngroup",3]]]],[11,"src_center_and_width","","Polyline points FROM intersection",84,[[["map",3]]]],[11,"angle","","",84,[[],["angle",3]]],[5,"group_geom","","",null,[[["polyline",3],["vec",3]],["polyline",3]]],[0,"vehicles","map_model::pathfind","Pathfinding for cars, bikes, buses, and trains using …",null,null],[3,"VehiclePathfinder","map_model::pathfind::vehicles","",null,null],[12,"graph","","",85,null],[12,"nodes","","",85,null],[12,"uber_turns","","",85,null],[12,"constraints","","",85,null],[12,"path_calc","","",85,null],[4,"Node","","",null,null],[13,"Lane","","",86,null],[13,"UberTurn","","",86,null],[11,"new","","",85,[[["vehiclepathfinder",3],["option",4],["map",3],["pathconstraints",4]],["vehiclepathfinder",3]]],[11,"pathfind","","",85,[[["pathrequest",3],["map",3]],["option",4]]],[11,"apply_edits","","",85,[[["map",3]]]],[5,"make_input_graph","","",null,[[["nodemap",3],["pathconstraints",4],["map",3],["vec",3]],["inputgraph",3]]],[5,"vehicle_cost","","This returns the pathfinding cost of crossing one lane …",null,[[["routingparams",3],["turn",3],["lane",3],["map",3],["pathconstraints",4]],["duration",3]]],[0,"walking","map_model::pathfind","Pathfinding for pedestrians using contraction …",null,null],[3,"SidewalkPathfinder","map_model::pathfind::walking","",null,null],[12,"graph","","",87,null],[12,"nodes","","",87,null],[12,"use_transit","","",87,null],[12,"path_calc","","",87,null],[4,"WalkingNode","","",null,null],[13,"SidewalkEndpoint","","false is src_i, true is dst_i",3,null],[13,"RideBus","","",3,null],[13,"LeaveMap","","",3,null],[11,"closest","map_model::connectivity","",3,[[["position",3],["map",3]],["walkingnode",4]]],[11,"end_transit","","",3,[[["position",3],["map",3]],["walkingnode",4]]],[11,"new","map_model::pathfind::walking","",87,[[["bool",15],["map",3],["vehiclepathfinder",3]],["sidewalkpathfinder",3]]],[11,"apply_edits","","",87,[[["map",3],["vehiclepathfinder",3]]]],[11,"pathfind","","Returns the raw nodes",87,[[["pathrequest",3],["map",3]],[["option",4],["vec",3]]]],[11,"should_use_transit","","Attempt the pathfinding and see if we should ride a bus. …",87,[[["position",3],["map",3]],["option",4]]],[5,"make_input_graph","","",null,[[["nodemap",3],["vehiclepathfinder",3],["bool",15],["map",3]],["inputgraph",3]]],[5,"transit_input_graph","","",null,[[["nodemap",3],["vehiclepathfinder",3],["map",3],["inputgraph",3]]]],[5,"walking_path_to_steps","","",null,[[["map",3],["vec",3],["walkingnode",4]],[["vec",3],["pathstep",4]]]],[5,"one_step_walking_path","","",null,[[["pathrequest",3],["map",3]],["path",3]]],[4,"PathStep","map_model::pathfind","",null,null],[13,"Lane","","Original direction",88,null],[13,"ContraflowLane","","Sidewalks only!",88,null],[13,"Turn","","",88,null],[11,"as_traversable","","",88,[[],["traversable",4]]],[11,"as_lane","","",88,[[],["laneid",3]]],[11,"as_turn","","",88,[[],["turnid",3]]],[11,"exact_slice","","",88,[[["option",4],["map",3],["distance",3]],[["result",6],["polyline",3]]]],[3,"Path","","",null,null],[12,"steps","","",89,null],[12,"orig_req","","",89,null],[12,"total_length","","",89,null],[12,"crossed_so_far","","",89,null],[12,"uber_turns","","",89,null],[12,"currently_inside_ut","","",89,null],[11,"new","","",89,[[["pathstep",4],["pathrequest",3],["uberturn",3],["vec",3],["vec",3],["map",3]],["path",3]]],[11,"dist_crossed_from_step","","Once we finish this PathStep, how much distance will be …",89,[[["map",3],["pathstep",4]],["distance",3]]],[11,"one_step","","",89,[[["pathrequest",3],["map",3]],["path",3]]],[11,"get_req","","The original PathRequest used to produce this path. If …",89,[[],["pathrequest",3]]],[11,"crossed_so_far","","",89,[[],["distance",3]]],[11,"total_length","","",89,[[],["distance",3]]],[11,"percent_dist_crossed","","",89,[[],["f64",15]]],[11,"is_empty","","",89,[[],["bool",15]]],[11,"is_last_step","","",89,[[],["bool",15]]],[11,"isnt_last_step","","",89,[[],["bool",15]]],[11,"currently_inside_ut","","",89,[[],["option",4]]],[11,"about_to_start_ut","","",89,[[],[["uberturn",3],["option",4]]]],[11,"shift","","",89,[[["map",3]],["pathstep",4]]],[11,"add","","",89,[[["pathstep",4],["map",3]]]],[11,"is_upcoming_uber_turn_component","","",89,[[["turnid",3]],["bool",15]]],[11,"modify_step","","Trusting the caller to do this in valid ways.",89,[[["usize",15],["pathstep",4],["map",3]]]],[11,"current_step","","",89,[[],["pathstep",4]]],[11,"next_step","","",89,[[],["pathstep",4]]],[11,"maybe_next_step","","",89,[[],[["pathstep",4],["option",4]]]],[11,"last_step","","",89,[[],["pathstep",4]]],[11,"trace","","Traces along the path from its originally requested …",89,[[["map",3]],[["option",4],["polyline",3]]]],[11,"trace_from_start","","Traces along the path from a specified distance along the …",89,[[["map",3],["distance",3]],[["option",4],["polyline",3]]]],[11,"get_steps","","",89,[[],["vecdeque",3]]],[11,"estimate_duration","","Estimate how long following the path will take in the …",89,[[["pathconstraints",4],["option",4],["speed",3],["map",3]],["duration",3]]],[4,"PathConstraints","","Who\'s asking for a path?",null,null],[13,"Pedestrian","","",90,null],[13,"Car","","",90,null],[13,"Bike","","",90,null],[13,"Bus","","",90,null],[13,"Train","","",90,null],[11,"all","","",90,[[],[["vec",3],["pathconstraints",4]]]],[11,"from_lt","","Not bijective, but this is the best guess of user intent",90,[[["lanetype",4]],["pathconstraints",4]]],[11,"can_use","","",90,[[["map",3],["lane",3]],["bool",15]]],[11,"filter_lanes","","Strict for bikes. If there are bike lanes, not allowed to …",90,[[["laneid",3],["map",3],["vec",3]],[["laneid",3],["vec",3]]]],[3,"PathRequest","","",null,null],[12,"start","","",91,null],[12,"end","","",91,null],[12,"constraints","","",91,null],[11,"between_buildings","","Determines the start and end position to travel between …",91,[[["pathconstraints",4],["map",3],["buildingid",3]],[["option",4],["pathrequest",3]]]],[5,"validate_continuity","","",null,[[["vec",3],["map",3]]]],[5,"validate_restrictions","","",null,[[["vec",3],["map",3]]]],[5,"validate_zones","","",null,[[["vec",3],["map",3],["pathrequest",3]]]],[5,"zone_cost","","Heavily penalize crossing into an access-restricted zone …",null,[[["map",3],["turn",3],["pathconstraints",4]],["duration",3]]],[3,"RoutingParams","","Tuneable parameters for all types of routing.",null,null],[12,"unprotected_turn_penalty","","",92,null],[12,"bike_lane_penalty","","",92,null],[12,"bus_lane_penalty","","",92,null],[12,"driving_lane_penalty","","",92,null],[11,"default","","",92,[[],["routingparams",3]]],[0,"raw","map_model","The convert_osm crate produces a RawMap from OSM and …",null,null],[3,"RawMap","map_model::raw","",null,null],[12,"name","","",93,null],[12,"roads","","",93,null],[12,"intersections","","",93,null],[12,"buildings","","",93,null],[12,"bus_routes","","",93,null],[12,"areas","","",93,null],[12,"parking_lots","","",93,null],[12,"parking_aisles","","",93,null],[12,"boundary_polygon","","",93,null],[12,"gps_bounds","","",93,null],[12,"config","","",93,null],[3,"OriginalRoad","","A way to refer to roads across many maps and over time. …",null,null],[12,"osm_way_id","","",94,null],[12,"i1","","",94,null],[12,"i2","","",94,null],[11,"new","","",94,[[["i64",15]],["originalroad",3]]],[11,"to_string_code","","Prints the OriginalRoad in a way that can be copied to …",94,[[],["string",3]]],[11,"common_endpt","","",94,[[["originalroad",3]],["nodeid",3]]],[11,"blank","","",93,[[["mapname",3]],["rawmap",3]]],[11,"roads_per_intersection","","",93,[[["nodeid",3]],[["vec",3],["originalroad",3]]]],[11,"new_osm_node_id","","",93,[[["i64",15]],["nodeid",3]]],[11,"new_osm_way_id","","",93,[[["i64",15]],["wayid",3]]],[11,"preview_intersection","","(Intersection polygon, polygons for roads, list of …",93,[[["nodeid",3]]]],[11,"trimmed_road_geometry","","Generate the trimmedPolyLine
for a single RawRoad by …",93,[[["originalroad",3]],[["option",4],["polyline",3]]]],[11,"save","","",93,[[]]],[11,"get_city_name","","",93,[[],["cityname",3]]],[11,"can_delete_intersection","","",93,[[["nodeid",3]],["bool",15]]],[11,"delete_intersection","","",93,[[["nodeid",3]]]],[11,"move_intersection","","",93,[[["nodeid",3],["pt2d",3]],[["vec",3],["option",4]]]],[11,"closest_intersection","","",93,[[["pt2d",3]],["nodeid",3]]],[11,"path_dist_to","","",93,[[["nodeid",3]],[["option",4],["distance",3]]]],[11,"merge_short_road","","(the surviving intersection, the deleted intersection, …",93,[[["originalroad",3]],["result",6]]],[3,"RawRoad","","",null,null],[12,"center_points","","This is effectively a PolyLine, except there\'s a case …",95,null],[12,"osm_tags","","",95,null],[12,"turn_restrictions","","",95,null],[12,"complicated_turn_restrictions","","(via, to). For turn restrictions where \'via\' is an entire …",95,null],[12,"percent_incline","","",95,null],[11,"get_geometry","","Returns the corrected center and total width",95,[[["mapconfig",3],["originalroad",3]],["result",6]]],[11,"is_light_rail","","",95,[[],["bool",15]]],[11,"is_footway","","",95,[[],["bool",15]]],[11,"is_service","","",95,[[],["bool",15]]],[3,"RawIntersection","","",null,null],[12,"point","","Represents the original place where OSM center-lines …",96,null],[12,"intersection_type","","",96,null],[12,"elevation","","",96,null],[3,"RawBuilding","","",null,null],[12,"polygon","","",97,null],[12,"osm_tags","","",97,null],[12,"public_garage_name","","",97,null],[12,"num_parking_spots","","",97,null],[12,"amenities","","",97,null],[3,"RawArea","","",null,null],[12,"area_type","","",98,null],[12,"polygon","","",98,null],[12,"osm_tags","","",98,null],[12,"osm_id","","",98,null],[3,"RawParkingLot","","",null,null],[12,"osm_id","","",99,null],[12,"polygon","","",99,null],[12,"osm_tags","","",99,null],[4,"RestrictionType","","",null,null],[13,"BanTurns","","",100,null],[13,"OnlyAllowTurns","","",100,null],[3,"TurnRestriction","","",null,null],[12,"0","","",101,null],[12,"1","","",101,null],[12,"2","","",101,null],[11,"new","","",100,[[["str",15]],[["option",4],["restrictiontype",4]]]],[3,"RawBusRoute","","",null,null],[12,"full_name","","",102,null],[12,"short_name","","",102,null],[12,"osm_rel_id","","",102,null],[12,"gtfs_trip_marker","","",102,null],[12,"is_bus","","If not, light rail",102,null],[12,"stops","","",102,null],[12,"border_start","","",102,null],[12,"border_end","","",102,null],[12,"all_pts","","This is guaranteed to be in order and contiguous.",102,null],[3,"RawBusStop","","",null,null],[12,"name","","",103,null],[12,"vehicle_pos","","Probably not an intersection, but this type is more …",103,null],[12,"matched_road","","Guaranteed to be filled out when RawMap is fully written.",103,null],[12,"ped_pos","","If it\'s not explicitly mapped, we\'ll do equiv_pos.",103,null],[0,"traversable","map_model","",null,null],[3,"Position","map_model::traversable","Represents a specific point some distance along a lane.",null,null],[12,"lane","","",104,null],[12,"dist_along","","",104,null],[11,"new","","",104,[[["laneid",3],["distance",3]],["position",3]]],[11,"start","","",104,[[["laneid",3]],["position",3]]],[11,"end","","",104,[[["laneid",3],["map",3]],["position",3]]],[11,"lane","","",104,[[],["laneid",3]]],[11,"dist_along","","",104,[[],["distance",3]]],[11,"pt","","",104,[[["map",3]],["pt2d",3]]],[11,"pt_and_angle","","",104,[[["map",3]]]],[11,"equiv_pos","","",104,[[["laneid",3],["map",3]],["position",3]]],[11,"equiv_pos_for_long_object","","",104,[[["laneid",3],["distance",3],["map",3]],["position",3]]],[11,"min_dist","","",104,[[["distance",3],["map",3]],[["position",3],["option",4]]]],[11,"buffer_dist","","",104,[[["distance",3],["map",3]],[["position",3],["option",4]]]],[4,"Traversable","","Either a lane or a turn, where most movement happens.",null,null],[13,"Lane","","",105,null],[13,"Turn","","",105,null],[11,"as_lane","","",105,[[],["laneid",3]]],[11,"as_turn","","",105,[[],["turnid",3]]],[11,"maybe_turn","","",105,[[],[["turnid",3],["option",4]]]],[11,"maybe_lane","","",105,[[],[["laneid",3],["option",4]]]],[11,"length","","",105,[[["map",3]],["distance",3]]],[11,"dist_along","","",105,[[["distance",3],["map",3]],["result",6]]],[11,"slice","","",105,[[["distance",3],["map",3]],["result",6]]],[11,"exact_slice","","",105,[[["distance",3],["map",3]],["polyline",3]]],[11,"get_zorder","","",105,[[["map",3]],["isize",15]]],[11,"max_speed_along","","The single definitive place to determine how fast …",105,[[["map",3],["option",4],["speed",3],["pathconstraints",4]],["speed",3]]],[17,"MAX_BIKE_SPEED","","",null,null],[17,"MAX_WALKING_SPEED","","",null,null],[5,"bike_speed_on_incline","","",null,[[["f64",15],["speed",3]],["speed",3]]],[5,"walking_speed_on_incline","","",null,[[["f64",15],["speed",3]],["speed",3]]],[3,"City","map_model","A single city (like Seattle) can be broken down into …",null,null],[12,"name","","",0,null],[12,"boundary","","",0,null],[12,"areas","","",0,null],[12,"districts","","The individual maps",0,null],[4,"EditCmd","","",null,null],[13,"ChangeRoad","","",19,null],[12,"r","map_model::EditCmd","",20,null],[12,"old","","",20,null],[12,"new","","",20,null],[13,"ChangeIntersection","map_model","",19,null],[12,"i","map_model::EditCmd","",21,null],[12,"new","","",21,null],[12,"old","","",21,null],[13,"ChangeRouteSchedule","map_model","",19,null],[12,"id","map_model::EditCmd","",22,null],[12,"old","","",22,null],[12,"new","","",22,null],[3,"EditEffects","map_model","",null,null],[12,"changed_roads","","",23,null],[12,"changed_intersections","","",23,null],[12,"added_turns","","",23,null],[12,"deleted_turns","","",23,null],[4,"EditIntersection","","",null,null],[13,"StopSign","","",17,null],[13,"TrafficSignal","","",17,null],[13,"Closed","","",17,null],[3,"EditRoad","","",null,null],[12,"lanes_ltr","","",18,null],[12,"speed_limit","","",18,null],[12,"access_restrictions","","",18,null],[3,"MapEdits","","Represents changes to a map. Note this isn\'t serializable …",null,null],[12,"edits_name","","",16,null],[12,"commands","","A stack, oldest edit is first. The same intersection may …",16,null],[12,"merge_zones","","If false, adjacent roads with the same AccessRestrictions …",16,null],[12,"changed_roads","","Derived from commands, kept up to date by update_derived",16,null],[12,"original_intersections","","",16,null],[12,"changed_routes","","",16,null],[12,"proposal_description","","Some edits are included in the game by default, in …",16,null],[12,"proposal_link","","",16,null],[3,"PermanentMapEdits","","MapEdits are converted to this before serializing. …",null,null],[12,"map_name","","",9,null],[12,"edits_name","","",9,null],[12,"version","","",9,null],[12,"commands","","",9,null],[12,"merge_zones","","If false, adjacent roads with the same AccessRestrictions …",9,null],[12,"proposal_description","","Edits without these are player generated.",9,null],[12,"proposal_link","","The link is optional even for proposals",9,null],[4,"DrivingSide","","",null,null],[13,"Right","","",31,null],[13,"Left","","",31,null],[3,"MapConfig","","",null,null],[12,"driving_side","","If true, driving happens on the right side of the road …",30,null],[12,"bikes_can_use_bus_lanes","","",30,null],[12,"inferred_sidewalks","","If true, roads without explicitly tagged sidewalks may …",30,null],[12,"street_parking_spot_length","","Street parking is divided into spots of this length. 8 …",30,null],[3,"Area","","Areas are just used for drawing.",null,null],[12,"id","","",34,null],[12,"area_type","","",34,null],[12,"polygon","","",34,null],[12,"osm_tags","","",34,null],[12,"osm_id","","The importing process also automatically creates some …",34,null],[3,"AreaID","","",null,null],[12,"0","","",32,null],[4,"AreaType","","",null,null],[13,"Park","","",33,null],[13,"Water","","",33,null],[13,"Island","","",33,null],[13,"MedianStrip","","",33,null],[13,"PedestrianPlaza","","",33,null],[13,"StudyArea","","Not from OSM. A user-specified area to focus on.",33,null],[3,"Amenity","","A business located inside a building.",null,null],[12,"names","","",37,null],[12,"amenity_type","","This is the specific amenity listed in OSM, not the more …",37,null],[12,"osm_tags","","Depending on options while importing, these might be …",37,null],[4,"AmenityType","","Businesses are categorized into one of these types.",null,null],[13,"Groceries","","",42,null],[13,"Food","","",42,null],[13,"Bar","","",42,null],[13,"Medical","","",42,null],[13,"Religious","","",42,null],[13,"Education","","",42,null],[13,"Financial","","",42,null],[13,"PostOffice","","",42,null],[13,"Culture","","",42,null],[13,"Childcare","","",42,null],[13,"Shopping","","",42,null],[3,"Building","","A building has connections to the road and sidewalk, may …",null,null],[12,"id","","",36,null],[12,"polygon","","",36,null],[12,"levels","","",36,null],[12,"address","","",36,null],[12,"name","","",36,null],[12,"orig_id","","",36,null],[12,"label_center","","Where a text label should be centered to have the best …",36,null],[12,"amenities","","",36,null],[12,"bldg_type","","",36,null],[12,"parking","","",36,null],[12,"osm_tags","","Depending on options while importing, these might be …",36,null],[12,"sidewalk_pos","","The building\'s connection for pedestrians is immutable. …",36,null],[12,"driveway_geom","","Goes from building to sidewalk",36,null],[3,"BuildingID","","",null,null],[12,"0","","",35,null],[4,"BuildingType","","",null,null],[13,"Residential","","",39,null],[12,"num_residents","map_model::BuildingType","",40,null],[12,"num_housing_units","","",40,null],[13,"ResidentialCommercial","map_model","An estimated number of residents, workers",39,null],[13,"Commercial","","An estimated number of workers",39,null],[13,"Empty","","",39,null],[3,"NamePerLanguage","","None corresponds to the native name",null,null],[12,"0","","",41,null],[4,"OffstreetParking","","Represent no parking as Private(0, false).",null,null],[13,"PublicGarage","","(Name, spots)",38,null],[13,"Private","","(Spots, explicitly tagged as a garage)",38,null],[3,"BusRoute","","",null,null],[12,"id","","",46,null],[12,"full_name","","",46,null],[12,"short_name","","",46,null],[12,"gtfs_trip_marker","","",46,null],[12,"osm_rel_id","","",46,null],[12,"stops","","",46,null],[12,"start","","May be a border or not. If not, is long enough for buses …",46,null],[12,"end_border","","",46,null],[12,"route_type","","",46,null],[12,"spawn_times","","Non-empty, times in order for one day when a vehicle …",46,null],[12,"orig_spawn_times","","Explicitly store whatever the original was, since this …",46,null],[3,"BusRouteID","","",null,null],[12,"0","","",44,null],[3,"BusStop","","",null,null],[12,"id","","",45,null],[12,"name","","",45,null],[12,"driving_pos","","These may be on different roads entirely, like for light …",45,null],[12,"sidewalk_pos","","",45,null],[12,"is_train_stop","","If it\'s both, train overrides bus",45,null],[3,"BusStopID","","",null,null],[12,"sidewalk","","",43,null],[12,"idx","","As long as this is unique per lane, this value is …",43,null],[3,"Intersection","","An intersection connects roads. Most have >2 roads and …",null,null],[12,"id","","",49,null],[12,"polygon","","This needs to be in clockwise orientation, or later …",49,null],[12,"turns","","",49,null],[12,"elevation","","",49,null],[12,"intersection_type","","",49,null],[12,"orig_id","","",49,null],[12,"incoming_lanes","","Note that a lane may belong to both incoming_lanes and …",49,null],[12,"outgoing_lanes","","",49,null],[12,"roads","","",49,null],[12,"merged","","Was a short road adjacent to this intersection merged?",49,null],[3,"IntersectionID","","",null,null],[12,"0","","",47,null],[4,"IntersectionType","","",null,null],[13,"StopSign","","",48,null],[13,"TrafficSignal","","",48,null],[13,"Border","","",48,null],[13,"Construction","","",48,null],[3,"Lane","","A road segment is broken down into individual lanes, …",null,null],[12,"id","","",52,null],[12,"parent","","",52,null],[12,"lane_type","","",52,null],[12,"lane_center_pts","","",52,null],[12,"width","","",52,null],[12,"src_i","","",52,null],[12,"dst_i","","",52,null],[12,"bus_stops","","Meaningless order",52,null],[12,"driving_blackhole","","{Cars, bikes} trying to start or end here might not be …",52,null],[12,"biking_blackhole","","",52,null],[3,"LaneID","","",null,null],[12,"0","","",50,null],[4,"LaneType","","",null,null],[13,"Driving","","",51,null],[13,"Parking","","",51,null],[13,"Sidewalk","","",51,null],[13,"Shoulder","","",51,null],[13,"Biking","","",51,null],[13,"Bus","","",51,null],[13,"SharedLeftTurn","","",51,null],[13,"Construction","","",51,null],[13,"LightRail","","",51,null],[17,"PARKING_LOT_SPOT_LENGTH","","From some manually audited cases in Seattle, the length …",null,null],[3,"ParkingLot","","Parking lots have some fixed capacity for cars, and are …",null,null],[12,"id","","",54,null],[12,"polygon","","",54,null],[12,"aisles","","",54,null],[12,"osm_id","","",54,null],[12,"spots","","The middle of the \\\"T\\\", pointing towards the parking aisle",54,null],[12,"extra_spots","","If we can\'t render all spots (maybe a lot with no aisles …",54,null],[12,"driveway_line","","Goes from the lot to the driving lane",54,null],[12,"driving_pos","","Guaranteed to be at least 7m (MAX_CAR_LENGTH + a little …",54,null],[12,"sidewalk_line","","Lot to sidewalk",54,null],[12,"sidewalk_pos","","",54,null],[3,"ParkingLotID","","",null,null],[12,"0","","",53,null],[3,"DirectedRoadID","","",null,null],[12,"id","","",57,null],[12,"dir","","",57,null],[4,"Direction","","",null,null],[13,"Fwd","","",56,null],[13,"Back","","",56,null],[3,"Road","","A Road represents a segment between exactly two …",null,null],[12,"id","","",58,null],[12,"osm_tags","","",58,null],[12,"turn_restrictions","","self is \'from\'",58,null],[12,"complicated_turn_restrictions","","self is \'from\'. (via, to). Only BanTurns.",58,null],[12,"orig_id","","",58,null],[12,"speed_limit","","",58,null],[12,"access_restrictions","","",58,null],[12,"zorder","","",58,null],[12,"percent_incline","","[-1.0, 1.0] theoretically, but in practice, about [-0.25, …",58,null],[12,"lanes_ltr","","Invariant: A road must contain at least one child",58,null],[12,"center_pts","","The physical center of the road, including sidewalks, …",58,null],[12,"src_i","","",58,null],[12,"dst_i","","",58,null],[3,"RoadID","","",null,null],[12,"0","","",55,null],[3,"ControlStopSign","","",null,null],[12,"id","","",59,null],[12,"roads","","",59,null],[3,"RoadWithStopSign","","",null,null],[12,"lane_closest_to_edge","","",60,null],[12,"must_stop","","",60,null],[3,"ControlTrafficSignal","","A traffic signal consists of a sequence of Stages that …",null,null],[12,"id","","",61,null],[12,"stages","","",61,null],[12,"offset","","",61,null],[12,"movements","","",61,null],[3,"Stage","","",null,null],[12,"protected_movements","","",62,null],[12,"yield_movements","","",62,null],[12,"stage_type","","",62,null],[4,"StageType","","",null,null],[13,"Fixed","","",63,null],[13,"Variable","","Minimum is the minimum duration, 0 allows cycle to be …",63,null],[3,"CompressedMovementID","","This is cheaper to store than a MovementID. It simply …",null,null],[12,"i","","",69,null],[12,"idx","","",69,null],[3,"Movement","","A Movement groups all turns from one road to another, …",null,null],[12,"id","","",70,null],[12,"turn_type","","",70,null],[12,"members","","",70,null],[12,"geom","","The \\\"overall\\\" path of movement, aka, an \\\"average\\\" of the …",70,null],[12,"angle","","",70,null],[3,"MovementID","","One road usually has 4 crosswalks, each a singleton …",null,null],[12,"from","","",68,null],[12,"to","","",68,null],[12,"parent","","",68,null],[12,"crosswalk","","",68,null],[3,"Turn","","A Turn leads from the end of one Lane to the start of …",null,null],[12,"id","","",67,null],[12,"turn_type","","",67,null],[12,"geom","","",67,null],[12,"other_crosswalk_ids","","Empty except for TurnType::Crosswalk. Usually just one …",67,null],[3,"TurnID","","Turns are uniquely identified by their (src, dst) lanes …",null,null],[12,"parent","","",64,null],[12,"src","","src and dst must both belong to parent. No guarantees …",64,null],[12,"dst","","",64,null],[4,"TurnPriority","","",null,null],[13,"Banned","","For stop signs: Can\'t currently specify this! For traffic …",66,null],[13,"Yield","","For stop signs: cars have to stop before doing this turn, …",66,null],[13,"Protected","","For stop signs: cars can do this without stopping. These …",66,null],[4,"TurnType","","",null,null],[13,"Crosswalk","","",65,null],[13,"SharedSidewalkCorner","","",65,null],[13,"Straight","","",65,null],[13,"Right","","",65,null],[13,"Left","","",65,null],[13,"UTurn","","",65,null],[3,"AccessRestrictions","","",null,null],[12,"allow_through_traffic","","",71,null],[12,"cap_vehicles_per_hour","","",71,null],[3,"Zone","","A contiguous set of roads with access restrictions. This …",null,null],[12,"members","","",72,null],[12,"borders","","",72,null],[12,"restrictions","","",72,null],[3,"IntersectionCluster","","This only applies to VehiclePathfinder; walking through …",null,null],[12,"members","","",82,null],[12,"uber_turns","","",82,null],[3,"UberTurn","","",null,null],[12,"path","","",83,null],[3,"UberTurnGroup","","",null,null],[12,"from","","",84,null],[12,"to","","",84,null],[12,"members","","",84,null],[12,"geom","","",84,null],[3,"Path","","",null,null],[12,"steps","","",89,null],[12,"orig_req","","",89,null],[12,"total_length","","",89,null],[12,"crossed_so_far","","",89,null],[12,"uber_turns","","",89,null],[12,"currently_inside_ut","","",89,null],[4,"PathConstraints","","Who\'s asking for a path?",null,null],[13,"Pedestrian","","",90,null],[13,"Car","","",90,null],[13,"Bike","","",90,null],[13,"Bus","","",90,null],[13,"Train","","",90,null],[3,"PathRequest","","",null,null],[12,"start","","",91,null],[12,"end","","",91,null],[12,"constraints","","",91,null],[4,"PathStep","","",null,null],[13,"Lane","","Original direction",88,null],[13,"ContraflowLane","","Sidewalks only!",88,null],[13,"Turn","","",88,null],[3,"RoutingParams","","Tuneable parameters for all types of routing.",null,null],[12,"unprotected_turn_penalty","","",92,null],[12,"bike_lane_penalty","","",92,null],[12,"bus_lane_penalty","","",92,null],[12,"driving_lane_penalty","","",92,null],[3,"Position","","Represents a specific point some distance along a lane.",null,null],[12,"lane","","",104,null],[12,"dist_along","","",104,null],[4,"Traversable","","Either a lane or a turn, where most movement happens.",null,null],[13,"Lane","","",105,null],[13,"Turn","","",105,null],[17,"MAX_BIKE_SPEED","","",null,null],[17,"MAX_WALKING_SPEED","","",null,null],[17,"NORMAL_LANE_THICKNESS","","",null,null],[17,"SERVICE_ROAD_LANE_THICKNESS","","",null,null],[17,"SIDEWALK_THICKNESS","","",null,null],[17,"SHOULDER_THICKNESS","","",null,null],[3,"Map","","",null,null],[12,"roads","","",106,null],[12,"lanes","","",106,null],[12,"intersections","","",106,null],[12,"turns","","",106,null],[12,"buildings","","",106,null],[12,"bus_stops","","",106,null],[12,"bus_routes","","",106,null],[12,"areas","","",106,null],[12,"parking_lots","","",106,null],[12,"boundary_polygon","","",106,null],[12,"stop_signs","","",106,null],[12,"traffic_signals","","",106,null],[12,"gps_bounds","","",106,null],[12,"bounds","","",106,null],[12,"config","","",106,null],[12,"pathfinder","","",106,null],[12,"pathfinder_dirty","","",106,null],[12,"routing_params","","",106,null],[12,"zones","","",106,null],[12,"name","","",106,null],[12,"edits","","",106,null],[11,"from","map_model::city","",0,[[]]],[11,"into","","",0,[[]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"vzip","","",0,[[]]],[11,"from","map_model::connectivity::walking","",1,[[]]],[11,"into","","",1,[[]]],[11,"to_owned","","",1,[[]]],[11,"clone_into","","",1,[[]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"vzip","","",1,[[]]],[11,"from","","",2,[[]]],[11,"into","","",2,[[]]],[11,"borrow","","",2,[[]]],[11,"borrow_mut","","",2,[[]]],[11,"try_from","","",2,[[],["result",4]]],[11,"try_into","","",2,[[],["result",4]]],[11,"type_id","","",2,[[],["typeid",3]]],[11,"equivalent","","",2,[[],["bool",15]]],[11,"vzip","","",2,[[]]],[11,"from","map_model::connectivity","",3,[[]]],[11,"into","","",3,[[]]],[11,"to_owned","","",3,[[]]],[11,"clone_into","","",3,[[]]],[11,"borrow","","",3,[[]]],[11,"borrow_mut","","",3,[[]]],[11,"try_from","","",3,[[],["result",4]]],[11,"try_into","","",3,[[],["result",4]]],[11,"type_id","","",3,[[],["typeid",3]]],[11,"equivalent","","",3,[[],["bool",15]]],[11,"get_hash","","",3,[[],["u64",15]]],[11,"vzip","","",3,[[]]],[11,"from","map_model::edits::compat","",4,[[]]],[11,"into","","",4,[[]]],[11,"borrow","","",4,[[]]],[11,"borrow_mut","","",4,[[]]],[11,"try_from","","",4,[[],["result",4]]],[11,"try_into","","",4,[[],["result",4]]],[11,"type_id","","",4,[[],["typeid",3]]],[11,"vzip","","",4,[[]]],[11,"from","","",5,[[]]],[11,"into","","",5,[[]]],[11,"borrow","","",5,[[]]],[11,"borrow_mut","","",5,[[]]],[11,"try_from","","",5,[[],["result",4]]],[11,"try_into","","",5,[[],["result",4]]],[11,"type_id","","",5,[[],["typeid",3]]],[11,"vzip","","",5,[[]]],[11,"from","","",6,[[]]],[11,"into","","",6,[[]]],[11,"borrow","","",6,[[]]],[11,"borrow_mut","","",6,[[]]],[11,"try_from","","",6,[[],["result",4]]],[11,"try_into","","",6,[[],["result",4]]],[11,"type_id","","",6,[[],["typeid",3]]],[11,"vzip","","",6,[[]]],[11,"from","","",7,[[]]],[11,"into","","",7,[[]]],[11,"borrow","","",7,[[]]],[11,"borrow_mut","","",7,[[]]],[11,"try_from","","",7,[[],["result",4]]],[11,"try_into","","",7,[[],["result",4]]],[11,"type_id","","",7,[[],["typeid",3]]],[11,"vzip","","",7,[[]]],[11,"from","","",8,[[]]],[11,"into","","",8,[[]]],[11,"borrow","","",8,[[]]],[11,"borrow_mut","","",8,[[]]],[11,"try_from","","",8,[[],["result",4]]],[11,"try_into","","",8,[[],["result",4]]],[11,"type_id","","",8,[[],["typeid",3]]],[11,"vzip","","",8,[[]]],[11,"from","map_model::edits::perma","",9,[[]]],[11,"into","","",9,[[]]],[11,"to_owned","","",9,[[]]],[11,"clone_into","","",9,[[]]],[11,"borrow","","",9,[[]]],[11,"borrow_mut","","",9,[[]]],[11,"try_from","","",9,[[],["result",4]]],[11,"try_into","","",9,[[],["result",4]]],[11,"type_id","","",9,[[],["typeid",3]]],[11,"vzip","","",9,[[]]],[11,"from","","",10,[[]]],[11,"into","","",10,[[]]],[11,"to_owned","","",10,[[]]],[11,"clone_into","","",10,[[]]],[11,"borrow","","",10,[[]]],[11,"borrow_mut","","",10,[[]]],[11,"try_from","","",10,[[],["result",4]]],[11,"try_into","","",10,[[],["result",4]]],[11,"type_id","","",10,[[],["typeid",3]]],[11,"vzip","","",10,[[]]],[11,"from","","",12,[[]]],[11,"into","","",12,[[]]],[11,"to_owned","","",12,[[]]],[11,"clone_into","","",12,[[]]],[11,"borrow","","",12,[[]]],[11,"borrow_mut","","",12,[[]]],[11,"try_from","","",12,[[],["result",4]]],[11,"try_into","","",12,[[],["result",4]]],[11,"type_id","","",12,[[],["typeid",3]]],[11,"vzip","","",12,[[]]],[11,"from","map_model::edits","",16,[[]]],[11,"into","","",16,[[]]],[11,"to_owned","","",16,[[]]],[11,"clone_into","","",16,[[]]],[11,"borrow","","",16,[[]]],[11,"borrow_mut","","",16,[[]]],[11,"try_from","","",16,[[],["result",4]]],[11,"try_into","","",16,[[],["result",4]]],[11,"type_id","","",16,[[],["typeid",3]]],[11,"vzip","","",16,[[]]],[11,"from","","",17,[[]]],[11,"into","","",17,[[]]],[11,"to_owned","","",17,[[]]],[11,"clone_into","","",17,[[]]],[11,"borrow","","",17,[[]]],[11,"borrow_mut","","",17,[[]]],[11,"try_from","","",17,[[],["result",4]]],[11,"try_into","","",17,[[],["result",4]]],[11,"type_id","","",17,[[],["typeid",3]]],[11,"vzip","","",17,[[]]],[11,"from","","",18,[[]]],[11,"into","","",18,[[]]],[11,"to_owned","","",18,[[]]],[11,"clone_into","","",18,[[]]],[11,"borrow","","",18,[[]]],[11,"borrow_mut","","",18,[[]]],[11,"try_from","","",18,[[],["result",4]]],[11,"try_into","","",18,[[],["result",4]]],[11,"type_id","","",18,[[],["typeid",3]]],[11,"vzip","","",18,[[]]],[11,"from","","",19,[[]]],[11,"into","","",19,[[]]],[11,"to_owned","","",19,[[]]],[11,"clone_into","","",19,[[]]],[11,"borrow","","",19,[[]]],[11,"borrow_mut","","",19,[[]]],[11,"try_from","","",19,[[],["result",4]]],[11,"try_into","","",19,[[],["result",4]]],[11,"type_id","","",19,[[],["typeid",3]]],[11,"vzip","","",19,[[]]],[11,"from","","",23,[[]]],[11,"into","","",23,[[]]],[11,"borrow","","",23,[[]]],[11,"borrow_mut","","",23,[[]]],[11,"try_from","","",23,[[],["result",4]]],[11,"try_into","","",23,[[],["result",4]]],[11,"type_id","","",23,[[],["typeid",3]]],[11,"vzip","","",23,[[]]],[11,"from","map_model::make::initial::geometry","",24,[[]]],[11,"into","","",24,[[]]],[11,"borrow","","",24,[[]]],[11,"borrow_mut","","",24,[[]]],[11,"try_from","","",24,[[],["result",4]]],[11,"try_into","","",24,[[],["result",4]]],[11,"type_id","","",24,[[],["typeid",3]]],[11,"vzip","","",24,[[]]],[11,"from","map_model::make::initial::lane_specs","",25,[[]]],[11,"into","","",25,[[]]],[11,"borrow","","",25,[[]]],[11,"borrow_mut","","",25,[[]]],[11,"try_from","","",25,[[],["result",4]]],[11,"try_into","","",25,[[],["result",4]]],[11,"type_id","","",25,[[],["typeid",3]]],[11,"vzip","","",25,[[]]],[11,"from","map_model::make::initial","",26,[[]]],[11,"into","","",26,[[]]],[11,"borrow","","",26,[[]]],[11,"borrow_mut","","",26,[[]]],[11,"try_from","","",26,[[],["result",4]]],[11,"try_into","","",26,[[],["result",4]]],[11,"type_id","","",26,[[],["typeid",3]]],[11,"vzip","","",26,[[]]],[11,"from","","",27,[[]]],[11,"into","","",27,[[]]],[11,"borrow","","",27,[[]]],[11,"borrow_mut","","",27,[[]]],[11,"try_from","","",27,[[],["result",4]]],[11,"try_into","","",27,[[],["result",4]]],[11,"type_id","","",27,[[],["typeid",3]]],[11,"vzip","","",27,[[]]],[11,"from","","",28,[[]]],[11,"into","","",28,[[]]],[11,"borrow","","",28,[[]]],[11,"borrow_mut","","",28,[[]]],[11,"try_from","","",28,[[],["result",4]]],[11,"try_into","","",28,[[],["result",4]]],[11,"type_id","","",28,[[],["typeid",3]]],[11,"vzip","","",28,[[]]],[11,"from","map_model::make::transit","",29,[[]]],[11,"into","","",29,[[]]],[11,"borrow","","",29,[[]]],[11,"borrow_mut","","",29,[[]]],[11,"try_from","","",29,[[],["result",4]]],[11,"try_into","","",29,[[],["result",4]]],[11,"type_id","","",29,[[],["typeid",3]]],[11,"vzip","","",29,[[]]],[11,"from","map_model::map","",30,[[]]],[11,"into","","",30,[[]]],[11,"to_owned","","",30,[[]]],[11,"clone_into","","",30,[[]]],[11,"borrow","","",30,[[]]],[11,"borrow_mut","","",30,[[]]],[11,"try_from","","",30,[[],["result",4]]],[11,"try_into","","",30,[[],["result",4]]],[11,"type_id","","",30,[[],["typeid",3]]],[11,"vzip","","",30,[[]]],[11,"from","","",31,[[]]],[11,"into","","",31,[[]]],[11,"to_owned","","",31,[[]]],[11,"clone_into","","",31,[[]]],[11,"borrow","","",31,[[]]],[11,"borrow_mut","","",31,[[]]],[11,"try_from","","",31,[[],["result",4]]],[11,"try_into","","",31,[[],["result",4]]],[11,"type_id","","",31,[[],["typeid",3]]],[11,"vzip","","",31,[[]]],[11,"from","map_model::objects::area","",32,[[]]],[11,"into","","",32,[[]]],[11,"to_owned","","",32,[[]]],[11,"clone_into","","",32,[[]]],[11,"to_string","","",32,[[],["string",3]]],[11,"borrow","","",32,[[]]],[11,"borrow_mut","","",32,[[]]],[11,"try_from","","",32,[[],["result",4]]],[11,"try_into","","",32,[[],["result",4]]],[11,"type_id","","",32,[[],["typeid",3]]],[11,"equivalent","","",32,[[],["bool",15]]],[11,"get_hash","","",32,[[],["u64",15]]],[11,"vzip","","",32,[[]]],[11,"from","","",33,[[]]],[11,"into","","",33,[[]]],[11,"to_owned","","",33,[[]]],[11,"clone_into","","",33,[[]]],[11,"borrow","","",33,[[]]],[11,"borrow_mut","","",33,[[]]],[11,"try_from","","",33,[[],["result",4]]],[11,"try_into","","",33,[[],["result",4]]],[11,"type_id","","",33,[[],["typeid",3]]],[11,"equivalent","","",33,[[],["bool",15]]],[11,"get_hash","","",33,[[],["u64",15]]],[11,"vzip","","",33,[[]]],[11,"from","","",34,[[]]],[11,"into","","",34,[[]]],[11,"borrow","","",34,[[]]],[11,"borrow_mut","","",34,[[]]],[11,"try_from","","",34,[[],["result",4]]],[11,"try_into","","",34,[[],["result",4]]],[11,"type_id","","",34,[[],["typeid",3]]],[11,"vzip","","",34,[[]]],[11,"from","map_model::objects::building","",35,[[]]],[11,"into","","",35,[[]]],[11,"to_owned","","",35,[[]]],[11,"clone_into","","",35,[[]]],[11,"to_string","","",35,[[],["string",3]]],[11,"borrow","","",35,[[]]],[11,"borrow_mut","","",35,[[]]],[11,"try_from","","",35,[[],["result",4]]],[11,"try_into","","",35,[[],["result",4]]],[11,"type_id","","",35,[[],["typeid",3]]],[11,"equivalent","","",35,[[],["bool",15]]],[11,"get_hash","","",35,[[],["u64",15]]],[11,"vzip","","",35,[[]]],[11,"from","","",36,[[]]],[11,"into","","",36,[[]]],[11,"borrow","","",36,[[]]],[11,"borrow_mut","","",36,[[]]],[11,"try_from","","",36,[[],["result",4]]],[11,"try_into","","",36,[[],["result",4]]],[11,"type_id","","",36,[[],["typeid",3]]],[11,"vzip","","",36,[[]]],[11,"from","","",37,[[]]],[11,"into","","",37,[[]]],[11,"to_owned","","",37,[[]]],[11,"clone_into","","",37,[[]]],[11,"borrow","","",37,[[]]],[11,"borrow_mut","","",37,[[]]],[11,"try_from","","",37,[[],["result",4]]],[11,"try_into","","",37,[[],["result",4]]],[11,"type_id","","",37,[[],["typeid",3]]],[11,"vzip","","",37,[[]]],[11,"from","","",38,[[]]],[11,"into","","",38,[[]]],[11,"to_owned","","",38,[[]]],[11,"clone_into","","",38,[[]]],[11,"borrow","","",38,[[]]],[11,"borrow_mut","","",38,[[]]],[11,"try_from","","",38,[[],["result",4]]],[11,"try_into","","",38,[[],["result",4]]],[11,"type_id","","",38,[[],["typeid",3]]],[11,"vzip","","",38,[[]]],[11,"from","","",39,[[]]],[11,"into","","",39,[[]]],[11,"to_owned","","",39,[[]]],[11,"clone_into","","",39,[[]]],[11,"borrow","","",39,[[]]],[11,"borrow_mut","","",39,[[]]],[11,"try_from","","",39,[[],["result",4]]],[11,"try_into","","",39,[[],["result",4]]],[11,"type_id","","",39,[[],["typeid",3]]],[11,"vzip","","",39,[[]]],[11,"from","","",41,[[]]],[11,"into","","",41,[[]]],[11,"to_owned","","",41,[[]]],[11,"clone_into","","",41,[[]]],[11,"borrow","","",41,[[]]],[11,"borrow_mut","","",41,[[]]],[11,"try_from","","",41,[[],["result",4]]],[11,"try_into","","",41,[[],["result",4]]],[11,"type_id","","",41,[[],["typeid",3]]],[11,"equivalent","","",41,[[],["bool",15]]],[11,"vzip","","",41,[[]]],[11,"from","","",42,[[]]],[11,"into","","",42,[[]]],[11,"to_owned","","",42,[[]]],[11,"clone_into","","",42,[[]]],[11,"to_string","","",42,[[],["string",3]]],[11,"borrow","","",42,[[]]],[11,"borrow_mut","","",42,[[]]],[11,"try_from","","",42,[[],["result",4]]],[11,"try_into","","",42,[[],["result",4]]],[11,"type_id","","",42,[[],["typeid",3]]],[11,"equivalent","","",42,[[],["bool",15]]],[11,"vzip","","",42,[[]]],[11,"from","map_model::objects::bus_stop","",43,[[]]],[11,"into","","",43,[[]]],[11,"to_owned","","",43,[[]]],[11,"clone_into","","",43,[[]]],[11,"to_string","","",43,[[],["string",3]]],[11,"borrow","","",43,[[]]],[11,"borrow_mut","","",43,[[]]],[11,"try_from","","",43,[[],["result",4]]],[11,"try_into","","",43,[[],["result",4]]],[11,"type_id","","",43,[[],["typeid",3]]],[11,"equivalent","","",43,[[],["bool",15]]],[11,"get_hash","","",43,[[],["u64",15]]],[11,"vzip","","",43,[[]]],[11,"from","","",44,[[]]],[11,"into","","",44,[[]]],[11,"to_owned","","",44,[[]]],[11,"clone_into","","",44,[[]]],[11,"to_string","","",44,[[],["string",3]]],[11,"borrow","","",44,[[]]],[11,"borrow_mut","","",44,[[]]],[11,"try_from","","",44,[[],["result",4]]],[11,"try_into","","",44,[[],["result",4]]],[11,"type_id","","",44,[[],["typeid",3]]],[11,"equivalent","","",44,[[],["bool",15]]],[11,"get_hash","","",44,[[],["u64",15]]],[11,"vzip","","",44,[[]]],[11,"from","","",45,[[]]],[11,"into","","",45,[[]]],[11,"to_owned","","",45,[[]]],[11,"clone_into","","",45,[[]]],[11,"borrow","","",45,[[]]],[11,"borrow_mut","","",45,[[]]],[11,"try_from","","",45,[[],["result",4]]],[11,"try_into","","",45,[[],["result",4]]],[11,"type_id","","",45,[[],["typeid",3]]],[11,"vzip","","",45,[[]]],[11,"from","","",46,[[]]],[11,"into","","",46,[[]]],[11,"borrow","","",46,[[]]],[11,"borrow_mut","","",46,[[]]],[11,"try_from","","",46,[[],["result",4]]],[11,"try_into","","",46,[[],["result",4]]],[11,"type_id","","",46,[[],["typeid",3]]],[11,"vzip","","",46,[[]]],[11,"from","map_model::objects::intersection","",47,[[]]],[11,"into","","",47,[[]]],[11,"to_owned","","",47,[[]]],[11,"clone_into","","",47,[[]]],[11,"to_string","","",47,[[],["string",3]]],[11,"borrow","","",47,[[]]],[11,"borrow_mut","","",47,[[]]],[11,"try_from","","",47,[[],["result",4]]],[11,"try_into","","",47,[[],["result",4]]],[11,"type_id","","",47,[[],["typeid",3]]],[11,"equivalent","","",47,[[],["bool",15]]],[11,"get_hash","","",47,[[],["u64",15]]],[11,"vzip","","",47,[[]]],[11,"from","","",48,[[]]],[11,"into","","",48,[[]]],[11,"to_owned","","",48,[[]]],[11,"clone_into","","",48,[[]]],[11,"borrow","","",48,[[]]],[11,"borrow_mut","","",48,[[]]],[11,"try_from","","",48,[[],["result",4]]],[11,"try_into","","",48,[[],["result",4]]],[11,"type_id","","",48,[[],["typeid",3]]],[11,"equivalent","","",48,[[],["bool",15]]],[11,"get_hash","","",48,[[],["u64",15]]],[11,"vzip","","",48,[[]]],[11,"from","","",49,[[]]],[11,"into","","",49,[[]]],[11,"borrow","","",49,[[]]],[11,"borrow_mut","","",49,[[]]],[11,"try_from","","",49,[[],["result",4]]],[11,"try_into","","",49,[[],["result",4]]],[11,"type_id","","",49,[[],["typeid",3]]],[11,"vzip","","",49,[[]]],[11,"from","map_model::objects::lane","",50,[[]]],[11,"into","","",50,[[]]],[11,"to_owned","","",50,[[]]],[11,"clone_into","","",50,[[]]],[11,"to_string","","",50,[[],["string",3]]],[11,"borrow","","",50,[[]]],[11,"borrow_mut","","",50,[[]]],[11,"try_from","","",50,[[],["result",4]]],[11,"try_into","","",50,[[],["result",4]]],[11,"type_id","","",50,[[],["typeid",3]]],[11,"equivalent","","",50,[[],["bool",15]]],[11,"get_hash","","",50,[[],["u64",15]]],[11,"vzip","","",50,[[]]],[11,"from","","",51,[[]]],[11,"into","","",51,[[]]],[11,"to_owned","","",51,[[]]],[11,"clone_into","","",51,[[]]],[11,"borrow","","",51,[[]]],[11,"borrow_mut","","",51,[[]]],[11,"try_from","","",51,[[],["result",4]]],[11,"try_into","","",51,[[],["result",4]]],[11,"type_id","","",51,[[],["typeid",3]]],[11,"equivalent","","",51,[[],["bool",15]]],[11,"get_hash","","",51,[[],["u64",15]]],[11,"vzip","","",51,[[]]],[11,"from","","",52,[[]]],[11,"into","","",52,[[]]],[11,"borrow","","",52,[[]]],[11,"borrow_mut","","",52,[[]]],[11,"try_from","","",52,[[],["result",4]]],[11,"try_into","","",52,[[],["result",4]]],[11,"type_id","","",52,[[],["typeid",3]]],[11,"vzip","","",52,[[]]],[11,"from","map_model::objects::parking_lot","",53,[[]]],[11,"into","","",53,[[]]],[11,"to_owned","","",53,[[]]],[11,"clone_into","","",53,[[]]],[11,"to_string","","",53,[[],["string",3]]],[11,"borrow","","",53,[[]]],[11,"borrow_mut","","",53,[[]]],[11,"try_from","","",53,[[],["result",4]]],[11,"try_into","","",53,[[],["result",4]]],[11,"type_id","","",53,[[],["typeid",3]]],[11,"equivalent","","",53,[[],["bool",15]]],[11,"get_hash","","",53,[[],["u64",15]]],[11,"vzip","","",53,[[]]],[11,"from","","",54,[[]]],[11,"into","","",54,[[]]],[11,"borrow","","",54,[[]]],[11,"borrow_mut","","",54,[[]]],[11,"try_from","","",54,[[],["result",4]]],[11,"try_into","","",54,[[],["result",4]]],[11,"type_id","","",54,[[],["typeid",3]]],[11,"vzip","","",54,[[]]],[11,"from","map_model::objects::road","",55,[[]]],[11,"into","","",55,[[]]],[11,"to_owned","","",55,[[]]],[11,"clone_into","","",55,[[]]],[11,"to_string","","",55,[[],["string",3]]],[11,"borrow","","",55,[[]]],[11,"borrow_mut","","",55,[[]]],[11,"try_from","","",55,[[],["result",4]]],[11,"try_into","","",55,[[],["result",4]]],[11,"type_id","","",55,[[],["typeid",3]]],[11,"equivalent","","",55,[[],["bool",15]]],[11,"get_hash","","",55,[[],["u64",15]]],[11,"vzip","","",55,[[]]],[11,"from","","",56,[[]]],[11,"into","","",56,[[]]],[11,"to_owned","","",56,[[]]],[11,"clone_into","","",56,[[]]],[11,"to_string","","",56,[[],["string",3]]],[11,"borrow","","",56,[[]]],[11,"borrow_mut","","",56,[[]]],[11,"try_from","","",56,[[],["result",4]]],[11,"try_into","","",56,[[],["result",4]]],[11,"type_id","","",56,[[],["typeid",3]]],[11,"equivalent","","",56,[[],["bool",15]]],[11,"get_hash","","",56,[[],["u64",15]]],[11,"vzip","","",56,[[]]],[11,"from","","",57,[[]]],[11,"into","","",57,[[]]],[11,"to_owned","","",57,[[]]],[11,"clone_into","","",57,[[]]],[11,"to_string","","",57,[[],["string",3]]],[11,"borrow","","",57,[[]]],[11,"borrow_mut","","",57,[[]]],[11,"try_from","","",57,[[],["result",4]]],[11,"try_into","","",57,[[],["result",4]]],[11,"type_id","","",57,[[],["typeid",3]]],[11,"equivalent","","",57,[[],["bool",15]]],[11,"get_hash","","",57,[[],["u64",15]]],[11,"vzip","","",57,[[]]],[11,"from","","",58,[[]]],[11,"into","","",58,[[]]],[11,"borrow","","",58,[[]]],[11,"borrow_mut","","",58,[[]]],[11,"try_from","","",58,[[],["result",4]]],[11,"try_into","","",58,[[],["result",4]]],[11,"type_id","","",58,[[],["typeid",3]]],[11,"vzip","","",58,[[]]],[11,"from","map_model::objects::stop_signs","",59,[[]]],[11,"into","","",59,[[]]],[11,"to_owned","","",59,[[]]],[11,"clone_into","","",59,[[]]],[11,"borrow","","",59,[[]]],[11,"borrow_mut","","",59,[[]]],[11,"try_from","","",59,[[],["result",4]]],[11,"try_into","","",59,[[],["result",4]]],[11,"type_id","","",59,[[],["typeid",3]]],[11,"vzip","","",59,[[]]],[11,"from","","",60,[[]]],[11,"into","","",60,[[]]],[11,"to_owned","","",60,[[]]],[11,"clone_into","","",60,[[]]],[11,"borrow","","",60,[[]]],[11,"borrow_mut","","",60,[[]]],[11,"try_from","","",60,[[],["result",4]]],[11,"try_into","","",60,[[],["result",4]]],[11,"type_id","","",60,[[],["typeid",3]]],[11,"vzip","","",60,[[]]],[11,"from","map_model::objects::traffic_signals","",61,[[]]],[11,"into","","",61,[[]]],[11,"to_owned","","",61,[[]]],[11,"clone_into","","",61,[[]]],[11,"borrow","","",61,[[]]],[11,"borrow_mut","","",61,[[]]],[11,"try_from","","",61,[[],["result",4]]],[11,"try_into","","",61,[[],["result",4]]],[11,"type_id","","",61,[[],["typeid",3]]],[11,"vzip","","",61,[[]]],[11,"from","","",62,[[]]],[11,"into","","",62,[[]]],[11,"to_owned","","",62,[[]]],[11,"clone_into","","",62,[[]]],[11,"borrow","","",62,[[]]],[11,"borrow_mut","","",62,[[]]],[11,"try_from","","",62,[[],["result",4]]],[11,"try_into","","",62,[[],["result",4]]],[11,"type_id","","",62,[[],["typeid",3]]],[11,"vzip","","",62,[[]]],[11,"from","","",63,[[]]],[11,"into","","",63,[[]]],[11,"to_owned","","",63,[[]]],[11,"clone_into","","",63,[[]]],[11,"borrow","","",63,[[]]],[11,"borrow_mut","","",63,[[]]],[11,"try_from","","",63,[[],["result",4]]],[11,"try_into","","",63,[[],["result",4]]],[11,"type_id","","",63,[[],["typeid",3]]],[11,"vzip","","",63,[[]]],[11,"from","map_model::objects::turn","",64,[[]]],[11,"into","","",64,[[]]],[11,"to_owned","","",64,[[]]],[11,"clone_into","","",64,[[]]],[11,"to_string","","",64,[[],["string",3]]],[11,"borrow","","",64,[[]]],[11,"borrow_mut","","",64,[[]]],[11,"try_from","","",64,[[],["result",4]]],[11,"try_into","","",64,[[],["result",4]]],[11,"type_id","","",64,[[],["typeid",3]]],[11,"equivalent","","",64,[[],["bool",15]]],[11,"get_hash","","",64,[[],["u64",15]]],[11,"vzip","","",64,[[]]],[11,"from","","",65,[[]]],[11,"into","","",65,[[]]],[11,"to_owned","","",65,[[]]],[11,"clone_into","","",65,[[]]],[11,"borrow","","",65,[[]]],[11,"borrow_mut","","",65,[[]]],[11,"try_from","","",65,[[],["result",4]]],[11,"try_into","","",65,[[],["result",4]]],[11,"type_id","","",65,[[],["typeid",3]]],[11,"equivalent","","",65,[[],["bool",15]]],[11,"vzip","","",65,[[]]],[11,"from","","",66,[[]]],[11,"into","","",66,[[]]],[11,"to_owned","","",66,[[]]],[11,"clone_into","","",66,[[]]],[11,"borrow","","",66,[[]]],[11,"borrow_mut","","",66,[[]]],[11,"try_from","","",66,[[],["result",4]]],[11,"try_into","","",66,[[],["result",4]]],[11,"type_id","","",66,[[],["typeid",3]]],[11,"vzip","","",66,[[]]],[11,"from","","",67,[[]]],[11,"into","","",67,[[]]],[11,"to_owned","","",67,[[]]],[11,"clone_into","","",67,[[]]],[11,"borrow","","",67,[[]]],[11,"borrow_mut","","",67,[[]]],[11,"try_from","","",67,[[],["result",4]]],[11,"try_into","","",67,[[],["result",4]]],[11,"type_id","","",67,[[],["typeid",3]]],[11,"vzip","","",67,[[]]],[11,"from","","",68,[[]]],[11,"into","","",68,[[]]],[11,"to_owned","","",68,[[]]],[11,"clone_into","","",68,[[]]],[11,"borrow","","",68,[[]]],[11,"borrow_mut","","",68,[[]]],[11,"try_from","","",68,[[],["result",4]]],[11,"try_into","","",68,[[],["result",4]]],[11,"type_id","","",68,[[],["typeid",3]]],[11,"equivalent","","",68,[[],["bool",15]]],[11,"get_hash","","",68,[[],["u64",15]]],[11,"vzip","","",68,[[]]],[11,"from","","",69,[[]]],[11,"into","","",69,[[]]],[11,"to_owned","","",69,[[]]],[11,"clone_into","","",69,[[]]],[11,"borrow","","",69,[[]]],[11,"borrow_mut","","",69,[[]]],[11,"try_from","","",69,[[],["result",4]]],[11,"try_into","","",69,[[],["result",4]]],[11,"type_id","","",69,[[],["typeid",3]]],[11,"equivalent","","",69,[[],["bool",15]]],[11,"get_hash","","",69,[[],["u64",15]]],[11,"vzip","","",69,[[]]],[11,"from","","",70,[[]]],[11,"into","","",70,[[]]],[11,"to_owned","","",70,[[]]],[11,"clone_into","","",70,[[]]],[11,"borrow","","",70,[[]]],[11,"borrow_mut","","",70,[[]]],[11,"try_from","","",70,[[],["result",4]]],[11,"try_into","","",70,[[],["result",4]]],[11,"type_id","","",70,[[],["typeid",3]]],[11,"vzip","","",70,[[]]],[11,"from","map_model::objects::zone","",71,[[]]],[11,"into","","",71,[[]]],[11,"to_owned","","",71,[[]]],[11,"clone_into","","",71,[[]]],[11,"borrow","","",71,[[]]],[11,"borrow_mut","","",71,[[]]],[11,"try_from","","",71,[[],["result",4]]],[11,"try_into","","",71,[[],["result",4]]],[11,"type_id","","",71,[[],["typeid",3]]],[11,"vzip","","",71,[[]]],[11,"from","","",72,[[]]],[11,"into","","",72,[[]]],[11,"borrow","","",72,[[]]],[11,"borrow_mut","","",72,[[]]],[11,"try_from","","",72,[[],["result",4]]],[11,"try_into","","",72,[[],["result",4]]],[11,"type_id","","",72,[[],["typeid",3]]],[11,"vzip","","",72,[[]]],[11,"from","map_model::osm","",73,[[]]],[11,"into","","",73,[[]]],[11,"to_owned","","",73,[[]]],[11,"clone_into","","",73,[[]]],[11,"borrow","","",73,[[]]],[11,"borrow_mut","","",73,[[]]],[11,"try_from","","",73,[[],["result",4]]],[11,"try_into","","",73,[[],["result",4]]],[11,"type_id","","",73,[[],["typeid",3]]],[11,"equivalent","","",73,[[],["bool",15]]],[11,"vzip","","",73,[[]]],[11,"from","","",74,[[]]],[11,"into","","",74,[[]]],[11,"to_owned","","",74,[[]]],[11,"clone_into","","",74,[[]]],[11,"to_string","","",74,[[],["string",3]]],[11,"borrow","","",74,[[]]],[11,"borrow_mut","","",74,[[]]],[11,"try_from","","",74,[[],["result",4]]],[11,"try_into","","",74,[[],["result",4]]],[11,"type_id","","",74,[[],["typeid",3]]],[11,"equivalent","","",74,[[],["bool",15]]],[11,"get_hash","","",74,[[],["u64",15]]],[11,"vzip","","",74,[[]]],[11,"from","","",75,[[]]],[11,"into","","",75,[[]]],[11,"to_owned","","",75,[[]]],[11,"clone_into","","",75,[[]]],[11,"to_string","","",75,[[],["string",3]]],[11,"borrow","","",75,[[]]],[11,"borrow_mut","","",75,[[]]],[11,"try_from","","",75,[[],["result",4]]],[11,"try_into","","",75,[[],["result",4]]],[11,"type_id","","",75,[[],["typeid",3]]],[11,"equivalent","","",75,[[],["bool",15]]],[11,"get_hash","","",75,[[],["u64",15]]],[11,"vzip","","",75,[[]]],[11,"from","","",76,[[]]],[11,"into","","",76,[[]]],[11,"to_owned","","",76,[[]]],[11,"clone_into","","",76,[[]]],[11,"to_string","","",76,[[],["string",3]]],[11,"borrow","","",76,[[]]],[11,"borrow_mut","","",76,[[]]],[11,"try_from","","",76,[[],["result",4]]],[11,"try_into","","",76,[[],["result",4]]],[11,"type_id","","",76,[[],["typeid",3]]],[11,"equivalent","","",76,[[],["bool",15]]],[11,"get_hash","","",76,[[],["u64",15]]],[11,"vzip","","",76,[[]]],[11,"from","","",77,[[]]],[11,"into","","",77,[[]]],[11,"to_owned","","",77,[[]]],[11,"clone_into","","",77,[[]]],[11,"to_string","","",77,[[],["string",3]]],[11,"borrow","","",77,[[]]],[11,"borrow_mut","","",77,[[]]],[11,"try_from","","",77,[[],["result",4]]],[11,"try_into","","",77,[[],["result",4]]],[11,"type_id","","",77,[[],["typeid",3]]],[11,"equivalent","","",77,[[],["bool",15]]],[11,"get_hash","","",77,[[],["u64",15]]],[11,"vzip","","",77,[[]]],[11,"from","map_model::pathfind::ch","",78,[[]]],[11,"into","","",78,[[]]],[11,"borrow","","",78,[[]]],[11,"borrow_mut","","",78,[[]]],[11,"try_from","","",78,[[],["result",4]]],[11,"try_into","","",78,[[],["result",4]]],[11,"type_id","","",78,[[],["typeid",3]]],[11,"vzip","","",78,[[]]],[11,"from","map_model::pathfind::node_map","",79,[[]]],[11,"into","","",79,[[]]],[11,"borrow","","",79,[[]]],[11,"borrow_mut","","",79,[[]]],[11,"try_from","","",79,[[],["result",4]]],[11,"try_into","","",79,[[],["result",4]]],[11,"type_id","","",79,[[],["typeid",3]]],[11,"vzip","","",79,[[]]],[11,"from","","",80,[[]]],[11,"into","","",80,[[]]],[11,"borrow","","",80,[[]]],[11,"borrow_mut","","",80,[[]]],[11,"try_from","","",80,[[],["result",4]]],[11,"try_into","","",80,[[],["result",4]]],[11,"type_id","","",80,[[],["typeid",3]]],[11,"vzip","","",80,[[]]],[11,"from","map_model::pathfind::pathfinder","",81,[[]]],[11,"into","","",81,[[]]],[11,"borrow","","",81,[[]]],[11,"borrow_mut","","",81,[[]]],[11,"try_from","","",81,[[],["result",4]]],[11,"try_into","","",81,[[],["result",4]]],[11,"type_id","","",81,[[],["typeid",3]]],[11,"vzip","","",81,[[]]],[11,"from","map_model::pathfind::uber_turns","",82,[[]]],[11,"into","","",82,[[]]],[11,"to_owned","","",82,[[]]],[11,"clone_into","","",82,[[]]],[11,"borrow","","",82,[[]]],[11,"borrow_mut","","",82,[[]]],[11,"try_from","","",82,[[],["result",4]]],[11,"try_into","","",82,[[],["result",4]]],[11,"type_id","","",82,[[],["typeid",3]]],[11,"vzip","","",82,[[]]],[11,"from","","",83,[[]]],[11,"into","","",83,[[]]],[11,"to_owned","","",83,[[]]],[11,"clone_into","","",83,[[]]],[11,"borrow","","",83,[[]]],[11,"borrow_mut","","",83,[[]]],[11,"try_from","","",83,[[],["result",4]]],[11,"try_into","","",83,[[],["result",4]]],[11,"type_id","","",83,[[],["typeid",3]]],[11,"vzip","","",83,[[]]],[11,"from","","",84,[[]]],[11,"into","","",84,[[]]],[11,"borrow","","",84,[[]]],[11,"borrow_mut","","",84,[[]]],[11,"try_from","","",84,[[],["result",4]]],[11,"try_into","","",84,[[],["result",4]]],[11,"type_id","","",84,[[],["typeid",3]]],[11,"vzip","","",84,[[]]],[11,"from","map_model::pathfind::vehicles","",85,[[]]],[11,"into","","",85,[[]]],[11,"borrow","","",85,[[]]],[11,"borrow_mut","","",85,[[]]],[11,"try_from","","",85,[[],["result",4]]],[11,"try_into","","",85,[[],["result",4]]],[11,"type_id","","",85,[[],["typeid",3]]],[11,"vzip","","",85,[[]]],[11,"from","","",86,[[]]],[11,"into","","",86,[[]]],[11,"to_owned","","",86,[[]]],[11,"clone_into","","",86,[[]]],[11,"borrow","","",86,[[]]],[11,"borrow_mut","","",86,[[]]],[11,"try_from","","",86,[[],["result",4]]],[11,"try_into","","",86,[[],["result",4]]],[11,"type_id","","",86,[[],["typeid",3]]],[11,"equivalent","","",86,[[],["bool",15]]],[11,"vzip","","",86,[[]]],[11,"from","map_model::pathfind::walking","",87,[[]]],[11,"into","","",87,[[]]],[11,"borrow","","",87,[[]]],[11,"borrow_mut","","",87,[[]]],[11,"try_from","","",87,[[],["result",4]]],[11,"try_into","","",87,[[],["result",4]]],[11,"type_id","","",87,[[],["typeid",3]]],[11,"vzip","","",87,[[]]],[11,"from","map_model::pathfind","",88,[[]]],[11,"into","","",88,[[]]],[11,"to_owned","","",88,[[]]],[11,"clone_into","","",88,[[]]],[11,"borrow","","",88,[[]]],[11,"borrow_mut","","",88,[[]]],[11,"try_from","","",88,[[],["result",4]]],[11,"try_into","","",88,[[],["result",4]]],[11,"type_id","","",88,[[],["typeid",3]]],[11,"equivalent","","",88,[[],["bool",15]]],[11,"get_hash","","",88,[[],["u64",15]]],[11,"vzip","","",88,[[]]],[11,"from","","",89,[[]]],[11,"into","","",89,[[]]],[11,"to_owned","","",89,[[]]],[11,"clone_into","","",89,[[]]],[11,"borrow","","",89,[[]]],[11,"borrow_mut","","",89,[[]]],[11,"try_from","","",89,[[],["result",4]]],[11,"try_into","","",89,[[],["result",4]]],[11,"type_id","","",89,[[],["typeid",3]]],[11,"vzip","","",89,[[]]],[11,"from","","",90,[[]]],[11,"into","","",90,[[]]],[11,"to_owned","","",90,[[]]],[11,"clone_into","","",90,[[]]],[11,"borrow","","",90,[[]]],[11,"borrow_mut","","",90,[[]]],[11,"try_from","","",90,[[],["result",4]]],[11,"try_into","","",90,[[],["result",4]]],[11,"type_id","","",90,[[],["typeid",3]]],[11,"equivalent","","",90,[[],["bool",15]]],[11,"vzip","","",90,[[]]],[11,"from","","",91,[[]]],[11,"into","","",91,[[]]],[11,"to_owned","","",91,[[]]],[11,"clone_into","","",91,[[]]],[11,"to_string","","",91,[[],["string",3]]],[11,"borrow","","",91,[[]]],[11,"borrow_mut","","",91,[[]]],[11,"try_from","","",91,[[],["result",4]]],[11,"try_into","","",91,[[],["result",4]]],[11,"type_id","","",91,[[],["typeid",3]]],[11,"equivalent","","",91,[[],["bool",15]]],[11,"vzip","","",91,[[]]],[11,"from","","",92,[[]]],[11,"into","","",92,[[]]],[11,"borrow","","",92,[[]]],[11,"borrow_mut","","",92,[[]]],[11,"try_from","","",92,[[],["result",4]]],[11,"try_into","","",92,[[],["result",4]]],[11,"type_id","","",92,[[],["typeid",3]]],[11,"vzip","","",92,[[]]],[11,"from","map_model::raw","",93,[[]]],[11,"into","","",93,[[]]],[11,"borrow","","",93,[[]]],[11,"borrow_mut","","",93,[[]]],[11,"try_from","","",93,[[],["result",4]]],[11,"try_into","","",93,[[],["result",4]]],[11,"type_id","","",93,[[],["typeid",3]]],[11,"vzip","","",93,[[]]],[11,"from","","",94,[[]]],[11,"into","","",94,[[]]],[11,"to_owned","","",94,[[]]],[11,"clone_into","","",94,[[]]],[11,"to_string","","",94,[[],["string",3]]],[11,"borrow","","",94,[[]]],[11,"borrow_mut","","",94,[[]]],[11,"try_from","","",94,[[],["result",4]]],[11,"try_into","","",94,[[],["result",4]]],[11,"type_id","","",94,[[],["typeid",3]]],[11,"equivalent","","",94,[[],["bool",15]]],[11,"get_hash","","",94,[[],["u64",15]]],[11,"vzip","","",94,[[]]],[11,"from","","",95,[[]]],[11,"into","","",95,[[]]],[11,"to_owned","","",95,[[]]],[11,"clone_into","","",95,[[]]],[11,"borrow","","",95,[[]]],[11,"borrow_mut","","",95,[[]]],[11,"try_from","","",95,[[],["result",4]]],[11,"try_into","","",95,[[],["result",4]]],[11,"type_id","","",95,[[],["typeid",3]]],[11,"vzip","","",95,[[]]],[11,"from","","",96,[[]]],[11,"into","","",96,[[]]],[11,"to_owned","","",96,[[]]],[11,"clone_into","","",96,[[]]],[11,"borrow","","",96,[[]]],[11,"borrow_mut","","",96,[[]]],[11,"try_from","","",96,[[],["result",4]]],[11,"try_into","","",96,[[],["result",4]]],[11,"type_id","","",96,[[],["typeid",3]]],[11,"vzip","","",96,[[]]],[11,"from","","",97,[[]]],[11,"into","","",97,[[]]],[11,"to_owned","","",97,[[]]],[11,"clone_into","","",97,[[]]],[11,"borrow","","",97,[[]]],[11,"borrow_mut","","",97,[[]]],[11,"try_from","","",97,[[],["result",4]]],[11,"try_into","","",97,[[],["result",4]]],[11,"type_id","","",97,[[],["typeid",3]]],[11,"vzip","","",97,[[]]],[11,"from","","",98,[[]]],[11,"into","","",98,[[]]],[11,"to_owned","","",98,[[]]],[11,"clone_into","","",98,[[]]],[11,"borrow","","",98,[[]]],[11,"borrow_mut","","",98,[[]]],[11,"try_from","","",98,[[],["result",4]]],[11,"try_into","","",98,[[],["result",4]]],[11,"type_id","","",98,[[],["typeid",3]]],[11,"vzip","","",98,[[]]],[11,"from","","",99,[[]]],[11,"into","","",99,[[]]],[11,"to_owned","","",99,[[]]],[11,"clone_into","","",99,[[]]],[11,"borrow","","",99,[[]]],[11,"borrow_mut","","",99,[[]]],[11,"try_from","","",99,[[],["result",4]]],[11,"try_into","","",99,[[],["result",4]]],[11,"type_id","","",99,[[],["typeid",3]]],[11,"vzip","","",99,[[]]],[11,"from","","",100,[[]]],[11,"into","","",100,[[]]],[11,"to_owned","","",100,[[]]],[11,"clone_into","","",100,[[]]],[11,"borrow","","",100,[[]]],[11,"borrow_mut","","",100,[[]]],[11,"try_from","","",100,[[],["result",4]]],[11,"try_into","","",100,[[],["result",4]]],[11,"type_id","","",100,[[],["typeid",3]]],[11,"equivalent","","",100,[[],["bool",15]]],[11,"get_hash","","",100,[[],["u64",15]]],[11,"vzip","","",100,[[]]],[11,"from","","",101,[[]]],[11,"into","","",101,[[]]],[11,"to_owned","","",101,[[]]],[11,"clone_into","","",101,[[]]],[11,"borrow","","",101,[[]]],[11,"borrow_mut","","",101,[[]]],[11,"try_from","","",101,[[],["result",4]]],[11,"try_into","","",101,[[],["result",4]]],[11,"type_id","","",101,[[],["typeid",3]]],[11,"equivalent","","",101,[[],["bool",15]]],[11,"get_hash","","",101,[[],["u64",15]]],[11,"vzip","","",101,[[]]],[11,"from","","",102,[[]]],[11,"into","","",102,[[]]],[11,"borrow","","",102,[[]]],[11,"borrow_mut","","",102,[[]]],[11,"try_from","","",102,[[],["result",4]]],[11,"try_into","","",102,[[],["result",4]]],[11,"type_id","","",102,[[],["typeid",3]]],[11,"vzip","","",102,[[]]],[11,"from","","",103,[[]]],[11,"into","","",103,[[]]],[11,"borrow","","",103,[[]]],[11,"borrow_mut","","",103,[[]]],[11,"try_from","","",103,[[],["result",4]]],[11,"try_into","","",103,[[],["result",4]]],[11,"type_id","","",103,[[],["typeid",3]]],[11,"vzip","","",103,[[]]],[11,"from","map_model::traversable","",104,[[]]],[11,"into","","",104,[[]]],[11,"to_owned","","",104,[[]]],[11,"clone_into","","",104,[[]]],[11,"to_string","","",104,[[],["string",3]]],[11,"borrow","","",104,[[]]],[11,"borrow_mut","","",104,[[]]],[11,"try_from","","",104,[[],["result",4]]],[11,"try_into","","",104,[[],["result",4]]],[11,"type_id","","",104,[[],["typeid",3]]],[11,"equivalent","","",104,[[],["bool",15]]],[11,"vzip","","",104,[[]]],[11,"from","","",105,[[]]],[11,"into","","",105,[[]]],[11,"to_owned","","",105,[[]]],[11,"clone_into","","",105,[[]]],[11,"to_string","","",105,[[],["string",3]]],[11,"borrow","","",105,[[]]],[11,"borrow_mut","","",105,[[]]],[11,"try_from","","",105,[[],["result",4]]],[11,"try_into","","",105,[[],["result",4]]],[11,"type_id","","",105,[[],["typeid",3]]],[11,"equivalent","","",105,[[],["bool",15]]],[11,"get_hash","","",105,[[],["u64",15]]],[11,"vzip","","",105,[[]]],[11,"from","map_model","",106,[[]]],[11,"into","","",106,[[]]],[11,"borrow","","",106,[[]]],[11,"borrow_mut","","",106,[[]]],[11,"try_from","","",106,[[],["result",4]]],[11,"try_into","","",106,[[],["result",4]]],[11,"type_id","","",106,[[],["typeid",3]]],[11,"vzip","","",106,[[]]],[11,"clone","map_model::connectivity::walking","",1,[[],["walkingoptions",3]]],[11,"clone","map_model::edits::perma","",9,[[],["permanentmapedits",3]]],[11,"clone","","",10,[[],["permanenteditintersection",4]]],[11,"clone","","",12,[[],["permanenteditcmd",4]]],[11,"clone","map_model::edits","",16,[[],["mapedits",3]]],[11,"clone","","",17,[[],["editintersection",4]]],[11,"clone","","",18,[[],["editroad",3]]],[11,"clone","","",19,[[],["editcmd",4]]],[11,"clone","map_model::map","",30,[[],["mapconfig",3]]],[11,"clone","","",31,[[],["drivingside",4]]],[11,"clone","map_model::objects::area","",32,[[],["areaid",3]]],[11,"clone","","",33,[[],["areatype",4]]],[11,"clone","map_model::objects::building","",35,[[],["buildingid",3]]],[11,"clone","","",37,[[],["amenity",3]]],[11,"clone","","",38,[[],["offstreetparking",4]]],[11,"clone","","",39,[[],["buildingtype",4]]],[11,"clone","","",41,[[],["nameperlanguage",3]]],[11,"clone","","",42,[[],["amenitytype",4]]],[11,"clone","map_model::objects::bus_stop","",43,[[],["busstopid",3]]],[11,"clone","","",44,[[],["busrouteid",3]]],[11,"clone","","",45,[[],["busstop",3]]],[11,"clone","map_model::objects::intersection","",47,[[],["intersectionid",3]]],[11,"clone","","",48,[[],["intersectiontype",4]]],[11,"clone","map_model::objects::lane","",50,[[],["laneid",3]]],[11,"clone","","",51,[[],["lanetype",4]]],[11,"clone","map_model::objects::parking_lot","",53,[[],["parkinglotid",3]]],[11,"clone","map_model::objects::road","",55,[[],["roadid",3]]],[11,"clone","","",56,[[],["direction",4]]],[11,"clone","","",57,[[],["directedroadid",3]]],[11,"clone","map_model::objects::stop_signs","",59,[[],["controlstopsign",3]]],[11,"clone","","",60,[[],["roadwithstopsign",3]]],[11,"clone","map_model::objects::traffic_signals","",61,[[],["controltrafficsignal",3]]],[11,"clone","","",62,[[],["stage",3]]],[11,"clone","","",63,[[],["stagetype",4]]],[11,"clone","map_model::objects::turn","",64,[[],["turnid",3]]],[11,"clone","","",65,[[],["turntype",4]]],[11,"clone","","",66,[[],["turnpriority",4]]],[11,"clone","","",67,[[],["turn",3]]],[11,"clone","","",68,[[],["movementid",3]]],[11,"clone","","",69,[[],["compressedmovementid",3]]],[11,"clone","","",70,[[],["movement",3]]],[11,"clone","map_model::objects::zone","",71,[[],["accessrestrictions",3]]],[11,"clone","map_model::osm","",73,[[],["roadrank",4]]],[11,"clone","","",74,[[],["nodeid",3]]],[11,"clone","","",75,[[],["wayid",3]]],[11,"clone","","",76,[[],["relationid",3]]],[11,"clone","","",77,[[],["osmid",4]]],[11,"clone","map_model::pathfind::uber_turns","",82,[[],["intersectioncluster",3]]],[11,"clone","","",83,[[],["uberturn",3]]],[11,"clone","map_model::pathfind::vehicles","",86,[[],["node",4]]],[11,"clone","map_model::connectivity","",3,[[],["walkingnode",4]]],[11,"clone","map_model::pathfind","",88,[[],["pathstep",4]]],[11,"clone","","",89,[[],["path",3]]],[11,"clone","","",90,[[]]],[11,"clone","","",91,[[],["pathrequest",3]]],[11,"clone","map_model::raw","",94,[[],["originalroad",3]]],[11,"clone","","",95,[[],["rawroad",3]]],[11,"clone","","",96,[[],["rawintersection",3]]],[11,"clone","","",97,[[],["rawbuilding",3]]],[11,"clone","","",98,[[],["rawarea",3]]],[11,"clone","","",99,[[],["rawparkinglot",3]]],[11,"clone","","",100,[[],["restrictiontype",4]]],[11,"clone","","",101,[[],["turnrestriction",3]]],[11,"clone","map_model::traversable","",104,[[],["position",3]]],[11,"clone","","",105,[[],["traversable",4]]],[11,"default","map_model::edits","",16,[[],["mapedits",3]]],[11,"cmp","map_model::connectivity::walking","",2,[[["item",3]],["ordering",4]]],[11,"cmp","map_model::objects::area","",32,[[["areaid",3]],["ordering",4]]],[11,"cmp","map_model::objects::building","",35,[[["buildingid",3]],["ordering",4]]],[11,"cmp","","",41,[[["nameperlanguage",3]],["ordering",4]]],[11,"cmp","","",42,[[["amenitytype",4]],["ordering",4]]],[11,"cmp","map_model::objects::bus_stop","",43,[[["busstopid",3]],["ordering",4]]],[11,"cmp","","",44,[[["busrouteid",3]],["ordering",4]]],[11,"cmp","map_model::objects::intersection","",47,[[["intersectionid",3]],["ordering",4]]],[11,"cmp","map_model::objects::lane","",50,[[["laneid",3]],["ordering",4]]],[11,"cmp","","",51,[[["lanetype",4]],["ordering",4]]],[11,"cmp","map_model::objects::parking_lot","",53,[[["parkinglotid",3]],["ordering",4]]],[11,"cmp","map_model::objects::road","",55,[[["roadid",3]],["ordering",4]]],[11,"cmp","","",56,[[["direction",4]],["ordering",4]]],[11,"cmp","","",57,[[["directedroadid",3]],["ordering",4]]],[11,"cmp","map_model::objects::turn","",64,[[["turnid",3]],["ordering",4]]],[11,"cmp","","",65,[[["turntype",4]],["ordering",4]]],[11,"cmp","","",68,[[["movementid",3]],["ordering",4]]],[11,"cmp","","",69,[[["compressedmovementid",3]],["ordering",4]]],[11,"cmp","map_model::osm","",73,[[["roadrank",4]],["ordering",4]]],[11,"cmp","","",74,[[["nodeid",3]],["ordering",4]]],[11,"cmp","","",75,[[["wayid",3]],["ordering",4]]],[11,"cmp","","",76,[[["relationid",3]],["ordering",4]]],[11,"cmp","","",77,[[["osmid",4]],["ordering",4]]],[11,"cmp","map_model::pathfind::vehicles","",86,[[["node",4]],["ordering",4]]],[11,"cmp","map_model::connectivity","",3,[[["walkingnode",4]],["ordering",4]]],[11,"cmp","map_model::pathfind","",88,[[["pathstep",4]],["ordering",4]]],[11,"cmp","","",90,[[["pathconstraints",4]],["ordering",4]]],[11,"cmp","map_model::raw","",94,[[["originalroad",3]],["ordering",4]]],[11,"cmp","","",100,[[["restrictiontype",4]],["ordering",4]]],[11,"cmp","","",101,[[["turnrestriction",3]],["ordering",4]]],[11,"cmp","map_model::traversable","",104,[[["position",3]],["ordering",4]]],[11,"cmp","","",105,[[["traversable",4]],["ordering",4]]],[11,"eq","map_model::connectivity::walking","",2,[[["item",3]],["bool",15]]],[11,"ne","","",2,[[["item",3]],["bool",15]]],[11,"eq","map_model::edits","",16,[[["mapedits",3]],["bool",15]]],[11,"ne","","",16,[[["mapedits",3]],["bool",15]]],[11,"eq","","",17,[[["editintersection",4]],["bool",15]]],[11,"ne","","",17,[[["editintersection",4]],["bool",15]]],[11,"eq","","",18,[[["editroad",3]],["bool",15]]],[11,"ne","","",18,[[["editroad",3]],["bool",15]]],[11,"eq","","",19,[[["editcmd",4]],["bool",15]]],[11,"ne","","",19,[[["editcmd",4]],["bool",15]]],[11,"eq","map_model::make::initial::lane_specs","",25,[[["lanespec",3]],["bool",15]]],[11,"ne","","",25,[[["lanespec",3]],["bool",15]]],[11,"eq","map_model::map","",31,[[["drivingside",4]],["bool",15]]],[11,"eq","map_model::objects::area","",32,[[["areaid",3]],["bool",15]]],[11,"ne","","",32,[[["areaid",3]],["bool",15]]],[11,"eq","","",33,[[["areatype",4]],["bool",15]]],[11,"eq","map_model::objects::building","",35,[[["buildingid",3]],["bool",15]]],[11,"ne","","",35,[[["buildingid",3]],["bool",15]]],[11,"eq","","",38,[[["offstreetparking",4]],["bool",15]]],[11,"ne","","",38,[[["offstreetparking",4]],["bool",15]]],[11,"eq","","",41,[[["nameperlanguage",3]],["bool",15]]],[11,"ne","","",41,[[["nameperlanguage",3]],["bool",15]]],[11,"eq","","",42,[[["amenitytype",4]],["bool",15]]],[11,"eq","map_model::objects::bus_stop","",43,[[["busstopid",3]],["bool",15]]],[11,"ne","","",43,[[["busstopid",3]],["bool",15]]],[11,"eq","","",44,[[["busrouteid",3]],["bool",15]]],[11,"ne","","",44,[[["busrouteid",3]],["bool",15]]],[11,"eq","","",45,[[["busstop",3]],["bool",15]]],[11,"ne","","",45,[[["busstop",3]],["bool",15]]],[11,"eq","map_model::objects::intersection","",47,[[["intersectionid",3]],["bool",15]]],[11,"ne","","",47,[[["intersectionid",3]],["bool",15]]],[11,"eq","","",48,[[["intersectiontype",4]],["bool",15]]],[11,"eq","map_model::objects::lane","",50,[[["laneid",3]],["bool",15]]],[11,"ne","","",50,[[["laneid",3]],["bool",15]]],[11,"eq","","",51,[[["lanetype",4]],["bool",15]]],[11,"eq","map_model::objects::parking_lot","",53,[[["parkinglotid",3]],["bool",15]]],[11,"ne","","",53,[[["parkinglotid",3]],["bool",15]]],[11,"eq","map_model::objects::road","",55,[[["roadid",3]],["bool",15]]],[11,"ne","","",55,[[["roadid",3]],["bool",15]]],[11,"eq","","",56,[[["direction",4]],["bool",15]]],[11,"eq","","",57,[[["directedroadid",3]],["bool",15]]],[11,"ne","","",57,[[["directedroadid",3]],["bool",15]]],[11,"eq","map_model::objects::stop_signs","",59,[[["controlstopsign",3]],["bool",15]]],[11,"ne","","",59,[[["controlstopsign",3]],["bool",15]]],[11,"eq","","",60,[[["roadwithstopsign",3]],["bool",15]]],[11,"ne","","",60,[[["roadwithstopsign",3]],["bool",15]]],[11,"eq","map_model::objects::traffic_signals","",61,[[["controltrafficsignal",3]],["bool",15]]],[11,"ne","","",61,[[["controltrafficsignal",3]],["bool",15]]],[11,"eq","","",62,[[["stage",3]],["bool",15]]],[11,"ne","","",62,[[["stage",3]],["bool",15]]],[11,"eq","","",63,[[["stagetype",4]],["bool",15]]],[11,"ne","","",63,[[["stagetype",4]],["bool",15]]],[11,"eq","map_model::objects::turn","",64,[[["turnid",3]],["bool",15]]],[11,"ne","","",64,[[["turnid",3]],["bool",15]]],[11,"eq","","",65,[[["turntype",4]],["bool",15]]],[11,"eq","","",66,[[["turnpriority",4]],["bool",15]]],[11,"eq","","",67,[[["turn",3]],["bool",15]]],[11,"ne","","",67,[[["turn",3]],["bool",15]]],[11,"eq","","",68,[[["movementid",3]],["bool",15]]],[11,"ne","","",68,[[["movementid",3]],["bool",15]]],[11,"eq","","",69,[[["compressedmovementid",3]],["bool",15]]],[11,"ne","","",69,[[["compressedmovementid",3]],["bool",15]]],[11,"eq","","",70,[[["movement",3]],["bool",15]]],[11,"ne","","",70,[[["movement",3]],["bool",15]]],[11,"eq","map_model::objects::zone","",71,[[["accessrestrictions",3]],["bool",15]]],[11,"ne","","",71,[[["accessrestrictions",3]],["bool",15]]],[11,"eq","","",72,[[["zone",3]],["bool",15]]],[11,"ne","","",72,[[["zone",3]],["bool",15]]],[11,"eq","map_model::osm","",73,[[["roadrank",4]],["bool",15]]],[11,"eq","","",74,[[["nodeid",3]],["bool",15]]],[11,"ne","","",74,[[["nodeid",3]],["bool",15]]],[11,"eq","","",75,[[["wayid",3]],["bool",15]]],[11,"ne","","",75,[[["wayid",3]],["bool",15]]],[11,"eq","","",76,[[["relationid",3]],["bool",15]]],[11,"ne","","",76,[[["relationid",3]],["bool",15]]],[11,"eq","","",77,[[["osmid",4]],["bool",15]]],[11,"ne","","",77,[[["osmid",4]],["bool",15]]],[11,"eq","map_model::pathfind::uber_turns","",83,[[["uberturn",3]],["bool",15]]],[11,"ne","","",83,[[["uberturn",3]],["bool",15]]],[11,"eq","map_model::pathfind::vehicles","",86,[[["node",4]],["bool",15]]],[11,"ne","","",86,[[["node",4]],["bool",15]]],[11,"eq","map_model::connectivity","",3,[[["walkingnode",4]],["bool",15]]],[11,"ne","","",3,[[["walkingnode",4]],["bool",15]]],[11,"eq","map_model::pathfind","",88,[[["pathstep",4]],["bool",15]]],[11,"ne","","",88,[[["pathstep",4]],["bool",15]]],[11,"eq","","",89,[[["path",3]],["bool",15]]],[11,"ne","","",89,[[["path",3]],["bool",15]]],[11,"eq","","",90,[[],["bool",15]]],[11,"eq","","",90,[[["enumset",3]],["bool",15]]],[11,"eq","","",91,[[["pathrequest",3]],["bool",15]]],[11,"ne","","",91,[[["pathrequest",3]],["bool",15]]],[11,"eq","","",92,[[["routingparams",3]],["bool",15]]],[11,"ne","","",92,[[["routingparams",3]],["bool",15]]],[11,"eq","map_model::raw","",94,[[["originalroad",3]],["bool",15]]],[11,"ne","","",94,[[["originalroad",3]],["bool",15]]],[11,"eq","","",95,[[["rawroad",3]],["bool",15]]],[11,"ne","","",95,[[["rawroad",3]],["bool",15]]],[11,"eq","","",96,[[["rawintersection",3]],["bool",15]]],[11,"ne","","",96,[[["rawintersection",3]],["bool",15]]],[11,"eq","","",100,[[["restrictiontype",4]],["bool",15]]],[11,"eq","","",101,[[["turnrestriction",3]],["bool",15]]],[11,"ne","","",101,[[["turnrestriction",3]],["bool",15]]],[11,"eq","map_model::traversable","",104,[[["position",3]],["bool",15]]],[11,"ne","","",104,[[["position",3]],["bool",15]]],[11,"eq","","",105,[[["traversable",4]],["bool",15]]],[11,"ne","","",105,[[["traversable",4]],["bool",15]]],[11,"partial_cmp","map_model::connectivity::walking","",2,[[["item",3]],[["option",4],["ordering",4]]]],[11,"partial_cmp","map_model::objects::area","",32,[[["areaid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",32,[[["areaid",3]],["bool",15]]],[11,"le","","",32,[[["areaid",3]],["bool",15]]],[11,"gt","","",32,[[["areaid",3]],["bool",15]]],[11,"ge","","",32,[[["areaid",3]],["bool",15]]],[11,"partial_cmp","map_model::objects::building","",35,[[["buildingid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",35,[[["buildingid",3]],["bool",15]]],[11,"le","","",35,[[["buildingid",3]],["bool",15]]],[11,"gt","","",35,[[["buildingid",3]],["bool",15]]],[11,"ge","","",35,[[["buildingid",3]],["bool",15]]],[11,"partial_cmp","","",41,[[["nameperlanguage",3]],[["option",4],["ordering",4]]]],[11,"lt","","",41,[[["nameperlanguage",3]],["bool",15]]],[11,"le","","",41,[[["nameperlanguage",3]],["bool",15]]],[11,"gt","","",41,[[["nameperlanguage",3]],["bool",15]]],[11,"ge","","",41,[[["nameperlanguage",3]],["bool",15]]],[11,"partial_cmp","","",42,[[["amenitytype",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","map_model::objects::bus_stop","",43,[[["busstopid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",43,[[["busstopid",3]],["bool",15]]],[11,"le","","",43,[[["busstopid",3]],["bool",15]]],[11,"gt","","",43,[[["busstopid",3]],["bool",15]]],[11,"ge","","",43,[[["busstopid",3]],["bool",15]]],[11,"partial_cmp","","",44,[[["busrouteid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",44,[[["busrouteid",3]],["bool",15]]],[11,"le","","",44,[[["busrouteid",3]],["bool",15]]],[11,"gt","","",44,[[["busrouteid",3]],["bool",15]]],[11,"ge","","",44,[[["busrouteid",3]],["bool",15]]],[11,"partial_cmp","map_model::objects::intersection","",47,[[["intersectionid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",47,[[["intersectionid",3]],["bool",15]]],[11,"le","","",47,[[["intersectionid",3]],["bool",15]]],[11,"gt","","",47,[[["intersectionid",3]],["bool",15]]],[11,"ge","","",47,[[["intersectionid",3]],["bool",15]]],[11,"partial_cmp","map_model::objects::lane","",50,[[["laneid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",50,[[["laneid",3]],["bool",15]]],[11,"le","","",50,[[["laneid",3]],["bool",15]]],[11,"gt","","",50,[[["laneid",3]],["bool",15]]],[11,"ge","","",50,[[["laneid",3]],["bool",15]]],[11,"partial_cmp","","",51,[[["lanetype",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","map_model::objects::parking_lot","",53,[[["parkinglotid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",53,[[["parkinglotid",3]],["bool",15]]],[11,"le","","",53,[[["parkinglotid",3]],["bool",15]]],[11,"gt","","",53,[[["parkinglotid",3]],["bool",15]]],[11,"ge","","",53,[[["parkinglotid",3]],["bool",15]]],[11,"partial_cmp","map_model::objects::road","",55,[[["roadid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",55,[[["roadid",3]],["bool",15]]],[11,"le","","",55,[[["roadid",3]],["bool",15]]],[11,"gt","","",55,[[["roadid",3]],["bool",15]]],[11,"ge","","",55,[[["roadid",3]],["bool",15]]],[11,"partial_cmp","","",56,[[["direction",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","","",57,[[["directedroadid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",57,[[["directedroadid",3]],["bool",15]]],[11,"le","","",57,[[["directedroadid",3]],["bool",15]]],[11,"gt","","",57,[[["directedroadid",3]],["bool",15]]],[11,"ge","","",57,[[["directedroadid",3]],["bool",15]]],[11,"partial_cmp","map_model::objects::turn","",64,[[["turnid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",64,[[["turnid",3]],["bool",15]]],[11,"le","","",64,[[["turnid",3]],["bool",15]]],[11,"gt","","",64,[[["turnid",3]],["bool",15]]],[11,"ge","","",64,[[["turnid",3]],["bool",15]]],[11,"partial_cmp","","",65,[[["turntype",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","","",66,[[["turnpriority",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","","",68,[[["movementid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",68,[[["movementid",3]],["bool",15]]],[11,"le","","",68,[[["movementid",3]],["bool",15]]],[11,"gt","","",68,[[["movementid",3]],["bool",15]]],[11,"ge","","",68,[[["movementid",3]],["bool",15]]],[11,"partial_cmp","","",69,[[["compressedmovementid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",69,[[["compressedmovementid",3]],["bool",15]]],[11,"le","","",69,[[["compressedmovementid",3]],["bool",15]]],[11,"gt","","",69,[[["compressedmovementid",3]],["bool",15]]],[11,"ge","","",69,[[["compressedmovementid",3]],["bool",15]]],[11,"partial_cmp","map_model::osm","",73,[[["roadrank",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","","",74,[[["nodeid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",74,[[["nodeid",3]],["bool",15]]],[11,"le","","",74,[[["nodeid",3]],["bool",15]]],[11,"gt","","",74,[[["nodeid",3]],["bool",15]]],[11,"ge","","",74,[[["nodeid",3]],["bool",15]]],[11,"partial_cmp","","",75,[[["wayid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",75,[[["wayid",3]],["bool",15]]],[11,"le","","",75,[[["wayid",3]],["bool",15]]],[11,"gt","","",75,[[["wayid",3]],["bool",15]]],[11,"ge","","",75,[[["wayid",3]],["bool",15]]],[11,"partial_cmp","","",76,[[["relationid",3]],[["option",4],["ordering",4]]]],[11,"lt","","",76,[[["relationid",3]],["bool",15]]],[11,"le","","",76,[[["relationid",3]],["bool",15]]],[11,"gt","","",76,[[["relationid",3]],["bool",15]]],[11,"ge","","",76,[[["relationid",3]],["bool",15]]],[11,"partial_cmp","","",77,[[["osmid",4]],[["option",4],["ordering",4]]]],[11,"lt","","",77,[[["osmid",4]],["bool",15]]],[11,"le","","",77,[[["osmid",4]],["bool",15]]],[11,"gt","","",77,[[["osmid",4]],["bool",15]]],[11,"ge","","",77,[[["osmid",4]],["bool",15]]],[11,"partial_cmp","map_model::pathfind::vehicles","",86,[[["node",4]],[["option",4],["ordering",4]]]],[11,"lt","","",86,[[["node",4]],["bool",15]]],[11,"le","","",86,[[["node",4]],["bool",15]]],[11,"gt","","",86,[[["node",4]],["bool",15]]],[11,"ge","","",86,[[["node",4]],["bool",15]]],[11,"partial_cmp","map_model::connectivity","",3,[[["walkingnode",4]],[["option",4],["ordering",4]]]],[11,"lt","","",3,[[["walkingnode",4]],["bool",15]]],[11,"le","","",3,[[["walkingnode",4]],["bool",15]]],[11,"gt","","",3,[[["walkingnode",4]],["bool",15]]],[11,"ge","","",3,[[["walkingnode",4]],["bool",15]]],[11,"partial_cmp","map_model::pathfind","",88,[[["pathstep",4]],[["option",4],["ordering",4]]]],[11,"lt","","",88,[[["pathstep",4]],["bool",15]]],[11,"le","","",88,[[["pathstep",4]],["bool",15]]],[11,"gt","","",88,[[["pathstep",4]],["bool",15]]],[11,"ge","","",88,[[["pathstep",4]],["bool",15]]],[11,"partial_cmp","","",90,[[["pathconstraints",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","map_model::raw","",94,[[["originalroad",3]],[["option",4],["ordering",4]]]],[11,"lt","","",94,[[["originalroad",3]],["bool",15]]],[11,"le","","",94,[[["originalroad",3]],["bool",15]]],[11,"gt","","",94,[[["originalroad",3]],["bool",15]]],[11,"ge","","",94,[[["originalroad",3]],["bool",15]]],[11,"partial_cmp","","",100,[[["restrictiontype",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","","",101,[[["turnrestriction",3]],[["option",4],["ordering",4]]]],[11,"lt","","",101,[[["turnrestriction",3]],["bool",15]]],[11,"le","","",101,[[["turnrestriction",3]],["bool",15]]],[11,"gt","","",101,[[["turnrestriction",3]],["bool",15]]],[11,"ge","","",101,[[["turnrestriction",3]],["bool",15]]],[11,"partial_cmp","map_model::traversable","",104,[[["position",3]],[["option",4],["ordering",4]]]],[11,"lt","","",104,[[["position",3]],["bool",15]]],[11,"le","","",104,[[["position",3]],["bool",15]]],[11,"gt","","",104,[[["position",3]],["bool",15]]],[11,"ge","","",104,[[["position",3]],["bool",15]]],[11,"partial_cmp","","",105,[[["traversable",4]],[["option",4],["ordering",4]]]],[11,"lt","","",105,[[["traversable",4]],["bool",15]]],[11,"le","","",105,[[["traversable",4]],["bool",15]]],[11,"gt","","",105,[[["traversable",4]],["bool",15]]],[11,"ge","","",105,[[["traversable",4]],["bool",15]]],[11,"fmt","map_model::edits::compat","",4,[[["formatter",3]],["result",6]]],[11,"fmt","","",5,[[["formatter",3]],["result",6]]],[11,"fmt","","",6,[[["formatter",3]],["result",6]]],[11,"fmt","","",7,[[["formatter",3]],["result",6]]],[11,"fmt","","",8,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::edits","",16,[[["formatter",3]],["result",6]]],[11,"fmt","","",17,[[["formatter",3]],["result",6]]],[11,"fmt","","",18,[[["formatter",3]],["result",6]]],[11,"fmt","","",19,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::map","",30,[[["formatter",3]],["result",6]]],[11,"fmt","","",31,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::objects::area","",32,[[["formatter",3]],["result",6]]],[11,"fmt","","",33,[[["formatter",3]],["result",6]]],[11,"fmt","","",34,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::objects::building","",35,[[["formatter",3]],["result",6]]],[11,"fmt","","",36,[[["formatter",3]],["result",6]]],[11,"fmt","","",37,[[["formatter",3]],["result",6]]],[11,"fmt","","",38,[[["formatter",3]],["result",6]]],[11,"fmt","","",39,[[["formatter",3]],["result",6]]],[11,"fmt","","",41,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::objects::bus_stop","",43,[[["formatter",3]],["result",6]]],[11,"fmt","","",44,[[["formatter",3]],["result",6]]],[11,"fmt","","",45,[[["formatter",3]],["result",6]]],[11,"fmt","","",46,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::objects::intersection","",47,[[["formatter",3]],["result",6]]],[11,"fmt","","",48,[[["formatter",3]],["result",6]]],[11,"fmt","","",49,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::objects::lane","",50,[[["formatter",3]],["result",6]]],[11,"fmt","","",51,[[["formatter",3]],["result",6]]],[11,"fmt","","",52,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::objects::parking_lot","",53,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::objects::road","",55,[[["formatter",3]],["result",6]]],[11,"fmt","","",56,[[["formatter",3]],["result",6]]],[11,"fmt","","",57,[[["formatter",3]],["result",6]]],[11,"fmt","","",58,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::objects::stop_signs","",59,[[["formatter",3]],["result",6]]],[11,"fmt","","",60,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::objects::traffic_signals","",61,[[["formatter",3]],["result",6]]],[11,"fmt","","",62,[[["formatter",3]],["result",6]]],[11,"fmt","","",63,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::objects::turn","",64,[[["formatter",3]],["result",6]]],[11,"fmt","","",65,[[["formatter",3]],["result",6]]],[11,"fmt","","",66,[[["formatter",3]],["result",6]]],[11,"fmt","","",67,[[["formatter",3]],["result",6]]],[11,"fmt","","",68,[[["formatter",3]],["result",6]]],[11,"fmt","","",69,[[["formatter",3]],["result",6]]],[11,"fmt","","",70,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::objects::zone","",71,[[["formatter",3]],["result",6]]],[11,"fmt","","",72,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::osm","",73,[[["formatter",3]],["result",6]]],[11,"fmt","","",74,[[["formatter",3]],["result",6]]],[11,"fmt","","",75,[[["formatter",3]],["result",6]]],[11,"fmt","","",76,[[["formatter",3]],["result",6]]],[11,"fmt","","",77,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::pathfind::uber_turns","",83,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::pathfind::vehicles","",86,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::connectivity","",3,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::pathfind","",88,[[["formatter",3]],["result",6]]],[11,"fmt","","",89,[[["formatter",3]],["result",6]]],[11,"fmt","","",90,[[["formatter",3]],["result",6]]],[11,"fmt","","",91,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::raw","",93,[[["formatter",3]],["result",6]]],[11,"fmt","","",94,[[["formatter",3]],["result",6]]],[11,"fmt","","",95,[[["formatter",3]],["result",6]]],[11,"fmt","","",96,[[["formatter",3]],["result",6]]],[11,"fmt","","",97,[[["formatter",3]],["result",6]]],[11,"fmt","","",98,[[["formatter",3]],["result",6]]],[11,"fmt","","",99,[[["formatter",3]],["result",6]]],[11,"fmt","","",100,[[["formatter",3]],["result",6]]],[11,"fmt","","",101,[[["formatter",3]],["result",6]]],[11,"fmt","","",102,[[["formatter",3]],["result",6]]],[11,"fmt","","",103,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::traversable","",104,[[["formatter",3]],["result",6]]],[11,"fmt","","",105,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::objects::area","",32,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::objects::building","",35,[[["formatter",3]],["result",6]]],[11,"fmt","","",42,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::objects::bus_stop","",43,[[["formatter",3]],["result",6]]],[11,"fmt","","",44,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::objects::intersection","",47,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::objects::lane","",50,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::objects::parking_lot","",53,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::objects::road","",55,[[["formatter",3]],["result",6]]],[11,"fmt","","",56,[[["formatter",3]],["result",6]]],[11,"fmt","","",57,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::objects::turn","",64,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::osm","",74,[[["formatter",3]],["result",6]]],[11,"fmt","","",75,[[["formatter",3]],["result",6]]],[11,"fmt","","",76,[[["formatter",3]],["result",6]]],[11,"fmt","","",77,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::pathfind","",91,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::raw","",94,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::traversable","",104,[[["formatter",3]],["result",6]]],[11,"fmt","","",105,[[["formatter",3]],["result",6]]],[11,"sub","map_model::pathfind","",90,[[]]],[11,"not","","",90,[[]]],[11,"bitand","","",90,[[]]],[11,"bitor","","",90,[[]]],[11,"bitxor","","",90,[[]]],[11,"hash","map_model::objects::area","",32,[[]]],[11,"hash","","",33,[[]]],[11,"hash","map_model::objects::building","",35,[[]]],[11,"hash","map_model::objects::bus_stop","",43,[[]]],[11,"hash","","",44,[[]]],[11,"hash","map_model::objects::intersection","",47,[[]]],[11,"hash","","",48,[[]]],[11,"hash","map_model::objects::lane","",50,[[]]],[11,"hash","","",51,[[]]],[11,"hash","map_model::objects::parking_lot","",53,[[]]],[11,"hash","map_model::objects::road","",55,[[]]],[11,"hash","","",56,[[]]],[11,"hash","","",57,[[]]],[11,"hash","map_model::objects::turn","",64,[[]]],[11,"hash","","",68,[[]]],[11,"hash","","",69,[[]]],[11,"hash","map_model::osm","",74,[[]]],[11,"hash","","",75,[[]]],[11,"hash","","",76,[[]]],[11,"hash","","",77,[[]]],[11,"hash","map_model::connectivity","",3,[[]]],[11,"hash","map_model::pathfind","",88,[[]]],[11,"hash","map_model::raw","",94,[[]]],[11,"hash","","",100,[[]]],[11,"hash","","",101,[[]]],[11,"hash","map_model::traversable","",105,[[]]],[11,"serialize","map_model::city","",0,[[],["result",4]]],[11,"serialize","map_model::edits::perma","",9,[[],["result",4]]],[11,"serialize","","",10,[[],["result",4]]],[11,"serialize","","",12,[[],["result",4]]],[11,"serialize","map_model::edits","",18,[[],["result",4]]],[11,"serialize","map_model::map","",30,[[],["result",4]]],[11,"serialize","","",31,[[],["result",4]]],[11,"serialize","map_model::objects::area","",32,[[],["result",4]]],[11,"serialize","","",33,[[],["result",4]]],[11,"serialize","","",34,[[],["result",4]]],[11,"serialize","map_model::objects::building","",35,[[],["result",4]]],[11,"serialize","","",36,[[],["result",4]]],[11,"serialize","","",37,[[],["result",4]]],[11,"serialize","","",38,[[],["result",4]]],[11,"serialize","","",39,[[],["result",4]]],[11,"serialize","","",41,[[],["result",4]]],[11,"serialize","map_model::objects::bus_stop","",43,[[],["result",4]]],[11,"serialize","","",44,[[],["result",4]]],[11,"serialize","","",45,[[],["result",4]]],[11,"serialize","","",46,[[],["result",4]]],[11,"serialize","map_model::objects::intersection","",47,[[],["result",4]]],[11,"serialize","","",48,[[],["result",4]]],[11,"serialize","","",49,[[],["result",4]]],[11,"serialize","map_model::objects::lane","",50,[[],["result",4]]],[11,"serialize","","",51,[[],["result",4]]],[11,"serialize","","",52,[[],["result",4]]],[11,"serialize","map_model::objects::parking_lot","",53,[[],["result",4]]],[11,"serialize","","",54,[[],["result",4]]],[11,"serialize","map_model::objects::road","",55,[[],["result",4]]],[11,"serialize","","",56,[[],["result",4]]],[11,"serialize","","",57,[[],["result",4]]],[11,"serialize","","",58,[[],["result",4]]],[11,"serialize","map_model::objects::stop_signs","",59,[[],["result",4]]],[11,"serialize","","",60,[[],["result",4]]],[11,"serialize","map_model::objects::traffic_signals","",61,[[],["result",4]]],[11,"serialize","","",62,[[],["result",4]]],[11,"serialize","","",63,[[],["result",4]]],[11,"serialize","map_model::objects::turn","",64,[[],["result",4]]],[11,"serialize","","",65,[[],["result",4]]],[11,"serialize","","",66,[[],["result",4]]],[11,"serialize","","",67,[[],["result",4]]],[11,"serialize","","",68,[[],["result",4]]],[11,"serialize","","",69,[[],["result",4]]],[11,"serialize","","",70,[[],["result",4]]],[11,"serialize","map_model::objects::zone","",71,[[],["result",4]]],[11,"serialize","","",72,[[],["result",4]]],[11,"serialize","map_model::osm","",74,[[],["result",4]]],[11,"serialize","","",75,[[],["result",4]]],[11,"serialize","","",76,[[],["result",4]]],[11,"serialize","","",77,[[],["result",4]]],[11,"serialize","map_model::pathfind::ch","",78,[[],["result",4]]],[11,"serialize","map_model::pathfind::node_map","",79,[[],["result",4]]],[11,"serialize","map_model::pathfind::pathfinder","",81,[[],["result",4]]],[11,"serialize","map_model::pathfind::uber_turns","",82,[[],["result",4]]],[11,"serialize","","",83,[[],["result",4]]],[11,"serialize","map_model::pathfind::vehicles","",85,[[],["result",4]]],[11,"serialize","","",86,[[],["result",4]]],[11,"serialize","map_model::pathfind::walking","",87,[[],["result",4]]],[11,"serialize","map_model::connectivity","",3,[[],["result",4]]],[11,"serialize","map_model::pathfind","",88,[[],["result",4]]],[11,"serialize","","",89,[[],["result",4]]],[11,"serialize","","",90,[[],["result",4]]],[11,"serialize","","",91,[[],["result",4]]],[11,"serialize","","",92,[[],["result",4]]],[11,"serialize","map_model::raw","",93,[[],["result",4]]],[11,"serialize","","",94,[[],["result",4]]],[11,"serialize","","",95,[[],["result",4]]],[11,"serialize","","",96,[[],["result",4]]],[11,"serialize","","",97,[[],["result",4]]],[11,"serialize","","",98,[[],["result",4]]],[11,"serialize","","",99,[[],["result",4]]],[11,"serialize","","",100,[[],["result",4]]],[11,"serialize","","",102,[[],["result",4]]],[11,"serialize","","",103,[[],["result",4]]],[11,"serialize","map_model::traversable","",104,[[],["result",4]]],[11,"serialize","","",105,[[],["result",4]]],[11,"serialize","map_model","",106,[[],["result",4]]],[11,"deserialize","map_model::city","",0,[[],["result",4]]],[11,"deserialize","map_model::edits::compat","",4,[[],["result",4]]],[11,"deserialize","","",5,[[],["result",4]]],[11,"deserialize","","",6,[[],["result",4]]],[11,"deserialize","","",7,[[],["result",4]]],[11,"deserialize","","",8,[[],["result",4]]],[11,"deserialize","map_model::edits::perma","",9,[[],["result",4]]],[11,"deserialize","","",10,[[],["result",4]]],[11,"deserialize","","",12,[[],["result",4]]],[11,"deserialize","map_model::edits","",18,[[],["result",4]]],[11,"deserialize","map_model::map","",30,[[],["result",4]]],[11,"deserialize","","",31,[[],["result",4]]],[11,"deserialize","map_model::objects::area","",32,[[],["result",4]]],[11,"deserialize","","",33,[[],["result",4]]],[11,"deserialize","","",34,[[],["result",4]]],[11,"deserialize","map_model::objects::building","",35,[[],["result",4]]],[11,"deserialize","","",36,[[],["result",4]]],[11,"deserialize","","",37,[[],["result",4]]],[11,"deserialize","","",38,[[],["result",4]]],[11,"deserialize","","",39,[[],["result",4]]],[11,"deserialize","","",41,[[],["result",4]]],[11,"deserialize","map_model::objects::bus_stop","",43,[[],["result",4]]],[11,"deserialize","","",44,[[],["result",4]]],[11,"deserialize","","",45,[[],["result",4]]],[11,"deserialize","","",46,[[],["result",4]]],[11,"deserialize","map_model::objects::intersection","",47,[[],["result",4]]],[11,"deserialize","","",48,[[],["result",4]]],[11,"deserialize","","",49,[[],["result",4]]],[11,"deserialize","map_model::objects::lane","",50,[[],["result",4]]],[11,"deserialize","","",51,[[],["result",4]]],[11,"deserialize","","",52,[[],["result",4]]],[11,"deserialize","map_model::objects::parking_lot","",53,[[],["result",4]]],[11,"deserialize","","",54,[[],["result",4]]],[11,"deserialize","map_model::objects::road","",55,[[],["result",4]]],[11,"deserialize","","",56,[[],["result",4]]],[11,"deserialize","","",57,[[],["result",4]]],[11,"deserialize","","",58,[[],["result",4]]],[11,"deserialize","map_model::objects::stop_signs","",59,[[],["result",4]]],[11,"deserialize","","",60,[[],["result",4]]],[11,"deserialize","map_model::objects::traffic_signals","",61,[[],["result",4]]],[11,"deserialize","","",62,[[],["result",4]]],[11,"deserialize","","",63,[[],["result",4]]],[11,"deserialize","map_model::objects::turn","",64,[[],["result",4]]],[11,"deserialize","","",65,[[],["result",4]]],[11,"deserialize","","",66,[[],["result",4]]],[11,"deserialize","","",67,[[],["result",4]]],[11,"deserialize","","",68,[[],["result",4]]],[11,"deserialize","","",69,[[],["result",4]]],[11,"deserialize","","",70,[[],["result",4]]],[11,"deserialize","map_model::objects::zone","",71,[[],["result",4]]],[11,"deserialize","","",72,[[],["result",4]]],[11,"deserialize","map_model::osm","",74,[[],["result",4]]],[11,"deserialize","","",75,[[],["result",4]]],[11,"deserialize","","",76,[[],["result",4]]],[11,"deserialize","","",77,[[],["result",4]]],[11,"deserialize","map_model::pathfind::ch","",78,[[],["result",4]]],[11,"deserialize","map_model::pathfind::node_map","",80,[[],["result",4]]],[11,"deserialize","map_model::pathfind::pathfinder","",81,[[],["result",4]]],[11,"deserialize","map_model::pathfind::uber_turns","",82,[[],["result",4]]],[11,"deserialize","","",83,[[],["result",4]]],[11,"deserialize","map_model::pathfind::vehicles","",85,[[],["result",4]]],[11,"deserialize","","",86,[[],["result",4]]],[11,"deserialize","map_model::pathfind::walking","",87,[[],["result",4]]],[11,"deserialize","map_model::connectivity","",3,[[],["result",4]]],[11,"deserialize","map_model::pathfind","",88,[[],["result",4]]],[11,"deserialize","","",89,[[],["result",4]]],[11,"deserialize","","",90,[[],["result",4]]],[11,"deserialize","","",91,[[],["result",4]]],[11,"deserialize","","",92,[[],["result",4]]],[11,"deserialize","map_model::raw","",93,[[],["result",4]]],[11,"deserialize","","",94,[[],["result",4]]],[11,"deserialize","","",95,[[],["result",4]]],[11,"deserialize","","",96,[[],["result",4]]],[11,"deserialize","","",97,[[],["result",4]]],[11,"deserialize","","",98,[[],["result",4]]],[11,"deserialize","","",99,[[],["result",4]]],[11,"deserialize","","",100,[[],["result",4]]],[11,"deserialize","","",102,[[],["result",4]]],[11,"deserialize","","",103,[[],["result",4]]],[11,"deserialize","map_model::traversable","",104,[[],["result",4]]],[11,"deserialize","","",105,[[],["result",4]]],[11,"deserialize","map_model","",106,[[],["result",4]]],[11,"enum_into_u32","map_model::pathfind","",90,[[],["u32",15]]],[11,"enum_from_u32","","",90,[[["u32",15]]]],[11,"serialize","","",90,[[["serializer",8],["enumset",3],["pathconstraints",4]],["result",4]]],[11,"deserialize","","",90,[[["deserializer",8]],[["result",4],["enumset",3]]]],[11,"to_perma","map_model::edits","",19,[[["map",3]],["permanenteditcmd",4]]],[11,"to_permanent","","Encode the edits in a permanent format, referring to …",16,[[["map",3]],["permanentmapedits",3]]],[11,"to_permanent","","",17,[[["map",3]],["permanenteditintersection",4]]],[11,"new_edits","map_model","",106,[[],["mapedits",3]]],[11,"get_edits","","",106,[[],["mapedits",3]]],[11,"unsaved_edits","","",106,[[],["bool",15]]],[11,"get_r_edit","","",106,[[["roadid",3]],["editroad",3]]],[11,"edit_road_cmd","","",106,[[["fn",8],["roadid",3]],["editcmd",4]]],[11,"get_i_edit","","Panics on borders",106,[[["intersectionid",3]],["editintersection",4]]],[11,"save_edits","","",106,[[]]],[11,"must_apply_edits","","",106,[[["mapedits",3]]]],[11,"try_apply_edits","","",106,[[["mapedits",3]]]],[11,"apply_edits","","",106,[[["mapedits",3],["bool",15]]]],[11,"recalculate_pathfinding_after_edits","","This can expensive, so don\'t constantly do it while …",106,[[["timer",3]]]],[11,"incremental_edit_traffic_signal","","Since the player is in the middle of editing, the signal …",106,[[["controltrafficsignal",3]]]],[11,"create_from_raw","","",106,[[["bool",15],["timer",3],["rawmap",3]],["map",3]]],[11,"import_minimal","","Use for creating a map directly from some external …",106,[[["bounds",3],["gpsbounds",3],["intersection",3],["vec",3],["mapname",3],["vec",3],["road",3],["vec",3],["vec",3],["lane",3],["turn",3]],["map",3]]],[11,"load_synchronously","","Load a map from a local serialized Map or RawMap. Note …",106,[[["string",3],["timer",3]],["map",3]]],[11,"map_loaded_directly","","After deserializing a map directly, call this after.",106,[[]]],[11,"blank","","Just for temporary std::mem::replace tricks.",106,[[],["map",3]]],[11,"all_roads","","",106,[[],["vec",3]]],[11,"all_lanes","","",106,[[],["vec",3]]],[11,"all_intersections","","",106,[[],["vec",3]]],[11,"all_turns","","",106,[[],["btreemap",3]]],[11,"all_buildings","","",106,[[],["vec",3]]],[11,"all_areas","","",106,[[],["vec",3]]],[11,"all_parking_lots","","",106,[[],["vec",3]]],[11,"all_zones","","",106,[[],["vec",3]]],[11,"maybe_get_r","","",106,[[["roadid",3]],[["road",3],["option",4]]]],[11,"maybe_get_l","","",106,[[["laneid",3]],[["option",4],["lane",3]]]],[11,"maybe_get_i","","",106,[[["intersectionid",3]],[["option",4],["intersection",3]]]],[11,"maybe_get_t","","",106,[[["turnid",3]],[["option",4],["turn",3]]]],[11,"maybe_get_b","","",106,[[["buildingid",3]],[["option",4],["building",3]]]],[11,"maybe_get_pl","","",106,[[["parkinglotid",3]],[["parkinglot",3],["option",4]]]],[11,"maybe_get_a","","",106,[[["areaid",3]],[["option",4],["area",3]]]],[11,"maybe_get_bs","","",106,[[["busstopid",3]],[["option",4],["busstop",3]]]],[11,"maybe_get_stop_sign","","",106,[[["intersectionid",3]],[["option",4],["controlstopsign",3]]]],[11,"maybe_get_traffic_signal","","",106,[[["intersectionid",3]],[["controltrafficsignal",3],["option",4]]]],[11,"maybe_get_br","","",106,[[["busrouteid",3]],[["option",4],["busroute",3]]]],[11,"get_r","","",106,[[["roadid",3]],["road",3]]],[11,"get_l","","",106,[[["laneid",3]],["lane",3]]],[11,"get_i","","",106,[[["intersectionid",3]],["intersection",3]]],[11,"get_t","","",106,[[["turnid",3]],["turn",3]]],[11,"get_b","","",106,[[["buildingid",3]],["building",3]]],[11,"get_a","","",106,[[["areaid",3]],["area",3]]],[11,"get_pl","","",106,[[["parkinglotid",3]],["parkinglot",3]]],[11,"get_stop_sign","","",106,[[["intersectionid",3]],["controlstopsign",3]]],[11,"get_traffic_signal","","",106,[[["intersectionid",3]],["controltrafficsignal",3]]],[11,"get_turns_in_intersection","","",106,[[["intersectionid",3]],[["vec",3],["turn",3]]]],[11,"get_turns_from_lane","","The turns may belong to two different intersections!",106,[[["laneid",3]],[["vec",3],["turn",3]]]],[11,"get_turns_to_lane","","",106,[[["laneid",3]],[["vec",3],["turn",3]]]],[11,"get_turn_between","","",106,[[["laneid",3],["intersectionid",3]],[["turnid",3],["option",4]]]],[11,"get_next_turns_and_lanes","","",106,[[["laneid",3],["intersectionid",3]],["vec",3]]],[11,"get_turns_for","","",106,[[["laneid",3],["pathconstraints",4]],[["vec",3],["turn",3]]]],[11,"get_next_roads","","",106,[[["roadid",3]],[["roadid",3],["btreeset",3]]]],[11,"get_parent","","",106,[[["laneid",3]],["road",3]]],[11,"get_gps_bounds","","",106,[[],["gpsbounds",3]]],[11,"get_bounds","","",106,[[],["bounds",3]]],[11,"get_city_name","","",106,[[],["cityname",3]]],[11,"get_name","","",106,[[],["mapname",3]]],[11,"all_bus_stops","","",106,[[],["btreemap",3]]],[11,"get_bs","","",106,[[["busstopid",3]],["busstop",3]]],[11,"get_br","","",106,[[["busrouteid",3]],["busroute",3]]],[11,"all_bus_routes","","",106,[[],["vec",3]]],[11,"get_bus_route","","",106,[[["str",15]],[["option",4],["busroute",3]]]],[11,"get_routes_serving_stop","","",106,[[["busstopid",3]],[["vec",3],["busroute",3]]]],[11,"building_to_road","","",106,[[["buildingid",3]],["road",3]]],[11,"all_incoming_borders","","This and all_outgoing_borders are expensive to constantly …",106,[[],[["vec",3],["intersection",3]]]],[11,"all_outgoing_borders","","",106,[[],[["vec",3],["intersection",3]]]],[11,"save","","",106,[[]]],[11,"find_driving_lane_near_building","","Cars trying to park near this building should head for …",106,[[["buildingid",3]],["laneid",3]]],[11,"get_boundary_polygon","","",106,[[],["polygon",3]]],[11,"pathfind","","",106,[[["pathrequest",3]],[["result",6],["path",3]]]],[11,"pathfind_avoiding_lanes","","",106,[[["laneid",3],["pathrequest",3],["btreeset",3]],[["path",3],["option",4]]]],[11,"pathfind_with_params","","",106,[[["routingparams",3],["pathrequest",3]],[["result",6],["path",3]]]],[11,"should_use_transit","","",106,[[["position",3]],["option",4]]],[11,"get_movement","","",106,[[["turnid",3]],[["movementid",3],["option",4]]]],[11,"find_r_by_osm_id","","",106,[[["originalroad",3]],[["roadid",3],["result",6]]]],[11,"find_i_by_osm_id","","",106,[[["nodeid",3]],[["result",6],["intersectionid",3]]]],[11,"find_b_by_osm_id","","",106,[[["osmid",4]],[["option",4],["buildingid",3]]]],[11,"find_br","","",106,[[["relationid",3]],[["option",4],["busrouteid",3]]]],[11,"hack_override_offstreet_spots","","",106,[[["usize",15]]]],[11,"hack_override_offstreet_spots_individ","","",106,[[["usize",15],["buildingid",3]]]],[11,"hack_override_bldg_type","","",106,[[["buildingid",3],["buildingtype",4]]]],[11,"hack_override_orig_spawn_times","","",106,[[["vec",3],["busrouteid",3],["time",3]]]],[11,"hack_add_area","","",106,[[["polygon",3],["tags",3],["areatype",4]]]],[11,"hack_override_routing_params","","",106,[[["timer",3],["routingparams",3]]]],[11,"get_languages","","",106,[[],[["btreeset",3],["str",15]]]],[11,"get_config","","",106,[[],["mapconfig",3]]],[11,"simple_path_btwn","","Simple search along undirected roads",106,[[["intersectionid",3]],[["vec",3],["option",4]]]],[11,"routing_params","","Returns the routing params baked into the map.",106,[[],["routingparams",3]]]],"p":[[3,"City"],[3,"WalkingOptions"],[3,"Item"],[4,"WalkingNode"],[3,"OriginalLane"],[3,"ChangeLaneType"],[3,"ReverseLane"],[3,"ChangeSpeedLimit"],[3,"ChangeAccessRestrictions"],[3,"PermanentMapEdits"],[4,"PermanentEditIntersection"],[13,"StopSign"],[4,"PermanentEditCmd"],[13,"ChangeRoad"],[13,"ChangeIntersection"],[13,"ChangeRouteSchedule"],[3,"MapEdits"],[4,"EditIntersection"],[3,"EditRoad"],[4,"EditCmd"],[13,"ChangeRoad"],[13,"ChangeIntersection"],[13,"ChangeRouteSchedule"],[3,"EditEffects"],[3,"Piece"],[3,"LaneSpec"],[3,"InitialMap"],[3,"Road"],[3,"Intersection"],[3,"Matcher"],[3,"MapConfig"],[4,"DrivingSide"],[3,"AreaID"],[4,"AreaType"],[3,"Area"],[3,"BuildingID"],[3,"Building"],[3,"Amenity"],[4,"OffstreetParking"],[4,"BuildingType"],[13,"Residential"],[3,"NamePerLanguage"],[4,"AmenityType"],[3,"BusStopID"],[3,"BusRouteID"],[3,"BusStop"],[3,"BusRoute"],[3,"IntersectionID"],[4,"IntersectionType"],[3,"Intersection"],[3,"LaneID"],[4,"LaneType"],[3,"Lane"],[3,"ParkingLotID"],[3,"ParkingLot"],[3,"RoadID"],[4,"Direction"],[3,"DirectedRoadID"],[3,"Road"],[3,"ControlStopSign"],[3,"RoadWithStopSign"],[3,"ControlTrafficSignal"],[3,"Stage"],[4,"StageType"],[3,"TurnID"],[4,"TurnType"],[4,"TurnPriority"],[3,"Turn"],[3,"MovementID"],[3,"CompressedMovementID"],[3,"Movement"],[3,"AccessRestrictions"],[3,"Zone"],[4,"RoadRank"],[3,"NodeID"],[3,"WayID"],[3,"RelationID"],[4,"OsmID"],[3,"ContractionHierarchyPathfinder"],[3,"NodeMap"],[3,"InnerNodeMap"],[4,"Pathfinder"],[3,"IntersectionCluster"],[3,"UberTurn"],[3,"UberTurnGroup"],[3,"VehiclePathfinder"],[4,"Node"],[3,"SidewalkPathfinder"],[4,"PathStep"],[3,"Path"],[4,"PathConstraints"],[3,"PathRequest"],[3,"RoutingParams"],[3,"RawMap"],[3,"OriginalRoad"],[3,"RawRoad"],[3,"RawIntersection"],[3,"RawBuilding"],[3,"RawArea"],[3,"RawParkingLot"],[4,"RestrictionType"],[3,"TurnRestriction"],[3,"RawBusRoute"],[3,"RawBusStop"],[3,"Position"],[4,"Traversable"],[3,"Map"]]},\ "one_step_import":{"doc":"","i":[[5,"main","one_step_import","Import a one-shot A/B Street map in a single command. …",null,[[],["result",6]]]],"p":[]},\ "osm_viewer":{"doc":"","i":[[0,"viewer","osm_viewer","",null,null],[6,"App","osm_viewer::viewer","",null,null],[3,"Viewer","","",null,null],[12,"top_panel","","",0,null],[12,"fixed_object_outline","","",0,null],[12,"minimap","","",0,null],[12,"businesses","","",0,null],[11,"new","","",0,[[["simpleapp",3],["eventctx",3]],[["box",3],["state",8]]]],[11,"recalculate_top_panel","","",0,[[["option",4],["simpleapp",3],["widget",3],["eventctx",3]]]],[11,"calculate_tags","","",0,[[["eventctx",3],["simpleapp",3]],["widget",3]]],[3,"BusinessSearch","","",null,null],[12,"counts","","",1,null],[12,"show","","",1,null],[12,"highlight","","",1,null],[12,"hovering_on_amenity","","",1,null],[11,"new","","",1,[[["simpleapp",3],["eventctx",3]],["businesssearch",3]]],[11,"update","","",1,[[["simpleapp",3],["eventctx",3]]]],[11,"hovering_on_amenity","","",1,[[["option",4],["string",3],["simpleapp",3],["eventctx",3]]]],[11,"render","","",1,[[["eventctx",3]],["widget",3]]],[3,"MinimapController","","",null,null],[5,"main","osm_viewer","",null,[[]]],[5,"run","","",null,[[["settings",3]]]],[11,"from","osm_viewer::viewer","",0,[[]]],[11,"into","","",0,[[]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"vzip","","",0,[[]]],[11,"into_any","","",0,[[["box",3],["global",3]],[["global",3],["any",8],["box",3]]]],[11,"into_any_rc","","",0,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",0,[[],["any",8]]],[11,"as_any_mut","","",0,[[],["any",8]]],[11,"from","","",1,[[]]],[11,"into","","",1,[[]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"vzip","","",1,[[]]],[11,"into_any","","",1,[[["box",3],["global",3]],[["global",3],["any",8],["box",3]]]],[11,"into_any_rc","","",1,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",1,[[],["any",8]]],[11,"as_any_mut","","",1,[[],["any",8]]],[11,"into_any_arc","","",1,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","","",2,[[]]],[11,"into","","",2,[[]]],[11,"borrow","","",2,[[]]],[11,"borrow_mut","","",2,[[]]],[11,"try_from","","",2,[[],["result",4]]],[11,"try_into","","",2,[[],["result",4]]],[11,"type_id","","",2,[[],["typeid",3]]],[11,"vzip","","",2,[[]]],[11,"into_any","","",2,[[["box",3],["global",3]],[["global",3],["any",8],["box",3]]]],[11,"into_any_rc","","",2,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",2,[[],["any",8]]],[11,"as_any_mut","","",2,[[],["any",8]]],[11,"into_any_arc","","",2,[[["arc",3]],[["any",8],["arc",3]]]],[11,"event","","",0,[[["simpleapp",3],["eventctx",3]],[["transition",4],["simpleapp",3]]]],[11,"draw_baselayer","","",0,[[],["drawbaselayer",4]]],[11,"draw","","",0,[[["simpleapp",3],["gfxctx",3]]]],[11,"has_zorder","","",2,[[["simpleapp",3]],["bool",15]]],[11,"make_legend","","",2,[[["simpleapp",3],["eventctx",3]],["widget",3]]]],"p":[[3,"Viewer"],[3,"BusinessSearch"],[3,"MinimapController"]]},\ diff --git a/rustdoc/src/convert_osm/elevation.rs.html b/rustdoc/src/convert_osm/elevation.rs.html index f3a2c95e19..145e70f3eb 100644 --- a/rustdoc/src/convert_osm/elevation.rs.html +++ b/rustdoc/src/convert_osm/elevation.rs.html @@ -187,7 +187,7 @@ timer.start("run elevation_lookups"); std::fs::create_dir_all("elevation_output")?; - std::fs::create_dir_all("data/input/shared/elevation")?; + std::fs::create_dir_all(abstio::path_shared_input("elevation"))?; let pwd = std::env::current_dir()?.display().to_string(); // Because elevation_lookups has so many dependencies, just depend on Docker. let status = Command::new("docker") @@ -202,8 +202,8 @@ // our data/input/shared directory. .arg("--mount") .arg(format!( - "type=bind,source={}/data/input/shared/elevation,target=/elevation/data", - pwd + "type=bind,source={},target=/elevation/data", + abstio::path_shared_input("elevation") )) .arg("--mount") .arg(format!( diff --git a/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-e51c0a1cdd4549fe/out/built.rs.html b/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-e51c0a1cdd4549fe/out/built.rs.html index 70a8ec9932..d073f0ce76 100644 --- a/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-e51c0a1cdd4549fe/out/built.rs.html +++ b/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-e51c0a1cdd4549fe/out/built.rs.html @@ -122,7 +122,7 @@ /// The output of `rustdoc -V` pub const RUSTDOC_VERSION: &str = "rustdoc 1.51.0 (2fd73fabe 2021-03-23)"; /// The built-time in RFC2822, UTC -pub const BUILT_TIME_UTC: &str = "Sat, 03 Apr 2021 18:35:49 +0000"; +pub const BUILT_TIME_UTC: &str = "Sun, 04 Apr 2021 17:14:31 +0000"; /// The target architecture, given by `cfg!(target_arch)`. pub const CFG_TARGET_ARCH: &str = "x86_64"; /// The endianness, given by `cfg!(target_endian)`. diff --git a/rustdoc/src/map_gui/tools/command.rs.html b/rustdoc/src/map_gui/tools/command.rs.html index 6f343517a5..290a1c091b 100644 --- a/rustdoc/src/map_gui/tools/command.rs.html +++ b/rustdoc/src/map_gui/tools/command.rs.html @@ -161,6 +161,11 @@ 158 159 160 +161 +162 +163 +164 +165use std::collections::VecDeque; use std::time::Duration; @@ -183,6 +188,7 @@ lines: VecDeque<String>, max_capacity: usize, started: Instant, + last_drawn: Instant, // Wrapped in an Option just to make calling from event() work. The bool is success, and the // strings are the last lines of output. on_load: Option<Box<dyn FnOnce(&mut EventCtx, &mut A, bool, Vec<String>) -> Transition<A>>>, @@ -219,6 +225,7 @@ lines: VecDeque::new(), max_capacity, started: Instant::now(), + last_drawn: Instant::now(), on_load: Some(on_load), }) } @@ -275,18 +282,21 @@ self.read_output(); - // Throttle rerendering? - let mut txt = Text::from( - Line(format!( - "Running command... {} so far", - geom::Duration::realtime_elapsed(self.started) - )) - .small_heading(), - ); - for line in &self.lines { - txt.add_line(line); + // Throttle rerendering + if abstutil::elapsed_seconds(self.last_drawn) > 0.1 { + let mut txt = Text::from( + Line(format!( + "Running command... {} so far", + geom::Duration::realtime_elapsed(self.started) + )) + .small_heading(), + ); + for line in &self.lines { + txt.add_line(line); + } + self.panel = ctx.make_loading_screen(txt); + self.last_drawn = Instant::now(); } - self.panel = ctx.make_loading_screen(txt); if let Some(status) = self.p.poll() { // Make sure to grab all remaining output.