diff --git a/rustdoc/fifteen_min/isochrone/fn.draw_isochrone.html b/rustdoc/fifteen_min/isochrone/fn.draw_isochrone.html index f085e1de12..74386c669a 100644 --- a/rustdoc/fifteen_min/isochrone/fn.draw_isochrone.html +++ b/rustdoc/fifteen_min/isochrone/fn.draw_isochrone.html @@ -1,4 +1,4 @@ fifteen_min::isochrone::draw_isochrone - Rust

[][src]Function fifteen_min::isochrone::draw_isochrone

fn draw_isochrone(
    app: &SimpleApp<()>,
    time_to_reach_building: &HashMap<BuildingID, Duration>
) -> GeomBatch
\ No newline at end of file + Change settings

[][src]Function fifteen_min::isochrone::draw_isochrone

fn draw_isochrone(
    app: &SimpleApp<()>,
    time_to_reach_building: &HashMap<BuildingID, Duration>
) -> GeomBatch
\ No newline at end of file diff --git a/rustdoc/fifteen_min/isochrone/struct.Isochrone.html b/rustdoc/fifteen_min/isochrone/struct.Isochrone.html index 5ee8976eb7..bbda0791f8 100644 --- a/rustdoc/fifteen_min/isochrone/struct.Isochrone.html +++ b/rustdoc/fifteen_min/isochrone/struct.Isochrone.html @@ -17,7 +17,7 @@ amenities_reachable: MultiMap<&'static str, BuildingID>

Per category of amenity (defined by helpers::amenity_type), what buildings have that?

population: usize

How many people live in the returned area, according to estimates included in the map (from city-specific parcel data, guesses from census, or a guess based on OSM tags)

-

Implementations

impl Isochrone[src]

pub fn new(
    ctx: &mut EventCtx<'_>,
    app: &SimpleApp<()>,
    start: BuildingID,
    constraints: PathConstraints
) -> Isochrone
[src]

pub fn path_to(&self, map: &Map, to: BuildingID) -> Option<Path>[src]

Auto Trait Implementations

impl !RefUnwindSafe for Isochrone

impl !Send for Isochrone

impl !Sync for Isochrone

impl Unpin for Isochrone

impl UnwindSafe for Isochrone

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

Implementations

impl Isochrone[src]

pub fn new(
    ctx: &mut EventCtx<'_>,
    app: &SimpleApp<()>,
    start: BuildingID,
    constraints: PathConstraints
) -> Isochrone
[src]

pub fn path_to(&self, map: &Map, to: BuildingID) -> Option<Path>[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Downcast for T where
    T: Any

[][src]Type Definition fifteen_min::App

type App = SimpleApp<()>;
\ No newline at end of file diff --git a/rustdoc/fifteen_min/viewer/fn.build_panel.html b/rustdoc/fifteen_min/viewer/fn.build_panel.html index c80ee281c2..ec67f5f28d 100644 --- a/rustdoc/fifteen_min/viewer/fn.build_panel.html +++ b/rustdoc/fifteen_min/viewer/fn.build_panel.html @@ -1,4 +1,4 @@ fifteen_min::viewer::build_panel - Rust

[][src]Function fifteen_min::viewer::build_panel

fn build_panel(
    ctx: &mut EventCtx<'_>,
    app: &SimpleApp<()>,
    start: &Building,
    isochrone: &Isochrone
) -> Panel
\ No newline at end of file + Change settings

[][src]Function fifteen_min::viewer::build_panel

fn build_panel(
    ctx: &mut EventCtx<'_>,
    app: &SimpleApp<()>,
    start: &Building,
    isochrone: &Isochrone
) -> Panel
\ No newline at end of file diff --git a/rustdoc/fifteen_min/viewer/struct.HoverOnBuilding.html b/rustdoc/fifteen_min/viewer/struct.HoverOnBuilding.html index 60f0881f0c..ec3749920a 100644 --- a/rustdoc/fifteen_min/viewer/struct.HoverOnBuilding.html +++ b/rustdoc/fifteen_min/viewer/struct.HoverOnBuilding.html @@ -5,7 +5,7 @@ tooltip: Text, drawn_route: Drawable, }

- Fields

tooltip: Textdrawn_route: Drawable

Implementations

impl HoverOnBuilding[src]

fn key(ctx: &EventCtx<'_>, app: &SimpleApp<()>) -> Option<(BuildingID, f64)>[src]

fn value(
    ctx: &mut EventCtx<'_>,
    app: &SimpleApp<()>,
    key: (BuildingID, f64),
    isochrone: &Isochrone
) -> HoverOnBuilding
[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]