Function kvvliveapi::departures_by_stop_with_max [] [src]

pub fn departures_by_stop_with_max(
    stop_id: &str,
    max_info: u32
) -> Result<Departures, Error>

Get next departures for a stop up to a maximum of max_info entries (may be less)

Note that the API does not seem to yield more than 10 results with max_info specified, but may yield more results without it