This function is designed to parse the content returned by the interior
steps of the directions function.
parse_directions_content(directions_content)A tibble consisting of the following columns:
direction_id
direction_name,
route_id
route_type
route_type_description
route_direction_description
A direction, as a list, returned by the
directions API call.