pub fn get_route_intervals(
    route: &Route,
    is_marker_activity: impl Fn(&Activity) -> bool
) -> Vec<(usize, usize)>
Expand description

Returns intervals between vehicle terminal and marker job activities.