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
@@ -1,128 +0,0 @@
|
|
1
|
-
stadiamaps/__init__.py,sha256=UewGwAYcYDJ2AKgennna3FCgavngOiBP-8GwFgVu24k,6996
|
2
|
-
stadiamaps/api_client.py,sha256=ESx1a0VxTwTbYrIv8Cg6rJuu-3UeWxE7NXgZCgrKD3g,25814
|
3
|
-
stadiamaps/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
4
|
-
stadiamaps/configuration.py,sha256=tunCTJSbeqwtAV81WH7lUR67cUQQgElXCnFJItpZDcE,15562
|
5
|
-
stadiamaps/exceptions.py,sha256=AG6tZWKk-U3L0RivmtH493BERbstzQyPsVgXhPLNrh8,6019
|
6
|
-
stadiamaps/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
-
stadiamaps/rest.py,sha256=fEF78W5r4RIZ0nCoHQXWvTvdpJPJg7my6S-NRj6kmsE,9275
|
8
|
-
stadiamaps/api/__init__.py,sha256=NRdfWLDRL2TYgITiS6K4OX8lmmVVmf9-_yyMe2_6hTs,208
|
9
|
-
stadiamaps/api/geocoding_api.py,sha256=1e7fcBkWYzwRcH4WU8yOcaN_wGc8CW96_VXpK7-LMRA,147742
|
10
|
-
stadiamaps/api/geospatial_api.py,sha256=r35fwcj0Yx6fGvBLu60JiKmrDIywW_5ZkXjuo6Ttf2U,29289
|
11
|
-
stadiamaps/api/routing_api.py,sha256=L0tvAKRZ6q1Uo-OZU7lKqNbEsG8J1G8z9eGnPSWDr3E,80984
|
12
|
-
stadiamaps/models/__init__.py,sha256=XYBfah6Qss-baK0ynP9bAyNI0JPrV4b0CjOuphLaKWM,6328
|
13
|
-
stadiamaps/models/access.py,sha256=-O7op9jXyisD-CFc7aPMmoGEzZqMYYybv8zX1NTI8Lc,4179
|
14
|
-
stadiamaps/models/admin_region.py,sha256=5Dn_2uDYOEhbfTmGzYOXpYKs8vtmc_3tWQM2y0Sld-Q,3793
|
15
|
-
stadiamaps/models/administrative.py,sha256=Hly6vw2P8oLHQIbVGBoYYCp7-p9ZTUxXxb1-hcGDWlE,3842
|
16
|
-
stadiamaps/models/auto_costing_options.py,sha256=PiK3xr6XEgh0B0HBbUlnJwtj8gaNmM_JNmE9qqC6ItI,11746
|
17
|
-
stadiamaps/models/auto_costing_options_all_of.py,sha256=JSiFHNEljR4if13lP3jeJc8ny_gSfVzyQZErdt6LaBM,7083
|
18
|
-
stadiamaps/models/base_costing_options.py,sha256=J2HG68Kng2DAbobvoHQSqv4DmPmugIeOiIq_-kQSs58,6688
|
19
|
-
stadiamaps/models/base_trace_request.py,sha256=t8TFbpcCQs8qAltJlC3XKLbkbdtAiBEH6_t6YIyglxM,7086
|
20
|
-
stadiamaps/models/bicycle_costing_options.py,sha256=uaIUyRpFZUOZGagkCUdIs_goF5twGPKHEvE69gwwWSw,10660
|
21
|
-
stadiamaps/models/bicycle_costing_options_all_of.py,sha256=AhDT4CYE3wRA0j1EXvBiK_Bevw2mN-WQA4AnAb7uM5A,5904
|
22
|
-
stadiamaps/models/bike_network.py,sha256=KX0FDlpwNHG5m5IRtfnpYEyqRgggQwxjcQ8Ci4AUCtU,3432
|
23
|
-
stadiamaps/models/contour.py,sha256=sDBXABjI3V3X9zNUpM-YTEtHoUZu3vZJoxOGErdwHSo,3744
|
24
|
-
stadiamaps/models/coordinate.py,sha256=HjNA09lu9fVnqyKlU6KZEbYJsCTf9ucNAlR-rqmzIb4,3525
|
25
|
-
stadiamaps/models/costing_model.py,sha256=CMM6vOpqsbjXxxmq22VqW5JOzcZ4S45ovaBIuhqolAw,1369
|
26
|
-
stadiamaps/models/costing_options.py,sha256=c6V6s1QBWzbioRMzxiZO09PuzOdqKxRpxc-JbisH4bU,6269
|
27
|
-
stadiamaps/models/directions_options.py,sha256=3O77ju30AyNRiXc5zMs4EVbSGChQBe6DQ9D28hvm5lI,4171
|
28
|
-
stadiamaps/models/distance_unit.py,sha256=uCwBWamfgpSK5KQNlah8wBzquZy4l1fo5BCHFFB3CXU,780
|
29
|
-
stadiamaps/models/edge_sign.py,sha256=9oJ2kixTfG9JOr7SGH4kN6Fuh5q18Y0m-YteUFTdCZY,3491
|
30
|
-
stadiamaps/models/edge_use.py,sha256=KoeHkYj4j1n0bg_opGqU5Ee44GvOSLvuXyNsii_US2Q,1663
|
31
|
-
stadiamaps/models/end_node.py,sha256=6vCUblY2xrJEwfBmWXDZANp-MueyX3UIamdHf-n1IBU,4718
|
32
|
-
stadiamaps/models/geo_attributes.py,sha256=SCG4Sb4X5AXCUPeqQIQEett9ok2gqvzjue20jDHSFlA,4213
|
33
|
-
stadiamaps/models/geo_json_geometry.py,sha256=BdzUU8cEQwHNEn7ClHnSMPvEI0TCH9B07zi_WDbFSg8,6217
|
34
|
-
stadiamaps/models/geo_json_geometry_base.py,sha256=X3WkCJHga7hMXv-Vnn7BKy8LfQFxmC1Ig_h8breh7xs,3532
|
35
|
-
stadiamaps/models/geo_json_line_string.py,sha256=xb8iC9eFi7x4nsQy8eqG0_srg1xd15H4XyzYdGnvV3A,3773
|
36
|
-
stadiamaps/models/geo_json_line_string_all_of.py,sha256=_vHsj7n-c1QEAoL9M8MAWj7Q1wv4AtqpG0lXHluRYzA,2663
|
37
|
-
stadiamaps/models/geo_json_point.py,sha256=JcJf47D9AWqRY14SYYKERREZyNLzarvBfrj_MFc1mP4,3747
|
38
|
-
stadiamaps/models/geo_json_point_all_of.py,sha256=Md1qYy2GAtnsy_8IwXrYXlNc5e_RBAfjTSBKzrrDUn8,2614
|
39
|
-
stadiamaps/models/geo_json_polygon.py,sha256=Z9l9BiVEuCq944TuTxvh1Wj5XumvC3qB5MBSf9zbWJ0,3767
|
40
|
-
stadiamaps/models/geo_json_polygon_all_of.py,sha256=lOsNbT0B-2d_wJTwOIQt7gny_aldHzT9cMC5XoIETtE,2648
|
41
|
-
stadiamaps/models/geocoding_object.py,sha256=skv-yLkki9ETOiSN0wqUcz9jx3eZzUvxp8XvRnPskFo,4217
|
42
|
-
stadiamaps/models/height_request.py,sha256=5LFnVlVwvc-Ga4vBF15_jBQgeubmY9Cl2huNG1fSRrQ,5950
|
43
|
-
stadiamaps/models/height_response.py,sha256=DnqBgPXuGBw689s04IJwJWNgB3CPHTliLd-VeWVtdws,5092
|
44
|
-
stadiamaps/models/highway_classification.py,sha256=QrhHJlhS1I8A1qB4HtTaDB-0aSgd-2PKIvel5t3CCIM,6219
|
45
|
-
stadiamaps/models/intersecting_edge.py,sha256=pDeINqUMrRYOR8GLhugetrrndvwf5HgiLD37NLwcyoQ,4608
|
46
|
-
stadiamaps/models/isochrone_costing_model.py,sha256=yS7yFuTW0vs8DdbaNy3EtYpnCBHrD5U5yTZk0UBPTtI,851
|
47
|
-
stadiamaps/models/isochrone_feature.py,sha256=0NGKptWL7H3VPDcWjcp0EHX3roWkVyfMhDqQRg0zc2g,3996
|
48
|
-
stadiamaps/models/isochrone_properties.py,sha256=JMeXNop4g73pfzMPKoZWMttY7GOgkbqS79Tc8mZ4Ybw,4235
|
49
|
-
stadiamaps/models/isochrone_request.py,sha256=IE1zZFT2F9rX40_fE1Uw7iM7fEejG7VEJFEeG1fZ6Tg,6701
|
50
|
-
stadiamaps/models/isochrone_response.py,sha256=9dp-cms6e4CYrOFmPtDCDmWLiaS_DqitJz7pUnka0H0,4042
|
51
|
-
stadiamaps/models/locate_detailed_edge.py,sha256=DQdE33HGJH3ozir9yqOVImHt69W7FALhJ1YpLbKlguI,10839
|
52
|
-
stadiamaps/models/locate_edge.py,sha256=QQqkCLWIeAepqcWtRlRQRFJm_3J3A3Pe9CWMj_R8NYI,6553
|
53
|
-
stadiamaps/models/locate_edge_info.py,sha256=Sr5ajBJGmCITB_D2J1YjkhVrk2iktTxKSaHH8Fz_bnU,4350
|
54
|
-
stadiamaps/models/locate_node.py,sha256=M_OIPJBUqqtwnr1tNb5lr58ucMp9NR80CnAU8zyL5Ik,5948
|
55
|
-
stadiamaps/models/locate_node_all_of.py,sha256=CIpyV5ssH034gmC-fHlshAOZkolUy7LYejgHLqHeMyI,4800
|
56
|
-
stadiamaps/models/locate_object.py,sha256=VWNWUileooRTi6tXf1laD-gqB2ptwIa4T2zw1-m7FvU,4671
|
57
|
-
stadiamaps/models/maneuver_sign.py,sha256=beWpx3U9n-ythQBMpPdBxaD9qTNiOj5B20mRDn1e1og,6142
|
58
|
-
stadiamaps/models/maneuver_sign_element.py,sha256=VeuwtnH6EUBKIvbltnvVlnoHuCkrOGLKZKgUidlL_SM,3711
|
59
|
-
stadiamaps/models/map_match_costing_model.py,sha256=qDRwgCpzg44sQ_Wxs1atnJ4HvLPkrCnwxH03FuEV1fs,864
|
60
|
-
stadiamaps/models/map_match_request.py,sha256=71aaAxhgK0HxZAKGmhDgJfVsOgs3N98SNJmyW1lbyWY,8962
|
61
|
-
stadiamaps/models/map_match_request_all_of.py,sha256=4I-A8Lvt59Gu-xMvfsHIe-GcCfO_qLab6uCKAXqTasM,4291
|
62
|
-
stadiamaps/models/map_match_route_response.py,sha256=KWnbANzXGzAi3Rdx7_xrnDqhyNUc9Lh4fhfp67cOfpE,4371
|
63
|
-
stadiamaps/models/map_match_route_response_all_of.py,sha256=WOWvtLLp801qQM4aJoKR-MTuL6e1nJ3C7FrTRPJ4gxI,2649
|
64
|
-
stadiamaps/models/map_match_trace_options.py,sha256=FHXcyeK4S3DMUB5aEQIQOrG1hRAg6JT3uLMWWSPupTc,4609
|
65
|
-
stadiamaps/models/map_match_waypoint.py,sha256=ZXvUvIgQgrUg9_cwz36MvBnJhhUHufwUdn6dHZgzryg,4836
|
66
|
-
stadiamaps/models/map_match_waypoint_all_of.py,sha256=wLt5dB0JfKtZOqRcNoFZod2k-EJ3OcBGh_nhTjFA2gk,2793
|
67
|
-
stadiamaps/models/matched_point.py,sha256=mRBwnEG96gzXQXWTNsJZwawy1DC4tXsIfI00FXuCZww,5417
|
68
|
-
stadiamaps/models/matrix_costing_model.py,sha256=41Ysi5EKnu07qqFJhW9jPhkw3vvOKe56dqhMjsY1ycg,1034
|
69
|
-
stadiamaps/models/matrix_distance.py,sha256=5UUyjGUMJ0EA9IPM773CM4Q57xnmWIguU0o892hAJws,3859
|
70
|
-
stadiamaps/models/matrix_request.py,sha256=Lym3WGeWyvqvIo-mkyyt8o6hhaY5w8jLTSPBYW7g9WE,6631
|
71
|
-
stadiamaps/models/matrix_response.py,sha256=sX5IWdomeISC-qIcx_6U-IebzcYo0bc3ET-g7CkQ-QI,6356
|
72
|
-
stadiamaps/models/motor_scooter_costing_options.py,sha256=4cKzmZ-JsunD3Xt7nGBu3aemQTtJnOjjwfLvBE9yas8,12827
|
73
|
-
stadiamaps/models/motor_scooter_costing_options_all_of.py,sha256=3XuHRpUB_VvAro0XZwCbq1ExJbEMnB5cm6iagIruuP4,3525
|
74
|
-
stadiamaps/models/motorcycle_costing_options.py,sha256=IrCqhizlomaxtiVM5O_GiyuyUFtCMF8G8AB8OkrBZWM,12283
|
75
|
-
stadiamaps/models/motorcycle_costing_options_all_of.py,sha256=NJQD3ez643xF0r9Dmix88gGrPLzrbgJNBPz9il6G9HM,3479
|
76
|
-
stadiamaps/models/nearest_roads_request.py,sha256=RAwfLuPbat6bxZOrjvKfZ_uTSSABZ-gSbcx0soNZ9s8,5563
|
77
|
-
stadiamaps/models/node_id.py,sha256=zeqBvfelyCFi_aqJBhmgrYyBNEduAmYJ7hoxuxMrS2Y,3367
|
78
|
-
stadiamaps/models/node_type.py,sha256=cGydxewnUub798c3Yb57BweOieUXYGBy02azRjmDC6E,1052
|
79
|
-
stadiamaps/models/optimized_route_request.py,sha256=z4p_OzrrzY3LtYltiCgvVvbTQexvj_R01KVplXWQPsI,5776
|
80
|
-
stadiamaps/models/pedestrian_costing_options.py,sha256=ILFtoUGqWYVBeSa6MFxtQiKtHi2T89Edho4lRUEwU_c,9210
|
81
|
-
stadiamaps/models/pelias_geo_json_feature.py,sha256=lt-k3KQpqsuc4ClE6XkqgPiVpFJRvjQUkyLnl7RUOXc,4669
|
82
|
-
stadiamaps/models/pelias_geo_json_properties.py,sha256=yRPmolIPL_bKTlVN1s5Qzp-LWyBDJ0JnOtLcVayoiVY,8513
|
83
|
-
stadiamaps/models/pelias_geo_json_properties_addendum.py,sha256=OJoTAJCr5ZV2tj1UmUsOl4BWaqC81QvQ-NwQK1SKc-s,3714
|
84
|
-
stadiamaps/models/pelias_geo_json_properties_addendum_osm.py,sha256=hE1kHbpZlg-Ar6pJncZMkwcUlnU3WCvA72aWmpxNbzI,3519
|
85
|
-
stadiamaps/models/pelias_layer.py,sha256=ashl4usKBTaSKeGt-x46lT_BnQo1j6Spv43mzi6_eFA,2522
|
86
|
-
stadiamaps/models/pelias_response.py,sha256=cjwVRLqvCKVMlK-l_RaO_xhdbfCgmTBC_qCG5r7PiI4,4381
|
87
|
-
stadiamaps/models/pelias_response_geocoding.py,sha256=KPrpxVWAvd6U0lZCcsHA2WI29Ij4jyVl3YOuxvhvxmo,3621
|
88
|
-
stadiamaps/models/pelias_source.py,sha256=xjlldTUACbRY7CtjudqZybaimZBseGss0hxuG39o7vQ,1023
|
89
|
-
stadiamaps/models/restrictions.py,sha256=rz2owC9pj1juthwY71XnP5IkCS-6UB6ftmo7sWCEKt0,4203
|
90
|
-
stadiamaps/models/road_class.py,sha256=xyHWuhGVRBSl4wY_ddA8DOhqeIBT8XH3A0crGIRDKmg,1002
|
91
|
-
stadiamaps/models/route_leg.py,sha256=ZjmTmdLsdOF_dw524BpPBBwU6eL6TxZyPN-bXpbwo-0,4252
|
92
|
-
stadiamaps/models/route_maneuver.py,sha256=jRgjKDAB97DTVAiFwh8T0x95eeWYlIEATpTk9Gq8GqI,12445
|
93
|
-
stadiamaps/models/route_request.py,sha256=J_GqW5GCCvyS8VDBSE-FQv0f9_h7SELoBtiglrBHt34,7169
|
94
|
-
stadiamaps/models/route_response.py,sha256=QGXllIJGrtYxMTqghTpDQYhU6sm8Y_tl8cbm8BA1gP0,4199
|
95
|
-
stadiamaps/models/route_response_alternates_inner.py,sha256=-jY7nWLiO7L1x65khpthkdLFYvkREg1AyhJlJaNwM3w,3448
|
96
|
-
stadiamaps/models/route_response_trip.py,sha256=dArv_kidtG7keQJCrRXRP5GqTaSXJMBMd_MgGbR125I,4565
|
97
|
-
stadiamaps/models/route_summary.py,sha256=WF-g-aX5Ld7paGSUaewNHLpTFWWQ8jXoSXyTq7G1bOY,4117
|
98
|
-
stadiamaps/models/route_trip.py,sha256=FzNn3Y35UeFKKc_qmgc5Mq6JYitnSC9HIxfu6d3tEvU,5077
|
99
|
-
stadiamaps/models/routing_response_waypoint.py,sha256=4CV_XT_UEZjd3ASFGc9aJsri7vSBo9zSHVZo30euFHE,4778
|
100
|
-
stadiamaps/models/routing_response_waypoint_all_of.py,sha256=2u_wmV3NfKkz1rl_DDAbc_6rqMdamOXCFA3XSmh22sA,2756
|
101
|
-
stadiamaps/models/routing_waypoint.py,sha256=OB3nT7X_LeUUaG4KHcR98GYi3GN8DEPrVxGSn-r37Q8,9513
|
102
|
-
stadiamaps/models/routing_waypoint_all_of.py,sha256=v7BryWQd_LrFAaEXhHKQBU1OBiF4WmCRN8FJstZUFzU,7320
|
103
|
-
stadiamaps/models/routing_waypoint_all_of_search_filter.py,sha256=NGLjszBHlRPWJpJDE2zIJT7wVLlmR90od8lifd5H3U4,4506
|
104
|
-
stadiamaps/models/simple_routing_waypoint.py,sha256=8l7OQ4_tskDSFHlYKsBtk2Z3lDmN0t4GRtDFhKg2mDU,4502
|
105
|
-
stadiamaps/models/simple_routing_waypoint_all_of.py,sha256=mFHVKuKWz3AuOxfqyGA5D_pai-RCu4Msdmmgf7fwm7A,3385
|
106
|
-
stadiamaps/models/speeds.py,sha256=U74zT4acgtMiwZd6hQA27uSKRYQAG_r1HrFX3ol7MJA,4550
|
107
|
-
stadiamaps/models/trace_attribute_filter_options.py,sha256=2s6Qlgg1gjdEAekafARV-WkKXh-lWjDGxZIYjaeu4Y4,3813
|
108
|
-
stadiamaps/models/trace_attribute_key.py,sha256=oe5adcZtqQKVRcA7Fd1Hkjy-xQWCe4sl-s_hMo8V7O4,4323
|
109
|
-
stadiamaps/models/trace_attributes_base_response.py,sha256=MEbYJ9ZTQyKoCBMRslz9cN-siPBECV6AuS5PqbGs7tE,5915
|
110
|
-
stadiamaps/models/trace_attributes_request.py,sha256=D6BhbEHPNtxDaYLhtDdkgZahjDUd7MnAHqTlZAJoB7Q,7776
|
111
|
-
stadiamaps/models/trace_attributes_request_all_of.py,sha256=ClTna0geZtUYYJHbVf96BwchKQ8sbf9PwWqKtSNXkyM,2967
|
112
|
-
stadiamaps/models/trace_attributes_request_all_of_filters.py,sha256=GM0OdKUGHcmDECtjbmifzLwS-SnbZWSWzn1qGWgia0o,3374
|
113
|
-
stadiamaps/models/trace_attributes_response.py,sha256=jQx04PqO-ybjRhAkiayx3JwqiNSD0vj90Sbj0IWWl4s,7011
|
114
|
-
stadiamaps/models/trace_attributes_response_all_of.py,sha256=3RKI65ZLB1oH9l_S2yiNWewc-G43E7KrYwr8OK-iRlQ,3632
|
115
|
-
stadiamaps/models/trace_edge.py,sha256=ywxgUvGggdHhNS3fYmwk-xBgNzoLhCtFTS3P9Wxh1kI,14710
|
116
|
-
stadiamaps/models/travel_mode.py,sha256=r0rrQwsh_qJFedJ-jriBTxZwwXKm836lno0BZ1RlwH4,844
|
117
|
-
stadiamaps/models/traversability.py,sha256=pK3R2-hITDMCzsha-0HIaKHnAKvJlRQn74zYMC8_gL4,860
|
118
|
-
stadiamaps/models/truck_costing_options.py,sha256=sz6tVb3l6WduSetNhJni6DNTgHAw97FTH2Nq5bHHUzk,12648
|
119
|
-
stadiamaps/models/truck_costing_options_all_of.py,sha256=WJDDKZ8rNATbzi8EUoceT7qDzK_kTyu_MQuh45M7Uy0,3804
|
120
|
-
stadiamaps/models/tz_response.py,sha256=rrJ3iWZrDSKIfQFebs0NfSypU7sdu_CGNp8Vdc7JYCA,3969
|
121
|
-
stadiamaps/models/valhalla_languages.py,sha256=qHDwerAYBxxGZ6oXPB2hxrem0WLCWraU8bDUpxe8UbU,1551
|
122
|
-
stadiamaps/models/valhalla_long_units.py,sha256=2LLa7w3RixL-cN735x02Shfue9lxFYb1nzZVUzp0xVc,817
|
123
|
-
stadiamaps/models/warning.py,sha256=NRbbA4KXMbzdkTFnlPUyCN5559WJh7jtbbvwcmHDlyc,3206
|
124
|
-
stadiamaps-2.0.0.dist-info/LICENSE.txt,sha256=vs0H95Mi3Rf1pSskD7rv4KbXLYCSYZ6cqZcFmek0hOg,1518
|
125
|
-
stadiamaps-2.0.0.dist-info/METADATA,sha256=Xvs9iHFgD_6NqL4folFvaUvwOnL9Dq4Fav6nB9o2myA,2455
|
126
|
-
stadiamaps-2.0.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
127
|
-
stadiamaps-2.0.0.dist-info/top_level.txt,sha256=dFHpcPo1v2Ajmc74F29BleqU5u8MLB0fgTnNYJIatx0,11
|
128
|
-
stadiamaps-2.0.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|