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

transit_id: i64 shape_id: String shape_pt_lat: f64 shape_pt_lon: f64 shape_pt_sequence: u64 shape_dist_traveled: f64