[][src]Trait osm_transit_extractor::Shape

pub trait Shape {
    fn get_shape(&self) -> &Vec<Vec<Coord>>;
}

Required methods

fn get_shape(&self) -> &Vec<Vec<Coord>>

Loading content...

Implementors

impl Shape for Line[src]

impl Shape for Route[src]

Loading content...