Struct transitfeed::Shape [] [src]

pub struct Shape {
    pub transit_id: i64,
    pub shape_id: String,
    pub shape_pt_lat: f64,
    pub shape_pt_lon: f64,
    pub shape_pt_sequence: u64,
    pub shape_dist_traveled: f64,
}

Shape

Fields