stadiamaps 2.1.0__tar.gz → 3.0.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {stadiamaps-2.1.0/stadiamaps.egg-info → stadiamaps-3.0.0}/PKG-INFO +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/pyproject.toml +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/setup.py +2 -2
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/__init__.py +4 -2
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/api/geocoding_api.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/api/geospatial_api.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/api/routing_api.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/api_client.py +5 -3
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/configuration.py +3 -3
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/exceptions.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/__init__.py +3 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/access.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/admin_region.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/administrative.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/auto_costing_options.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/base_costing_options.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/base_trace_request.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/bicycle_costing_options.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/bike_network.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/contour.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/coordinate.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/costing_model.py +2 -2
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/costing_options.py +9 -3
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/directions_options.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/distance_unit.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/edge_sign.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/edge_use.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/end_node.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/geo_attributes.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/geo_json_geometry.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/geo_json_geometry_base.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/geo_json_line_string.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/geo_json_point.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/geo_json_polygon.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/geocoding_object.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/height_request.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/height_response.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/highway_classification.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/intersecting_edge.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/isochrone_costing_model.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/isochrone_feature.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/isochrone_properties.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/isochrone_request.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/isochrone_response.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/locate_detailed_edge.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/locate_edge.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/locate_edge_info.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/locate_node.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/locate_object.py +1 -1
- stadiamaps-3.0.0/stadiamaps/models/low_speed_vehicle_costing_options.py +140 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/maneuver_sign.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/maneuver_sign_element.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/map_match_costing_model.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/map_match_request.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/map_match_route_response.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/map_match_trace_options.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/map_match_waypoint.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/matched_point.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/matrix_costing_model.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/matrix_distance.py +14 -4
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/matrix_request.py +6 -6
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/matrix_response.py +1 -1
- stadiamaps-3.0.0/stadiamaps/models/matrix_waypoint.py +106 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/motor_scooter_costing_options.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/motorcycle_costing_options.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/nearest_roads_request.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/node_id.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/node_type.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/optimized_route_request.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/pedestrian_costing_options.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/pelias_geo_json_feature.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/pelias_geo_json_properties.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/pelias_geo_json_properties_addendum.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/pelias_geo_json_properties_addendum_osm.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/pelias_layer.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/pelias_response.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/pelias_source.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/restrictions.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/road_class.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/route_leg.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/route_maneuver.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/route_request.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/route_response.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/route_response_alternates_inner.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/route_summary.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/route_trip.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/routing_response_waypoint.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/routing_waypoint.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/routing_waypoint_all_of_search_filter.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/simple_routing_waypoint.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/speeds.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/trace_attribute_filter_options.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/trace_attribute_key.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/trace_attributes_base_response.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/trace_attributes_request.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/trace_attributes_response.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/trace_edge.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/travel_mode.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/traversability.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/truck_costing_options.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/tz_response.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/valhalla_languages.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/valhalla_long_units.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/warning.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/rest.py +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0/stadiamaps.egg-info}/PKG-INFO +1 -1
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps.egg-info/SOURCES.txt +4 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/integration/test_gecoding.py +8 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/integration/test_routing.py +43 -6
- stadiamaps-3.0.0/test/test_low_speed_vehicle_costing_options.py +66 -0
- stadiamaps-3.0.0/test/test_matrix_waypoint.py +56 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/LICENSE.txt +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/README.md +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/setup.cfg +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/api/__init__.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/api_response.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/auto_costing_options_all_of.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/bicycle_costing_options_all_of.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/geo_json_line_string_all_of.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/geo_json_point_all_of.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/geo_json_polygon_all_of.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/locate_node_all_of.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/map_match_request_all_of.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/map_match_route_response_all_of.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/map_match_waypoint_all_of.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/motor_scooter_costing_options_all_of.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/motorcycle_costing_options_all_of.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/pelias_response_geocoding.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/route_response_trip.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/routing_response_waypoint_all_of.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/routing_waypoint_all_of.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/simple_routing_waypoint_all_of.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/trace_attributes_request_all_of.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/trace_attributes_request_all_of_filters.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/trace_attributes_response_all_of.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/models/truck_costing_options_all_of.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps/py.typed +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps.egg-info/dependency_links.txt +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps.egg-info/requires.txt +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/stadiamaps.egg-info/top_level.txt +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/integration/__init__.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/integration/test_eu_endpoint.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/integration/test_geospatial.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_access.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_admin_region.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_administrative.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_auto_costing_options.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_auto_costing_options_all_of.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_base_costing_options.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_base_trace_request.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_bicycle_costing_options.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_bicycle_costing_options_all_of.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_bike_network.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_contour.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_coordinate.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_costing_model.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_costing_options.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_directions_options.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_distance_unit.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_edge_sign.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_edge_use.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_end_node.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_geo_attributes.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_geo_json_geometry.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_geo_json_geometry_base.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_geo_json_line_string.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_geo_json_line_string_all_of.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_geo_json_point.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_geo_json_point_all_of.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_geo_json_polygon.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_geo_json_polygon_all_of.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_geocoding_api.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_geocoding_object.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_geospatial_api.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_height_request.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_height_response.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_highway_classification.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_intersecting_edge.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_isochrone_costing_model.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_isochrone_feature.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_isochrone_properties.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_isochrone_request.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_isochrone_response.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_locate_detailed_edge.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_locate_edge.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_locate_edge_info.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_locate_node.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_locate_node_all_of.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_locate_object.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_maneuver_sign.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_maneuver_sign_element.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_map_match_costing_model.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_map_match_request.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_map_match_request_all_of.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_map_match_route_response.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_map_match_route_response_all_of.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_map_match_trace_options.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_map_match_waypoint.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_map_match_waypoint_all_of.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_matched_point.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_matrix_costing_model.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_matrix_distance.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_matrix_request.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_matrix_response.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_motor_scooter_costing_options.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_motor_scooter_costing_options_all_of.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_motorcycle_costing_options.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_motorcycle_costing_options_all_of.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_nearest_roads_request.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_node_id.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_node_type.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_optimized_route_request.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_pedestrian_costing_options.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_pelias_geo_json_feature.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_pelias_geo_json_properties.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_pelias_geo_json_properties_addendum.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_pelias_geo_json_properties_addendum_osm.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_pelias_layer.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_pelias_response.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_pelias_response_geocoding.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_pelias_source.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_restrictions.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_road_class.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_route_leg.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_route_maneuver.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_route_request.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_route_response.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_route_response_alternates_inner.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_route_response_trip.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_route_summary.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_route_trip.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_routing_api.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_routing_response_waypoint.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_routing_response_waypoint_all_of.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_routing_waypoint.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_routing_waypoint_all_of.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_routing_waypoint_all_of_search_filter.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_simple_routing_waypoint.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_simple_routing_waypoint_all_of.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_speeds.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_trace_attribute_filter_options.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_trace_attribute_key.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_trace_attributes_base_response.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_trace_attributes_request.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_trace_attributes_request_all_of.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_trace_attributes_request_all_of_filters.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_trace_attributes_response.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_trace_attributes_response_all_of.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_trace_edge.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_travel_mode.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_traversability.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_truck_costing_options.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_truck_costing_options_all_of.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_tz_response.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_valhalla_languages.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_valhalla_long_units.py +0 -0
- {stadiamaps-2.1.0 → stadiamaps-3.0.0}/test/test_warning.py +0 -0
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -22,7 +22,7 @@ from setuptools import setup, find_packages # noqa: H301
|
|
22
22
|
# prerequisite: setuptools
|
23
23
|
# http://pypi.python.org/pypi/setuptools
|
24
24
|
NAME = "stadiamaps"
|
25
|
-
VERSION = "
|
25
|
+
VERSION = "3.0.0"
|
26
26
|
PYTHON_REQUIRES = ">=3.7"
|
27
27
|
REQUIRES = [
|
28
28
|
"urllib3 >= 1.25.3, < 2.1.0",
|
@@ -7,7 +7,7 @@
|
|
7
7
|
|
8
8
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
9
9
|
|
10
|
-
The version of the OpenAPI document: 6.
|
10
|
+
The version of the OpenAPI document: 6.3.0
|
11
11
|
Contact: support@stadiamaps.com
|
12
12
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
13
13
|
|
@@ -15,7 +15,7 @@
|
|
15
15
|
""" # noqa: E501
|
16
16
|
|
17
17
|
|
18
|
-
__version__ = "
|
18
|
+
__version__ = "3.0.0"
|
19
19
|
|
20
20
|
# import apis into sdk package
|
21
21
|
from stadiamaps.api.geocoding_api import GeocodingApi
|
@@ -72,6 +72,7 @@ from stadiamaps.models.locate_edge import LocateEdge
|
|
72
72
|
from stadiamaps.models.locate_edge_info import LocateEdgeInfo
|
73
73
|
from stadiamaps.models.locate_node import LocateNode
|
74
74
|
from stadiamaps.models.locate_object import LocateObject
|
75
|
+
from stadiamaps.models.low_speed_vehicle_costing_options import LowSpeedVehicleCostingOptions
|
75
76
|
from stadiamaps.models.maneuver_sign import ManeuverSign
|
76
77
|
from stadiamaps.models.maneuver_sign_element import ManeuverSignElement
|
77
78
|
from stadiamaps.models.map_match_costing_model import MapMatchCostingModel
|
@@ -84,6 +85,7 @@ from stadiamaps.models.matrix_costing_model import MatrixCostingModel
|
|
84
85
|
from stadiamaps.models.matrix_distance import MatrixDistance
|
85
86
|
from stadiamaps.models.matrix_request import MatrixRequest
|
86
87
|
from stadiamaps.models.matrix_response import MatrixResponse
|
88
|
+
from stadiamaps.models.matrix_waypoint import MatrixWaypoint
|
87
89
|
from stadiamaps.models.motor_scooter_costing_options import MotorScooterCostingOptions
|
88
90
|
from stadiamaps.models.motorcycle_costing_options import MotorcycleCostingOptions
|
89
91
|
from stadiamaps.models.nearest_roads_request import NearestRoadsRequest
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -88,7 +88,7 @@ class ApiClient:
|
|
88
88
|
self.default_headers[header_name] = header_value
|
89
89
|
self.cookie = cookie
|
90
90
|
# Set default User-Agent.
|
91
|
-
self.user_agent = 'OpenAPI-Generator/
|
91
|
+
self.user_agent = 'OpenAPI-Generator/3.0.0/python'
|
92
92
|
self.client_side_validation = configuration.client_side_validation
|
93
93
|
|
94
94
|
def __enter__(self):
|
@@ -481,6 +481,8 @@ class ApiClient:
|
|
481
481
|
v = str(v).lower()
|
482
482
|
if isinstance(v, (int, float)):
|
483
483
|
v = str(v)
|
484
|
+
if isinstance(v, Enum):
|
485
|
+
v = str(v.value)
|
484
486
|
if isinstance(v, dict):
|
485
487
|
v = json.dumps(v)
|
486
488
|
|
@@ -498,7 +500,7 @@ class ApiClient:
|
|
498
500
|
else: # csv is the default
|
499
501
|
delimiter = ','
|
500
502
|
new_params.append(
|
501
|
-
(k, delimiter.join(quote(str(value)) for value in v))
|
503
|
+
(k, delimiter.join(quote(str(value.value) if isinstance(value, Enum) else str(value)) for value in v))
|
502
504
|
)
|
503
505
|
else:
|
504
506
|
new_params.append((k, quote(str(v))))
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -399,8 +399,8 @@ conf = stadiamaps.Configuration(
|
|
399
399
|
return "Python SDK Debug Report:\n"\
|
400
400
|
"OS: {env}\n"\
|
401
401
|
"Python Version: {pyversion}\n"\
|
402
|
-
"Version of the API: 6.
|
403
|
-
"SDK Package Version:
|
402
|
+
"Version of the API: 6.3.0\n"\
|
403
|
+
"SDK Package Version: 3.0.0".\
|
404
404
|
format(env=sys.platform, pyversion=sys.version)
|
405
405
|
|
406
406
|
def get_host_settings(self):
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
8
8
|
|
9
|
-
The version of the OpenAPI document: 6.
|
9
|
+
The version of the OpenAPI document: 6.3.0
|
10
10
|
Contact: support@stadiamaps.com
|
11
11
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
12
12
|
|
@@ -53,6 +53,7 @@ from stadiamaps.models.locate_edge import LocateEdge
|
|
53
53
|
from stadiamaps.models.locate_edge_info import LocateEdgeInfo
|
54
54
|
from stadiamaps.models.locate_node import LocateNode
|
55
55
|
from stadiamaps.models.locate_object import LocateObject
|
56
|
+
from stadiamaps.models.low_speed_vehicle_costing_options import LowSpeedVehicleCostingOptions
|
56
57
|
from stadiamaps.models.maneuver_sign import ManeuverSign
|
57
58
|
from stadiamaps.models.maneuver_sign_element import ManeuverSignElement
|
58
59
|
from stadiamaps.models.map_match_costing_model import MapMatchCostingModel
|
@@ -65,6 +66,7 @@ from stadiamaps.models.matrix_costing_model import MatrixCostingModel
|
|
65
66
|
from stadiamaps.models.matrix_distance import MatrixDistance
|
66
67
|
from stadiamaps.models.matrix_request import MatrixRequest
|
67
68
|
from stadiamaps.models.matrix_response import MatrixResponse
|
69
|
+
from stadiamaps.models.matrix_waypoint import MatrixWaypoint
|
68
70
|
from stadiamaps.models.motor_scooter_costing_options import MotorScooterCostingOptions
|
69
71
|
from stadiamaps.models.motorcycle_costing_options import MotorcycleCostingOptions
|
70
72
|
from stadiamaps.models.nearest_roads_request import NearestRoadsRequest
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -21,7 +21,7 @@ from typing_extensions import Self
|
|
21
21
|
|
22
22
|
class CostingModel(str, Enum):
|
23
23
|
"""
|
24
|
-
|
24
|
+
A model which influences the routing based on the type of travel. The costing model affects parameters ranging from which roads are legally accessible to preferences based on comfort or speed. See https://valhalla.github.io/valhalla/api/turn-by-turn/api-reference/#costing-models for in-depth descriptions of each costing model.
|
25
25
|
"""
|
26
26
|
|
27
27
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -22,6 +22,7 @@ from pydantic import BaseModel, ConfigDict
|
|
22
22
|
from typing import Any, ClassVar, Dict, List, Optional
|
23
23
|
from stadiamaps.models.auto_costing_options import AutoCostingOptions
|
24
24
|
from stadiamaps.models.bicycle_costing_options import BicycleCostingOptions
|
25
|
+
from stadiamaps.models.low_speed_vehicle_costing_options import LowSpeedVehicleCostingOptions
|
25
26
|
from stadiamaps.models.motor_scooter_costing_options import MotorScooterCostingOptions
|
26
27
|
from stadiamaps.models.motorcycle_costing_options import MotorcycleCostingOptions
|
27
28
|
from stadiamaps.models.pedestrian_costing_options import PedestrianCostingOptions
|
@@ -41,8 +42,9 @@ class CostingOptions(BaseModel):
|
|
41
42
|
motor_scooter: Optional[MotorScooterCostingOptions] = None
|
42
43
|
motorcycle: Optional[MotorcycleCostingOptions] = None
|
43
44
|
pedestrian: Optional[PedestrianCostingOptions] = None
|
45
|
+
low_speed_vehicle: Optional[LowSpeedVehicleCostingOptions] = None
|
44
46
|
additional_properties: Dict[str, Any] = {}
|
45
|
-
__properties: ClassVar[List[str]] = ["auto", "bus", "taxi", "truck", "bicycle", "motor_scooter", "motorcycle", "pedestrian"]
|
47
|
+
__properties: ClassVar[List[str]] = ["auto", "bus", "taxi", "truck", "bicycle", "motor_scooter", "motorcycle", "pedestrian", "low_speed_vehicle"]
|
46
48
|
|
47
49
|
model_config = ConfigDict(
|
48
50
|
populate_by_name=True,
|
@@ -109,6 +111,9 @@ class CostingOptions(BaseModel):
|
|
109
111
|
# override the default output from pydantic by calling `to_dict()` of pedestrian
|
110
112
|
if self.pedestrian:
|
111
113
|
_dict['pedestrian'] = self.pedestrian.to_dict()
|
114
|
+
# override the default output from pydantic by calling `to_dict()` of low_speed_vehicle
|
115
|
+
if self.low_speed_vehicle:
|
116
|
+
_dict['low_speed_vehicle'] = self.low_speed_vehicle.to_dict()
|
112
117
|
# puts key-value pairs in additional_properties in the top level
|
113
118
|
if self.additional_properties is not None:
|
114
119
|
for _key, _value in self.additional_properties.items():
|
@@ -133,7 +138,8 @@ class CostingOptions(BaseModel):
|
|
133
138
|
"bicycle": BicycleCostingOptions.from_dict(obj["bicycle"]) if obj.get("bicycle") is not None else None,
|
134
139
|
"motor_scooter": MotorScooterCostingOptions.from_dict(obj["motor_scooter"]) if obj.get("motor_scooter") is not None else None,
|
135
140
|
"motorcycle": MotorcycleCostingOptions.from_dict(obj["motorcycle"]) if obj.get("motorcycle") is not None else None,
|
136
|
-
"pedestrian": PedestrianCostingOptions.from_dict(obj["pedestrian"]) if obj.get("pedestrian") is not None else None
|
141
|
+
"pedestrian": PedestrianCostingOptions.from_dict(obj["pedestrian"]) if obj.get("pedestrian") is not None else None,
|
142
|
+
"low_speed_vehicle": LowSpeedVehicleCostingOptions.from_dict(obj["low_speed_vehicle"]) if obj.get("low_speed_vehicle") is not None else None
|
137
143
|
})
|
138
144
|
# store additional fields in additional_properties
|
139
145
|
for _key in obj.keys():
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 6.
|
8
|
+
The version of the OpenAPI document: 6.3.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|