Added
- Support for the OSRM format and navigation aids
- BREAKING: To support the new format, the response type of directions APIs has changed
You will now need to access the `actual_instance` property of API responses that return directions responses.
Aside from this, your existing code should work.
python
res = api_instance.route(req).actual_instance