stadiamaps 2.0.0__py3-none-any.whl → 3.0.0__py3-none-any.whl
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/__init__.py +4 -2
- stadiamaps/api/geocoding_api.py +1 -1
- stadiamaps/api/geospatial_api.py +1 -1
- stadiamaps/api/routing_api.py +1 -1
- stadiamaps/api_client.py +5 -3
- stadiamaps/configuration.py +3 -3
- stadiamaps/exceptions.py +1 -1
- stadiamaps/models/__init__.py +3 -1
- stadiamaps/models/access.py +1 -1
- stadiamaps/models/admin_region.py +1 -1
- stadiamaps/models/administrative.py +1 -1
- stadiamaps/models/auto_costing_options.py +8 -2
- stadiamaps/models/base_costing_options.py +10 -4
- stadiamaps/models/base_trace_request.py +1 -1
- stadiamaps/models/bicycle_costing_options.py +9 -3
- stadiamaps/models/bike_network.py +1 -1
- stadiamaps/models/contour.py +1 -1
- stadiamaps/models/coordinate.py +1 -1
- stadiamaps/models/costing_model.py +2 -2
- stadiamaps/models/costing_options.py +9 -3
- stadiamaps/models/directions_options.py +1 -1
- stadiamaps/models/distance_unit.py +1 -1
- stadiamaps/models/edge_sign.py +1 -1
- stadiamaps/models/edge_use.py +1 -1
- stadiamaps/models/end_node.py +1 -1
- stadiamaps/models/geo_attributes.py +1 -1
- stadiamaps/models/geo_json_geometry.py +1 -1
- stadiamaps/models/geo_json_geometry_base.py +1 -1
- stadiamaps/models/geo_json_line_string.py +1 -1
- stadiamaps/models/geo_json_point.py +1 -1
- stadiamaps/models/geo_json_polygon.py +1 -1
- stadiamaps/models/geocoding_object.py +1 -1
- stadiamaps/models/height_request.py +1 -1
- stadiamaps/models/height_response.py +1 -1
- stadiamaps/models/highway_classification.py +1 -1
- stadiamaps/models/intersecting_edge.py +1 -1
- stadiamaps/models/isochrone_costing_model.py +1 -1
- stadiamaps/models/isochrone_feature.py +1 -1
- stadiamaps/models/isochrone_properties.py +1 -1
- stadiamaps/models/isochrone_request.py +1 -1
- stadiamaps/models/isochrone_response.py +1 -1
- stadiamaps/models/locate_detailed_edge.py +1 -1
- stadiamaps/models/locate_edge.py +1 -1
- stadiamaps/models/locate_edge_info.py +1 -1
- stadiamaps/models/locate_node.py +1 -1
- stadiamaps/models/locate_object.py +1 -1
- stadiamaps/models/low_speed_vehicle_costing_options.py +140 -0
- stadiamaps/models/maneuver_sign.py +1 -1
- stadiamaps/models/maneuver_sign_element.py +1 -1
- stadiamaps/models/map_match_costing_model.py +1 -1
- stadiamaps/models/map_match_request.py +1 -1
- stadiamaps/models/map_match_route_response.py +1 -1
- stadiamaps/models/map_match_trace_options.py +1 -1
- stadiamaps/models/map_match_waypoint.py +1 -1
- stadiamaps/models/matched_point.py +1 -1
- stadiamaps/models/matrix_costing_model.py +1 -1
- stadiamaps/models/matrix_distance.py +14 -4
- stadiamaps/models/matrix_request.py +6 -6
- stadiamaps/models/matrix_response.py +1 -1
- stadiamaps/models/matrix_waypoint.py +106 -0
- stadiamaps/models/motor_scooter_costing_options.py +8 -2
- stadiamaps/models/motorcycle_costing_options.py +8 -2
- stadiamaps/models/nearest_roads_request.py +1 -1
- stadiamaps/models/node_id.py +1 -1
- stadiamaps/models/node_type.py +1 -1
- stadiamaps/models/optimized_route_request.py +1 -1
- stadiamaps/models/pedestrian_costing_options.py +1 -1
- stadiamaps/models/pelias_geo_json_feature.py +1 -1
- stadiamaps/models/pelias_geo_json_properties.py +1 -1
- stadiamaps/models/pelias_geo_json_properties_addendum.py +1 -1
- stadiamaps/models/pelias_geo_json_properties_addendum_osm.py +1 -1
- stadiamaps/models/pelias_layer.py +1 -1
- stadiamaps/models/pelias_response.py +1 -1
- stadiamaps/models/pelias_source.py +1 -1
- stadiamaps/models/restrictions.py +1 -1
- stadiamaps/models/road_class.py +1 -1
- stadiamaps/models/route_leg.py +1 -1
- stadiamaps/models/route_maneuver.py +1 -1
- stadiamaps/models/route_request.py +1 -1
- stadiamaps/models/route_response.py +1 -1
- stadiamaps/models/route_response_alternates_inner.py +1 -1
- stadiamaps/models/route_summary.py +1 -1
- stadiamaps/models/route_trip.py +1 -1
- stadiamaps/models/routing_response_waypoint.py +1 -1
- stadiamaps/models/routing_waypoint.py +1 -1
- stadiamaps/models/routing_waypoint_all_of_search_filter.py +1 -1
- stadiamaps/models/simple_routing_waypoint.py +1 -1
- stadiamaps/models/speeds.py +1 -1
- stadiamaps/models/trace_attribute_filter_options.py +1 -1
- stadiamaps/models/trace_attribute_key.py +1 -1
- stadiamaps/models/trace_attributes_base_response.py +1 -1
- stadiamaps/models/trace_attributes_request.py +1 -1
- stadiamaps/models/trace_attributes_response.py +1 -1
- stadiamaps/models/trace_edge.py +1 -1
- stadiamaps/models/travel_mode.py +1 -1
- stadiamaps/models/traversability.py +1 -1
- stadiamaps/models/truck_costing_options.py +8 -2
- stadiamaps/models/tz_response.py +1 -1
- stadiamaps/models/valhalla_languages.py +1 -1
- stadiamaps/models/valhalla_long_units.py +1 -1
- stadiamaps/models/warning.py +1 -1
- stadiamaps/rest.py +1 -1
- {stadiamaps-2.0.0.dist-info → stadiamaps-3.0.0.dist-info}/METADATA +1 -1
- stadiamaps-3.0.0.dist-info/RECORD +130 -0
- stadiamaps-2.0.0.dist-info/RECORD +0 -128
- {stadiamaps-2.0.0.dist-info → stadiamaps-3.0.0.dist-info}/LICENSE.txt +0 -0
- {stadiamaps-2.0.0.dist-info → stadiamaps-3.0.0.dist-info}/WHEEL +0 -0
- {stadiamaps-2.0.0.dist-info → stadiamaps-3.0.0.dist-info}/top_level.txt +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
|
|
@@ -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
|
|
stadiamaps/models/road_class.py
CHANGED
@@ -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
|
|
stadiamaps/models/route_leg.py
CHANGED
@@ -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
|
|
stadiamaps/models/route_trip.py
CHANGED
@@ -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
|
|
stadiamaps/models/speeds.py
CHANGED
@@ -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
|
|
stadiamaps/models/trace_edge.py
CHANGED
@@ -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
|
|
stadiamaps/models/travel_mode.py
CHANGED
@@ -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
|
|
@@ -37,6 +37,9 @@ class TruckCostingOptions(BaseModel):
|
|
37
37
|
service_factor: Optional[Union[StrictFloat, StrictInt]] = Field(default=1, description="A factor that multiplies the cost when service roads are encountered. The default is 1.2 for cars and busses, and 1 for trucks, motor scooters, and motorcycles.")
|
38
38
|
use_living_streets: Optional[Union[Annotated[float, Field(le=1, strict=True, ge=0)], Annotated[int, Field(le=1, strict=True, ge=0)]]] = Field(default=None, description="A measure of willingness to take living streets. Values near 0 attempt to avoid them, and values near 1 will favour them. Note that as some routes may be impossible without living streets, 0 does not guarantee avoidance of them. The default value is 0 for trucks; 0.1 for other motor vehicles; 0.5 for bicycles; and 0.6 for pedestrians.")
|
39
39
|
use_ferry: Optional[Union[Annotated[float, Field(le=1, strict=True, ge=0)], Annotated[int, Field(le=1, strict=True, ge=0)]]] = Field(default=0.5, description="A measure of willingness to take ferries. Values near 0 attempt to avoid ferries, and values near 1 will favour them. Note that as some routes may be impossible without ferries, 0 does not guarantee avoidance of them.")
|
40
|
+
ignore_restrictions: Optional[StrictBool] = Field(default=None, description="If set to true, ignores any restrictions (eg: turn and conditional restrictions). Useful for matching GPS traces to the road network regardless of restrictions.")
|
41
|
+
ignore_non_vehicular_restrictions: Optional[StrictBool] = Field(default=None, description="If set to true, ignores most restrictions (eg: turn and conditional restrictions), but still respects restrictions that impact vehicle safety such as weight and size.")
|
42
|
+
ignore_oneways: Optional[StrictBool] = Field(default=None, description="If set to true, ignores directional restrictions on roads. Useful for matching GPS traces to the road network regardless of restrictions.")
|
40
43
|
height: Optional[Union[StrictFloat, StrictInt]] = Field(default=4.11, description="The height of the truck (in meters).")
|
41
44
|
width: Optional[Union[StrictFloat, StrictInt]] = Field(default=2.6, description="The width of the truck (in meters).")
|
42
45
|
toll_booth_cost: Optional[StrictInt] = Field(default=15, description="The estimated cost (in seconds) when a toll booth is encountered.")
|
@@ -57,7 +60,7 @@ class TruckCostingOptions(BaseModel):
|
|
57
60
|
axle_load: Optional[Union[StrictFloat, StrictInt]] = Field(default=9.07, description="The axle load of the truck (in tonnes).")
|
58
61
|
hazmat: Optional[StrictBool] = Field(default=False, description="Whether or not the truck is carrying hazardous materials.")
|
59
62
|
additional_properties: Dict[str, Any] = {}
|
60
|
-
__properties: ClassVar[List[str]] = ["maneuver_penalty", "gate_cost", "gate_penalty", "country_crossing_cost", "country_crossing_penalty", "service_penalty", "service_factor", "use_living_streets", "use_ferry", "height", "width", "toll_booth_cost", "toll_booth_penalty", "ferry_cost", "use_highways", "use_tolls", "use_tracks", "top_speed", "shortest", "ignore_closures", "include_hov2", "include_hov3", "include_hot", "alley_factor", "length", "weight", "axle_load", "hazmat"]
|
63
|
+
__properties: ClassVar[List[str]] = ["maneuver_penalty", "gate_cost", "gate_penalty", "country_crossing_cost", "country_crossing_penalty", "service_penalty", "service_factor", "use_living_streets", "use_ferry", "ignore_restrictions", "ignore_non_vehicular_restrictions", "ignore_oneways", "height", "width", "toll_booth_cost", "toll_booth_penalty", "ferry_cost", "use_highways", "use_tolls", "use_tracks", "top_speed", "shortest", "ignore_closures", "include_hov2", "include_hov3", "include_hot", "alley_factor", "length", "weight", "axle_load", "hazmat"]
|
61
64
|
|
62
65
|
model_config = ConfigDict(
|
63
66
|
populate_by_name=True,
|
@@ -126,6 +129,9 @@ class TruckCostingOptions(BaseModel):
|
|
126
129
|
"service_factor": obj.get("service_factor") if obj.get("service_factor") is not None else 1,
|
127
130
|
"use_living_streets": obj.get("use_living_streets"),
|
128
131
|
"use_ferry": obj.get("use_ferry") if obj.get("use_ferry") is not None else 0.5,
|
132
|
+
"ignore_restrictions": obj.get("ignore_restrictions"),
|
133
|
+
"ignore_non_vehicular_restrictions": obj.get("ignore_non_vehicular_restrictions"),
|
134
|
+
"ignore_oneways": obj.get("ignore_oneways"),
|
129
135
|
"height": obj.get("height") if obj.get("height") is not None else 4.11,
|
130
136
|
"width": obj.get("width") if obj.get("width") is not None else 2.6,
|
131
137
|
"toll_booth_cost": obj.get("toll_booth_cost") if obj.get("toll_booth_cost") is not None else 15,
|
stadiamaps/models/tz_response.py
CHANGED
@@ -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
|
|
stadiamaps/models/warning.py
CHANGED
@@ -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
|
|
stadiamaps/rest.py
CHANGED
@@ -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
|
|
@@ -0,0 +1,130 @@
|
|
1
|
+
stadiamaps/__init__.py,sha256=FUnGRwNZ6EUSz7dAh4LUuutjbg0KcYNVzrCIpnHOt6Y,7151
|
2
|
+
stadiamaps/api_client.py,sha256=IxgF2KdwZj27MvxNf3z_2i-UyxWy6jdFKy5W1xoUufs,25932
|
3
|
+
stadiamaps/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
4
|
+
stadiamaps/configuration.py,sha256=hjlKbcus5RIEVDEcRhzIdvFP2ZTwkzGSricEbSXNEho,15562
|
5
|
+
stadiamaps/exceptions.py,sha256=A28HV9u55ZUqMlKsG8NChMAE0dTLqZY64B-eWv3oVyE,6019
|
6
|
+
stadiamaps/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
+
stadiamaps/rest.py,sha256=aTtPEYn67hAnKB_FP8BdyqSevfD1qIMt55_nuImXEzs,9275
|
8
|
+
stadiamaps/api/__init__.py,sha256=NRdfWLDRL2TYgITiS6K4OX8lmmVVmf9-_yyMe2_6hTs,208
|
9
|
+
stadiamaps/api/geocoding_api.py,sha256=9OrvAt3HugGgjJ1e1HE5BpKRALQczeJnxyscftzccJc,147742
|
10
|
+
stadiamaps/api/geospatial_api.py,sha256=tE0FQ7a1z5nGbwzq0JC8MO3SSJH2XsRIXHmn4HJ1Tsk,29289
|
11
|
+
stadiamaps/api/routing_api.py,sha256=JxnYXspzCPkXL8AM_4jRPbPPBHtyBgg398oFHJFDxwo,80984
|
12
|
+
stadiamaps/models/__init__.py,sha256=gfknKrvXC02sdmzjVS7kvWCKL15I1JarbbypIbb1zmw,6483
|
13
|
+
stadiamaps/models/access.py,sha256=zBDgvPSpnu6svKPUUbthG7gDGfAM_xzTfot4YROCBdk,4179
|
14
|
+
stadiamaps/models/admin_region.py,sha256=_uOsfsEcY-k0do1hnUucOT_nYD67WdbJ59p-N2-URVI,3793
|
15
|
+
stadiamaps/models/administrative.py,sha256=F1rAdCfHrE_Cq0f2fhF-qeaflhux_WzimZQw6z7fy40,3842
|
16
|
+
stadiamaps/models/auto_costing_options.py,sha256=19f6JE_-m6g3BWsWwp0kHG7yp6jcqEkW8UDMpko90wU,12767
|
17
|
+
stadiamaps/models/auto_costing_options_all_of.py,sha256=JSiFHNEljR4if13lP3jeJc8ny_gSfVzyQZErdt6LaBM,7083
|
18
|
+
stadiamaps/models/base_costing_options.py,sha256=6yaLDp-OV3YcnLvZxVDSw6n9R_XwTHktNtGPvNO720I,7721
|
19
|
+
stadiamaps/models/base_trace_request.py,sha256=MWCqxDfsTKi4_XcCSTVxxC2ANtC1ynPB0x9SURtYgxs,7086
|
20
|
+
stadiamaps/models/bicycle_costing_options.py,sha256=S1wQKGsjfa8SHbv6EkoXcnn0KN2jIns1m69slAkmYdk,11693
|
21
|
+
stadiamaps/models/bicycle_costing_options_all_of.py,sha256=AhDT4CYE3wRA0j1EXvBiK_Bevw2mN-WQA4AnAb7uM5A,5904
|
22
|
+
stadiamaps/models/bike_network.py,sha256=HQ6-q3UOjOeLD_P-ue685Ir9OBEgTRZ5F3GiOw1Z4jo,3432
|
23
|
+
stadiamaps/models/contour.py,sha256=g0iThOqXurLfCdTohxTviFF0FXsVKGlPARPjtzQNxU4,3744
|
24
|
+
stadiamaps/models/coordinate.py,sha256=iDVpY0Npx3gbV74Gc_1n1p4h843Y1-SU9QVqEli_0bY,3525
|
25
|
+
stadiamaps/models/costing_model.py,sha256=-8JYU5KpN3xKFqkzPK3UP_CTURhqdzq2JTlI5sww4Wo,1332
|
26
|
+
stadiamaps/models/costing_options.py,sha256=WgnCpOm-XiXqMeeGpbbkfBbG7G8mJsp7bqGbLYIQhl8,6813
|
27
|
+
stadiamaps/models/directions_options.py,sha256=ClpzdFhgnA0BcBiUcLQ8WQQQYXMnyJMi4Df00dNyD3o,4171
|
28
|
+
stadiamaps/models/distance_unit.py,sha256=ZGkWtkDqn1Hg1nIYh4al2k3XiSrvyl0pus1pFpu90-U,780
|
29
|
+
stadiamaps/models/edge_sign.py,sha256=A_WktdZmBS2dktcQ1k46-9mG22TR3eNLd671F5QavpI,3491
|
30
|
+
stadiamaps/models/edge_use.py,sha256=WyIA6oExIaSpVwDsorg47_u8XNXUOWwc472qjB0FYAg,1663
|
31
|
+
stadiamaps/models/end_node.py,sha256=JnRuL4HJd16DOGuspuW4WCvM0ePzmOu3BQnZC0rVsnc,4718
|
32
|
+
stadiamaps/models/geo_attributes.py,sha256=_h5sPD2CMhueYn5pFb2HhkNtJvqSDWgp0PN7JkDUcfM,4213
|
33
|
+
stadiamaps/models/geo_json_geometry.py,sha256=ajfw3XUYNFLzxvQCN_Z24VoQBX1RT8LxuYdhKTKPqoA,6217
|
34
|
+
stadiamaps/models/geo_json_geometry_base.py,sha256=rikruacdmawnky1CtlKkpNXSzAygXamon6M9STLpCoY,3532
|
35
|
+
stadiamaps/models/geo_json_line_string.py,sha256=1362s4qRXJznMefQdAc0JquQdBYzpAYLc-uzd-Q02kE,3773
|
36
|
+
stadiamaps/models/geo_json_line_string_all_of.py,sha256=_vHsj7n-c1QEAoL9M8MAWj7Q1wv4AtqpG0lXHluRYzA,2663
|
37
|
+
stadiamaps/models/geo_json_point.py,sha256=zdBsGTfeMZF-SGoR7yZgVs-k9wO9jgW56EYch0-WVNA,3747
|
38
|
+
stadiamaps/models/geo_json_point_all_of.py,sha256=Md1qYy2GAtnsy_8IwXrYXlNc5e_RBAfjTSBKzrrDUn8,2614
|
39
|
+
stadiamaps/models/geo_json_polygon.py,sha256=yzyqE8Ia09Clq0XPs4tG0B7zyF0GX0hryZmPHaISFbw,3767
|
40
|
+
stadiamaps/models/geo_json_polygon_all_of.py,sha256=lOsNbT0B-2d_wJTwOIQt7gny_aldHzT9cMC5XoIETtE,2648
|
41
|
+
stadiamaps/models/geocoding_object.py,sha256=_IFLjR443drW1WcPDi2xUYYPcAzl6jEVK6soFhsXdg0,4217
|
42
|
+
stadiamaps/models/height_request.py,sha256=k69uNNTrMBixJaIGcatUotnsRUmLALXuMlH-wH8OZ9o,5950
|
43
|
+
stadiamaps/models/height_response.py,sha256=3ByET698lJwvyWEpWJEScXloqXbHeXCDJmFc1qMoP94,5092
|
44
|
+
stadiamaps/models/highway_classification.py,sha256=ifJ0QFI6y8djOcRuT5zicbIBtZwhnkkLgDbk8iqZzJs,6219
|
45
|
+
stadiamaps/models/intersecting_edge.py,sha256=QdlnbZSoxy2WDS_CiS1a5GrrMffnGDvpi5UZrWLhvs0,4608
|
46
|
+
stadiamaps/models/isochrone_costing_model.py,sha256=SqC1oxSLN42RLwFC1NsCu0jp4dOSBsHlc7PE20C8Mt0,851
|
47
|
+
stadiamaps/models/isochrone_feature.py,sha256=ubXkwKfZl9M2w1DNd1SLcXlyR3OYcTqv-IQDhHN1160,3996
|
48
|
+
stadiamaps/models/isochrone_properties.py,sha256=YxqPV-HDiQDVvg1NLmXPHYfLdjuRDX6L27WRg0dz7yM,4235
|
49
|
+
stadiamaps/models/isochrone_request.py,sha256=RDfM3iUQwTi1GyMS_DkedeRCcSd5GLkNEdpsd78jl70,6701
|
50
|
+
stadiamaps/models/isochrone_response.py,sha256=ziiT-og7KKlLSa_LRsRWhA1yB20T5YxAJm7zvX78sD0,4042
|
51
|
+
stadiamaps/models/locate_detailed_edge.py,sha256=5AlzjIwHctX-JdSSS8mkNuaF1Cax_zNid7S0cYv1YWo,10839
|
52
|
+
stadiamaps/models/locate_edge.py,sha256=pM9mQ0Us-Ci4i3L8xuEbIICXIK6taw4t9xTLMkya_r4,6553
|
53
|
+
stadiamaps/models/locate_edge_info.py,sha256=Ia_mmx08caKi1oduuFMU4hpmLalGrmMY-DO4CSTvtLM,4350
|
54
|
+
stadiamaps/models/locate_node.py,sha256=TpakH6CV5_ssbZbY33QRqwhf47z8cj2Mz3cK-mIqTaA,5948
|
55
|
+
stadiamaps/models/locate_node_all_of.py,sha256=CIpyV5ssH034gmC-fHlshAOZkolUy7LYejgHLqHeMyI,4800
|
56
|
+
stadiamaps/models/locate_object.py,sha256=opZEV5Jk-gO0uye-kk9IUrnzi5Fh6lKfdJLQz-BYTlw,4671
|
57
|
+
stadiamaps/models/low_speed_vehicle_costing_options.py,sha256=73Jjg3PCBYWJ50-4cJhBfbsH09xRD0dTeZfKs0Fh5oM,9820
|
58
|
+
stadiamaps/models/maneuver_sign.py,sha256=TKPxE0q9xdzmqPxDy-OI6bK_048puU8mhp36VDGF5xs,6142
|
59
|
+
stadiamaps/models/maneuver_sign_element.py,sha256=hTMZn8OAB8XzpE0idpscECoCso0vZssOwEdcLw-8Ry0,3711
|
60
|
+
stadiamaps/models/map_match_costing_model.py,sha256=MiXSWa02CdlIXyrNzr92Zm5PexQAst7jIBL-kNnm_Ro,864
|
61
|
+
stadiamaps/models/map_match_request.py,sha256=EE73hDeir8rWHzdWKtkSPMFmqrJRHRraLc1mGX2IUwI,8962
|
62
|
+
stadiamaps/models/map_match_request_all_of.py,sha256=4I-A8Lvt59Gu-xMvfsHIe-GcCfO_qLab6uCKAXqTasM,4291
|
63
|
+
stadiamaps/models/map_match_route_response.py,sha256=jNd7-ub3080LPUvbrJxRugto03TtAZ9o9u1YL59pymA,4371
|
64
|
+
stadiamaps/models/map_match_route_response_all_of.py,sha256=WOWvtLLp801qQM4aJoKR-MTuL6e1nJ3C7FrTRPJ4gxI,2649
|
65
|
+
stadiamaps/models/map_match_trace_options.py,sha256=iTrX0W--qqYCoyBGGW2ja6eh13lsy-8SatwYYzawLCw,4609
|
66
|
+
stadiamaps/models/map_match_waypoint.py,sha256=VMGe2YGQBfZ5oC7nA6FkchntKCDhN0mNroidb8rPfPo,4836
|
67
|
+
stadiamaps/models/map_match_waypoint_all_of.py,sha256=wLt5dB0JfKtZOqRcNoFZod2k-EJ3OcBGh_nhTjFA2gk,2793
|
68
|
+
stadiamaps/models/matched_point.py,sha256=og6O9y1NB2PUfv4XqTjzAzcrSsnOhhBJ2r-5mVMlMOY,5417
|
69
|
+
stadiamaps/models/matrix_costing_model.py,sha256=DgNlgQfgFEtFVPpNvUddiALdurtMv3AFZjjX1H9MltY,1034
|
70
|
+
stadiamaps/models/matrix_distance.py,sha256=ZuUWw5KkjEk1Ea0LSV2bMG8gHOj3TavyKfrSk-IxS4Y,4571
|
71
|
+
stadiamaps/models/matrix_request.py,sha256=AudHB72VJF4ALI_PA0R1rOXLWZY4C-9EKaV6be9SyZI,6656
|
72
|
+
stadiamaps/models/matrix_response.py,sha256=pVkF3_hUoXprnZH062exl_B-IduixSCRNcPUWvl3OKM,6356
|
73
|
+
stadiamaps/models/matrix_waypoint.py,sha256=r66r-R4-ahqIvYH8hLbVJkQZJpIZMIWOo0DrPXbUDc4,3878
|
74
|
+
stadiamaps/models/motor_scooter_costing_options.py,sha256=81YuArggR75qrxn4wK26KDrJN1dw4x7Ngij_Y81MJqg,13848
|
75
|
+
stadiamaps/models/motor_scooter_costing_options_all_of.py,sha256=3XuHRpUB_VvAro0XZwCbq1ExJbEMnB5cm6iagIruuP4,3525
|
76
|
+
stadiamaps/models/motorcycle_costing_options.py,sha256=QFYhPk_0OUYGwRI0P2sDPhaZzuKNgEv1A118A8Ibs7E,13304
|
77
|
+
stadiamaps/models/motorcycle_costing_options_all_of.py,sha256=NJQD3ez643xF0r9Dmix88gGrPLzrbgJNBPz9il6G9HM,3479
|
78
|
+
stadiamaps/models/nearest_roads_request.py,sha256=tW6IiGLz8TCCqmFOOT_H2NHy-W1RHQ38hB74GQ6AbcE,5563
|
79
|
+
stadiamaps/models/node_id.py,sha256=ypJutfkiys-T7pb7Z919xzNXdQd30qZzPCw-7YsfieY,3367
|
80
|
+
stadiamaps/models/node_type.py,sha256=c6b0ufvF0GEPp4ILbPXwnLUhcsH624pKrN5JSFbpp5M,1052
|
81
|
+
stadiamaps/models/optimized_route_request.py,sha256=16tXrOPiPLo7FHdGlLtquUB6qBo9MqYsdrQqQeyUlec,5776
|
82
|
+
stadiamaps/models/pedestrian_costing_options.py,sha256=uWSBx3LsFAtRYQNNYweBNIRwT1KQrwX5WzVZg7n4Gxk,9210
|
83
|
+
stadiamaps/models/pelias_geo_json_feature.py,sha256=oQtAERgvDN0tCRWeIkY35X3w2orQGdRo_mYPe9kHzGw,4669
|
84
|
+
stadiamaps/models/pelias_geo_json_properties.py,sha256=hioEQrJrxzy201qf_N58BptStK4UkOQMoF91ss27Dzw,8513
|
85
|
+
stadiamaps/models/pelias_geo_json_properties_addendum.py,sha256=0mnsZYWEDt20dND85jlYKAaR3g_GGBbka9W8EfjiZCM,3714
|
86
|
+
stadiamaps/models/pelias_geo_json_properties_addendum_osm.py,sha256=siu9g0D7goJfpygZOYetbgPlYiFqW8UUprNcb_mHUBc,3519
|
87
|
+
stadiamaps/models/pelias_layer.py,sha256=d3CYvHQS6pfXFhaKI8UmfY8nwxckS4eupq3JpWLHkJw,2522
|
88
|
+
stadiamaps/models/pelias_response.py,sha256=lGYApEwNhoYQICj-n9-3IMGOvUM4dknypZtSP9dsjK8,4381
|
89
|
+
stadiamaps/models/pelias_response_geocoding.py,sha256=KPrpxVWAvd6U0lZCcsHA2WI29Ij4jyVl3YOuxvhvxmo,3621
|
90
|
+
stadiamaps/models/pelias_source.py,sha256=kheD7bVZHSsdSvHOhOo7z8OttyqjN0L9GZKNaTghuuM,1023
|
91
|
+
stadiamaps/models/restrictions.py,sha256=frJPMuQsUaknh_sr6zfZUkDvl1DxJ50sfwp3vWWcwoY,4203
|
92
|
+
stadiamaps/models/road_class.py,sha256=Kg_-Wsp12L4t7WTCEEnsUyWRwpG0MpV8Bml37W7mHsk,1002
|
93
|
+
stadiamaps/models/route_leg.py,sha256=nvhTBR0TZjSCg58w1cHppm7G0c9x8mZMMssiZH-D_H8,4252
|
94
|
+
stadiamaps/models/route_maneuver.py,sha256=vEXnSGUpc9ZoM8n8Iar0Jlo9Zew-8UOAxLhSV_ES5FY,12445
|
95
|
+
stadiamaps/models/route_request.py,sha256=ZynVranBtD8K9KnMhUUv8Y1_b6IAB2gb8xuUYwvFk14,7169
|
96
|
+
stadiamaps/models/route_response.py,sha256=q557aHSJX46nLecPXnnvxDYBwaluB_nx6QvkynskJKo,4199
|
97
|
+
stadiamaps/models/route_response_alternates_inner.py,sha256=YD-JVFAaU4czddJraKSqrzFGNTBFbAwrFwm44_6VD1E,3448
|
98
|
+
stadiamaps/models/route_response_trip.py,sha256=dArv_kidtG7keQJCrRXRP5GqTaSXJMBMd_MgGbR125I,4565
|
99
|
+
stadiamaps/models/route_summary.py,sha256=xRYZtqMNadt8YPWbuRzRTPTbwmSfrXIHieGqOHQsyuk,4117
|
100
|
+
stadiamaps/models/route_trip.py,sha256=st4-MmIf8IQhZitZHZGCoc9jzTpVSosWu9qe1u-faes,5077
|
101
|
+
stadiamaps/models/routing_response_waypoint.py,sha256=uNag8C7FHnnhCfWzqYoGJ8-QLuyUimLM6pj9qcTt-n0,4778
|
102
|
+
stadiamaps/models/routing_response_waypoint_all_of.py,sha256=2u_wmV3NfKkz1rl_DDAbc_6rqMdamOXCFA3XSmh22sA,2756
|
103
|
+
stadiamaps/models/routing_waypoint.py,sha256=Cx_WU11xc8nd8DmAK56JnMvhiTG17WpsseRoNSr-ZLo,9513
|
104
|
+
stadiamaps/models/routing_waypoint_all_of.py,sha256=v7BryWQd_LrFAaEXhHKQBU1OBiF4WmCRN8FJstZUFzU,7320
|
105
|
+
stadiamaps/models/routing_waypoint_all_of_search_filter.py,sha256=kUcclHYMODI4S_FDyEjFccxxBerdpUfqO4Ojepfe9bo,4506
|
106
|
+
stadiamaps/models/simple_routing_waypoint.py,sha256=q2vmoyOu-zLedAcHCyZ5991C9cRPOTKLPn6znf3Ify0,4502
|
107
|
+
stadiamaps/models/simple_routing_waypoint_all_of.py,sha256=mFHVKuKWz3AuOxfqyGA5D_pai-RCu4Msdmmgf7fwm7A,3385
|
108
|
+
stadiamaps/models/speeds.py,sha256=Q6iiu609xn99x4bCNKxtxOR_LCmyRwHJM5vTKor_GEo,4550
|
109
|
+
stadiamaps/models/trace_attribute_filter_options.py,sha256=mbW4QCK8S5sCzHlIvFJIZdRfZ1wgB3bEeF5kMdJwjWk,3813
|
110
|
+
stadiamaps/models/trace_attribute_key.py,sha256=LA9CVlH-cjNufvUTZQ1NCb4sa_PL7JFTABXvxVSgH_k,4323
|
111
|
+
stadiamaps/models/trace_attributes_base_response.py,sha256=MsQDrxzj9eyPp3rZfmzFUNcnfqfzzueR6YGXcH5RDss,5915
|
112
|
+
stadiamaps/models/trace_attributes_request.py,sha256=uwmTndLLTY-GeAbP9Q_o0-y-LozmLGJpWZfZM-LzVIU,7776
|
113
|
+
stadiamaps/models/trace_attributes_request_all_of.py,sha256=ClTna0geZtUYYJHbVf96BwchKQ8sbf9PwWqKtSNXkyM,2967
|
114
|
+
stadiamaps/models/trace_attributes_request_all_of_filters.py,sha256=GM0OdKUGHcmDECtjbmifzLwS-SnbZWSWzn1qGWgia0o,3374
|
115
|
+
stadiamaps/models/trace_attributes_response.py,sha256=d4iFzZSkfyMuSoL9ohRo5e0UduAVFl2GYDCTKye0KJw,7011
|
116
|
+
stadiamaps/models/trace_attributes_response_all_of.py,sha256=3RKI65ZLB1oH9l_S2yiNWewc-G43E7KrYwr8OK-iRlQ,3632
|
117
|
+
stadiamaps/models/trace_edge.py,sha256=jtc-WfSeS2PTrh8XwxOM4lv6iAaaS-zHvsyweKARUxA,14710
|
118
|
+
stadiamaps/models/travel_mode.py,sha256=mRBniGZHVPxsuFNUSM1sc00bsBXV74ncnHQX1O2sRB4,844
|
119
|
+
stadiamaps/models/traversability.py,sha256=JMSWXTRtiHxHw7NJ_HlZlmMcy4FlXZQu7tXbamz37VY,860
|
120
|
+
stadiamaps/models/truck_costing_options.py,sha256=2cRhm9qkdME-BAVew-zIKWI9I7dH37s3AfHh6ks14oQ,13669
|
121
|
+
stadiamaps/models/truck_costing_options_all_of.py,sha256=WJDDKZ8rNATbzi8EUoceT7qDzK_kTyu_MQuh45M7Uy0,3804
|
122
|
+
stadiamaps/models/tz_response.py,sha256=M9qu8xdpVijGjO8C4bFXUE22LeOAqbTSB_ufMDlUBuo,3969
|
123
|
+
stadiamaps/models/valhalla_languages.py,sha256=6ytlmq3w31rNHPUMwgY_SCGkVAk-9k9xrbV90ih5vFY,1551
|
124
|
+
stadiamaps/models/valhalla_long_units.py,sha256=Oeeaqdpvm2vh45nMmjuz3KcFfvxKL4SDk_65tVazQ0Q,817
|
125
|
+
stadiamaps/models/warning.py,sha256=hbS23tth42pdXEzhaADecCUOyNwnMG8fEiDuzjDULwU,3206
|
126
|
+
stadiamaps-3.0.0.dist-info/LICENSE.txt,sha256=vs0H95Mi3Rf1pSskD7rv4KbXLYCSYZ6cqZcFmek0hOg,1518
|
127
|
+
stadiamaps-3.0.0.dist-info/METADATA,sha256=AykUOPlPJKNCPF_NoXAEllBvvn9e8nl0hZsJfvjORCY,2455
|
128
|
+
stadiamaps-3.0.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
129
|
+
stadiamaps-3.0.0.dist-info/top_level.txt,sha256=dFHpcPo1v2Ajmc74F29BleqU5u8MLB0fgTnNYJIatx0,11
|
130
|
+
stadiamaps-3.0.0.dist-info/RECORD,,
|