- api_key
API key for the 'BODS' dataset passed as a string. Can be obtained from the 'BODS' API login
- bounding_box
vector of four numerics. Limit results to location data
for vehicles within the rectangular boundingBox
you set using co-ordinates [minLatitude, maxLatitude, minLongitude, maxLongitude].
Defaults to NULL.
- noc
string or vector of strings. Limit results to fares data sets for specified National Operator Codes.
A full lookup of NOC to bus operator names can be seen using noc_lookup().
Defaults to NULL.
- vehicle_ref
string. Limit results to bus location data with the
specified vehicle_ref. This is a unique reference for the vehicle that is
consistent and is generated by the vehicle equipment. Defaults to NULL.
- line_ref
string. Limit results to bus location data with the
specified line_ref. Defaults to NULL.
- producer_ref
string. Limit results to bus location data with the
specified producer_ref. Defaults to NULL.
- origin_ref
string. Limit results to bus location data with the
specified origin reference. Accepts any National Public Transport Access Nodes (NaPTAN) value,
which can be found the NaPTAN access nodes dataset.
Defaults to NULL.
- destination_ref
string. Limit results to bus location data with the
specified destination reference. Accepts any National Public Transport Access Nodes (NaPTAN) value,
which can be found the NaPTAN access nodes dataset.
Defaults to NULL.