Added
- BREAKING: Renamed models containing Valhalla and Pelias in their names to be generic. These now have rout(e|ing) or geocod(e|ing) prefixes.
- BREAKING: Added additional properties to the "main" feature properties object. This improves accessibility, but if you previously reached into `additional_properties`, you may need to change your code to use the new property directly.
- Adds support for the `foursquare` data source.
- Documents the elevation_interval parameter on certain routing requests.
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.