Stadiamaps

Latest version: v5.0.0

Safety actively analyzes 714712 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

5.0.0

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.

4.0.0

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

3.2.0

Added

- Add support for bulk geocoding

Fixed

- Isochrone request models now support all costing models

3.1.0

Added

- Add support for elevation in route responses

3.0.0

Added

- Add support for low-speed vehicle routing
- The matrix endpoint now accepts its own model rather than coordinate. This includes a search cutoff and paves the way for future expansion.

Changed

- Improved the documentation of the matrix endpoint failure modes

Fixed

- The time and distance field on matrix source to target models are now marked as nullable
- Enum serialization (broken in the upstream OpenAPI generator)

2.1.0

Added

- `ignore_` options for ignoring various restrictions (useful for certain map matching applications)

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.