stadiamaps 5.0.0__py3-none-any.whl → 6.1.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 +23 -5
- stadiamaps/api/geocoding_api.py +1388 -138
- stadiamaps/api/geospatial_api.py +1 -1
- stadiamaps/api/routing_api.py +1 -1
- stadiamaps/api_client.py +3 -3
- stadiamaps/configuration.py +5 -5
- stadiamaps/exceptions.py +18 -1
- stadiamaps/models/__init__.py +22 -4
- stadiamaps/models/access.py +1 -1
- stadiamaps/models/addendum_v2.py +143 -0
- stadiamaps/models/address_components_v2.py +134 -0
- stadiamaps/models/admin_region.py +1 -1
- stadiamaps/models/administrative.py +1 -1
- stadiamaps/models/annotation_filters.py +1 -1
- stadiamaps/models/auto_costing_options.py +1 -1
- stadiamaps/models/base_costing_options.py +1 -1
- stadiamaps/models/base_trace_request.py +1 -1
- stadiamaps/models/bicycle_costing_options.py +1 -1
- stadiamaps/models/bike_network.py +1 -1
- stadiamaps/models/bulk_request.py +1 -1
- stadiamaps/models/bulk_request_query.py +1 -1
- stadiamaps/models/bulk_search_response.py +1 -1
- stadiamaps/models/context.py +119 -0
- stadiamaps/models/contour.py +1 -1
- stadiamaps/models/coordinate.py +1 -1
- stadiamaps/models/costing_model.py +1 -1
- stadiamaps/models/costing_options.py +1 -1
- 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/extended_directions_options.py +1 -1
- stadiamaps/models/feature_properties_v2.py +126 -0
- stadiamaps/models/feature_properties_v2_properties.py +184 -0
- stadiamaps/models/foursquare_addendum.py +113 -0
- stadiamaps/models/geo_attributes.py +1 -1
- stadiamaps/models/geo_json_geometry_base.py +1 -1
- stadiamaps/models/geo_json_point.py +1 -1
- stadiamaps/models/geocode_response.py +1 -1
- stadiamaps/models/geocode_response_envelope_properties_v2.py +125 -0
- stadiamaps/models/geocoding_geo_json_feature.py +1 -1
- stadiamaps/models/geocoding_geo_json_properties.py +8 -6
- stadiamaps/models/geocoding_geo_json_properties_addendum.py +1 -1
- stadiamaps/models/geocoding_geo_json_properties_addendum_osm.py +1 -1
- stadiamaps/models/geocoding_layer.py +1 -1
- stadiamaps/models/geocoding_meta.py +108 -0
- stadiamaps/models/geocoding_object.py +1 -1
- stadiamaps/models/geocoding_source.py +1 -1
- stadiamaps/models/geonames_addendum.py +101 -0
- 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/layer_id.py +57 -0
- 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 +1 -1
- 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 +3 -3
- stadiamaps/models/match_type.py +39 -0
- stadiamaps/models/matched_point.py +1 -1
- stadiamaps/models/matrix_costing_model.py +1 -1
- stadiamaps/models/matrix_distance.py +1 -1
- stadiamaps/models/matrix_request.py +1 -1
- stadiamaps/models/matrix_response.py +1 -1
- stadiamaps/models/matrix_waypoint.py +1 -1
- stadiamaps/models/motor_scooter_costing_options.py +1 -1
- stadiamaps/models/motorcycle_costing_options.py +1 -1
- stadiamaps/models/nearest_roads_request.py +1 -1
- stadiamaps/models/node_id.py +1 -1
- stadiamaps/models/node_type.py +1 -1
- stadiamaps/models/open_street_map_addendum.py +169 -0
- stadiamaps/models/optimized_route_request.py +1 -1
- stadiamaps/models/osrm_admin.py +1 -1
- stadiamaps/models/osrm_annotation.py +1 -1
- stadiamaps/models/osrm_banner_component.py +1 -1
- stadiamaps/models/osrm_banner_content.py +1 -1
- stadiamaps/models/osrm_banner_instruction.py +1 -1
- stadiamaps/models/osrm_base_api_response.py +1 -1
- stadiamaps/models/osrm_guidance_modifier.py +1 -1
- stadiamaps/models/osrm_intersection.py +1 -1
- stadiamaps/models/osrm_lane.py +1 -1
- stadiamaps/models/osrm_route.py +1 -1
- stadiamaps/models/osrm_route_leg.py +1 -1
- stadiamaps/models/osrm_route_response.py +1 -1
- stadiamaps/models/osrm_route_step.py +1 -1
- stadiamaps/models/osrm_speed_limit.py +1 -1
- stadiamaps/models/osrm_step_maneuver.py +1 -1
- stadiamaps/models/osrm_via_waypoint.py +1 -1
- stadiamaps/models/osrm_voice_instruction.py +1 -1
- stadiamaps/models/osrm_waypoint.py +1 -1
- stadiamaps/models/pedestrian_costing_options.py +8 -5
- stadiamaps/models/pedestrian_type.py +39 -0
- stadiamaps/models/point.py +104 -0
- stadiamaps/models/precision.py +38 -0
- stadiamaps/models/properties_v2.py +184 -0
- stadiamaps/models/restrictions.py +11 -11
- stadiamaps/models/road_class.py +1 -1
- stadiamaps/models/route200_response.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_languages.py +1 -1
- stadiamaps/models/routing_long_units.py +1 -1
- stadiamaps/models/routing_response_waypoint.py +3 -3
- stadiamaps/models/routing_waypoint.py +3 -3
- stadiamaps/models/routing_waypoint_all_of_search_filter.py +1 -1
- stadiamaps/models/search_query.py +2 -2
- stadiamaps/models/search_structured_query.py +3 -3
- stadiamaps/models/simple_routing_waypoint.py +3 -3
- stadiamaps/models/source_attribution.py +110 -0
- stadiamaps/models/source_id.py +41 -0
- 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 -6
- stadiamaps/models/trace_edge.py +2 -7
- stadiamaps/models/travel_mode.py +1 -1
- stadiamaps/models/traversability.py +1 -1
- stadiamaps/models/truck_costing_options.py +1 -1
- stadiamaps/models/tz_response.py +1 -1
- stadiamaps/models/warning.py +1 -1
- stadiamaps/models/whos_on_first_concordances.py +246 -0
- stadiamaps/models/wof_context.py +210 -0
- stadiamaps/models/wof_context_component.py +110 -0
- stadiamaps/rest.py +1 -1
- stadiamaps-6.1.0.dist-info/METADATA +117 -0
- stadiamaps-6.1.0.dist-info/RECORD +183 -0
- {stadiamaps-5.0.0.dist-info → stadiamaps-6.1.0.dist-info}/WHEEL +1 -1
- {stadiamaps-5.0.0.dist-info → stadiamaps-6.1.0.dist-info}/top_level.txt +1 -0
- test/integration/__init__.py +0 -0
- test/integration/test_eu_endpoint.py +21 -0
- test/integration/test_gecoding.py +136 -0
- test/integration/test_geospatial.py +43 -0
- test/integration/test_routing.py +282 -0
- stadiamaps-5.0.0.dist-info/METADATA +0 -87
- stadiamaps-5.0.0.dist-info/RECORD +0 -157
- {stadiamaps-5.0.0.dist-info → stadiamaps-6.1.0.dist-info/licenses}/LICENSE.txt +0 -0
@@ -1,157 +0,0 @@
|
|
1
|
-
stadiamaps/__init__.py,sha256=bx7l8TsKAqxsskmUUzzAD6LFnI5Brp2sO7mJh3OKBOE,8872
|
2
|
-
stadiamaps/api_client.py,sha256=RrNgPMRwFdsTjR-61CUd_8yT4ZVOsjVCjc1ak0KNpJo,27490
|
3
|
-
stadiamaps/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
4
|
-
stadiamaps/configuration.py,sha256=HKA7sdPmyRk2mDQPWAKyzEdeIO2-Xd5P2PFLX490MW8,18719
|
5
|
-
stadiamaps/exceptions.py,sha256=UPhdiVloi-P_piWhq6xgV0aOQbXq_yERgU5eNFoVg44,6019
|
6
|
-
stadiamaps/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
-
stadiamaps/rest.py,sha256=t7t92pwv1Jo0dxAkWWg5Nyl9Yl8WsKD6voGp1BvOV4s,9455
|
8
|
-
stadiamaps/api/__init__.py,sha256=NRdfWLDRL2TYgITiS6K4OX8lmmVVmf9-_yyMe2_6hTs,208
|
9
|
-
stadiamaps/api/geocoding_api.py,sha256=s724_tPUFyq5uk3Wt1s3utiOPsLhHxR7SuItxDe_pKs,165739
|
10
|
-
stadiamaps/api/geospatial_api.py,sha256=49BLrkOnSKBJlQb9yZDC6M1Ridwv4MeMeNMR8O0Q9no,29585
|
11
|
-
stadiamaps/api/routing_api.py,sha256=r_0Ik8S7-UqUNlbcuzzNT9nPorvtpwySZM5IlSlFaCc,81120
|
12
|
-
stadiamaps/models/__init__.py,sha256=bR1naU_qNWJTYtpD8PZ6DDrdKpNB_t6gK34_lWLAWFM,8204
|
13
|
-
stadiamaps/models/access.py,sha256=yRpnYvjKaRLuM0KDq5Oi7hdBNJdDRhtEDWf9tlF6Ja4,4179
|
14
|
-
stadiamaps/models/admin_region.py,sha256=3XpXGkVIMAoTB9xGtRgt0qi_Wil4Qi1vA3zC8ChzhYM,3793
|
15
|
-
stadiamaps/models/administrative.py,sha256=qZBVI9ad8IviinMYqo-CYndpv9lYpB1RbYXjhSsa35w,3842
|
16
|
-
stadiamaps/models/annotation_filters.py,sha256=DziZVsQcrNPh5J-TcacqSeQNiW1d7fRV3M384i_jkAU,4314
|
17
|
-
stadiamaps/models/auto_costing_options.py,sha256=ZwxRhXRmzIYoVoArSJZkclldX6OVdpHWJ-VBk94GfKc,12767
|
18
|
-
stadiamaps/models/auto_costing_options_all_of.py,sha256=JSiFHNEljR4if13lP3jeJc8ny_gSfVzyQZErdt6LaBM,7083
|
19
|
-
stadiamaps/models/base_costing_options.py,sha256=KeGbxY5zeRuqr3IsNIy3KDZjV5lRI17i3rej9xxUewg,7721
|
20
|
-
stadiamaps/models/base_trace_request.py,sha256=do6Jxh0JTnbpHLsJai1kuEBmdf-oTUfqX5qCZfzygg4,7258
|
21
|
-
stadiamaps/models/bicycle_costing_options.py,sha256=ZnrnXXfdaNIWFPyYmywVuPvV3DypAfOZ_1VgQTbAin0,11693
|
22
|
-
stadiamaps/models/bicycle_costing_options_all_of.py,sha256=AhDT4CYE3wRA0j1EXvBiK_Bevw2mN-WQA4AnAb7uM5A,5904
|
23
|
-
stadiamaps/models/bike_network.py,sha256=glRZhnMXuzCCBxrRLBj8Wd-wC925PZ6tdsLnq8o_4go,3432
|
24
|
-
stadiamaps/models/bulk_request.py,sha256=GvB8M7cyBMkphR448M72iH_bKPp7hgyGt8XWGCxSudw,3897
|
25
|
-
stadiamaps/models/bulk_request_query.py,sha256=9qEI3_tJUvor4J2WkhZcYebPUZ1NkNLnNQDSRjsJFNo,5439
|
26
|
-
stadiamaps/models/bulk_search_request_inner.py,sha256=nKDAb78ku8Vw-BWL0JRlYHcAYXWfaa-Q4qNwpYwk9w4,5686
|
27
|
-
stadiamaps/models/bulk_search_response.py,sha256=vd7ZJty6B_kRC7Yd3PfrEON5m9mR0XCvYqdwaHewnU0,3750
|
28
|
-
stadiamaps/models/contour.py,sha256=t4zAvccKwuPrXcB6ETdeVhdWTZc_AcrNGvB1nAVL6Ms,3744
|
29
|
-
stadiamaps/models/coordinate.py,sha256=S9VRyp7Enw8IKUVv84ix_t6IaUqNkVBcDIR_G3hdGeg,3525
|
30
|
-
stadiamaps/models/costing_model.py,sha256=rdzx4-n_dVCMzKFiNUV5Ff44WDMSdhV-1J4jrDRfelg,1332
|
31
|
-
stadiamaps/models/costing_options.py,sha256=bft-e6UStU3fF5kWbgQpWlycPqG-fg6lJ6PBezlNxeM,6813
|
32
|
-
stadiamaps/models/directions_options.py,sha256=95CACuf6FUvCjbK-9Ammd1IvMyJi2Y2ZFlPV1wZwocI,4325
|
33
|
-
stadiamaps/models/distance_unit.py,sha256=R3WNWUi1We43fDxsyvr6sS8NsHxSRJfU0wQytJtPrDc,780
|
34
|
-
stadiamaps/models/edge_sign.py,sha256=NZ7EXsbv0PgbdU2ajJKRFqSxuGGwBvd0sKhXzwfd19M,3491
|
35
|
-
stadiamaps/models/edge_use.py,sha256=d18EgdUr9ESFlk-ehvSgNe6-uQw12G19EbfbY8tjPTA,1663
|
36
|
-
stadiamaps/models/end_node.py,sha256=BMdCaIM69eSwvvFeJr1r18fpDtJSEq7rOffrOqiohz8,4775
|
37
|
-
stadiamaps/models/extended_directions_options.py,sha256=sIgJsROFBKpx5LzMchg_0ugVecKUfiJVeNgtHOAEHDg,4887
|
38
|
-
stadiamaps/models/geo_attributes.py,sha256=nUl3xhcll7F-bxnBA7BVLDQ8POxML4ckCQLzj6nyHE8,4213
|
39
|
-
stadiamaps/models/geo_json_geometry.py,sha256=j6ctj76suKXnK1-5qo8Z8C2Mt9mp-XyB07TjOdvQuOc,6201
|
40
|
-
stadiamaps/models/geo_json_geometry_base.py,sha256=wysL62av0VUFeBY8HjgVc_KV7c3mdRgtpJJjkosfgpw,3532
|
41
|
-
stadiamaps/models/geo_json_line_string.py,sha256=cDKOwvATlQ7-CHLqpiW3-B6MHwpKhIS2G0uYLpyRq0k,3773
|
42
|
-
stadiamaps/models/geo_json_line_string_all_of.py,sha256=_vHsj7n-c1QEAoL9M8MAWj7Q1wv4AtqpG0lXHluRYzA,2663
|
43
|
-
stadiamaps/models/geo_json_point.py,sha256=0Mkz2iwv46k5jMpAvdUW3wtxaOXCcj9Mr4id8iByI7w,3747
|
44
|
-
stadiamaps/models/geo_json_point_all_of.py,sha256=Md1qYy2GAtnsy_8IwXrYXlNc5e_RBAfjTSBKzrrDUn8,2614
|
45
|
-
stadiamaps/models/geo_json_polygon.py,sha256=ktzcWX9KDmSH9Mi31GToDvlmHTExmPl7EPajt7TSkak,3767
|
46
|
-
stadiamaps/models/geo_json_polygon_all_of.py,sha256=lOsNbT0B-2d_wJTwOIQt7gny_aldHzT9cMC5XoIETtE,2648
|
47
|
-
stadiamaps/models/geocode_response.py,sha256=av3bvCDA6jZJYOzcam3lS9rh7w6tvcMZh1WAU06X7fQ,4424
|
48
|
-
stadiamaps/models/geocoding_geo_json_feature.py,sha256=RnLfPfDzSH9cEUI2uKzJxi1GjqhnSuhf21HQsdcOn9E,4619
|
49
|
-
stadiamaps/models/geocoding_geo_json_properties.py,sha256=8I5WbUgZZg6pp0lyhoQ5B_9Jytidf6drbqHCP6eVWFI,10181
|
50
|
-
stadiamaps/models/geocoding_geo_json_properties_addendum.py,sha256=0ZBaBdNND_JnyrKUlEPr5XfMa7NZpQHoFP9ekqOVkmc,3735
|
51
|
-
stadiamaps/models/geocoding_geo_json_properties_addendum_osm.py,sha256=BO-DTrHxsBmxGD9Bt8mGlKWz8_eDBd_A-SC5BLP7J6M,3531
|
52
|
-
stadiamaps/models/geocoding_layer.py,sha256=IG0NYYV8yqnwQa-w9yPB4XhYEI6a8qnq_OAu6lu4lJo,2528
|
53
|
-
stadiamaps/models/geocoding_object.py,sha256=M6K4ED0ssI0UvWb9n1YGgryvHmM9Ilcg9dc_nb1-0UY,4217
|
54
|
-
stadiamaps/models/geocoding_source.py,sha256=yW6bOgQOwA3yzFVfGKdx7DMQPA0IMTvkgK5pjcwFkfQ,1059
|
55
|
-
stadiamaps/models/height_request.py,sha256=qyO3bAT3fhcwTFC-Yif4SLAioC9rXeqYLTLGokRt1zE,5968
|
56
|
-
stadiamaps/models/height_response.py,sha256=TKR8KZ6PvwVmMYynsFLOtyyl6IbDqUlsqvCF0sh_Ndk,5110
|
57
|
-
stadiamaps/models/highway_classification.py,sha256=xx8aLL7KLVfBaTpC_3xh_yUgTPS5FPzb0dmiV9wM2eM,6219
|
58
|
-
stadiamaps/models/intersecting_edge.py,sha256=IIJ1vQpQpNdEmJ3Bgo9uErkXYu3Uya7hF86gQSgGo_0,4608
|
59
|
-
stadiamaps/models/isochrone_costing_model.py,sha256=WDurkB4V4iUHjRMrnvFhDRpqBECUzaPCblZiAOeObvE,1043
|
60
|
-
stadiamaps/models/isochrone_feature.py,sha256=S9Kn5iOLb4zRI5qTu1EBNFJgVDPFTI4ucUab3R3YIes,3996
|
61
|
-
stadiamaps/models/isochrone_properties.py,sha256=AcR-TEl6qbNTRr7g649hMUFPom1xIxqbT16-9hK_LCQ,4235
|
62
|
-
stadiamaps/models/isochrone_request.py,sha256=Ug5CJalxNJvf20gJIv4TtIlKEU_Dx3J9MzskamwTq9M,6758
|
63
|
-
stadiamaps/models/isochrone_response.py,sha256=G6cxfRrjhtWbTqyewtFVII5phBUSCKW1asIVr6zVGHc,4069
|
64
|
-
stadiamaps/models/locate_detailed_edge.py,sha256=0_1FXRBlFPO7Ez5Pkgbgs0UdXk38jZtHmxhiWn5W3Ms,10839
|
65
|
-
stadiamaps/models/locate_edge.py,sha256=pMBzf98J7_Ob3oeBPgHEfsyFU0GMWxxxm5fJIskC9i4,6553
|
66
|
-
stadiamaps/models/locate_edge_info.py,sha256=oAaMzATfG7eOZrPqK02iDwKlQCGjs9x4Z-4Vftmd0Rg,4350
|
67
|
-
stadiamaps/models/locate_node.py,sha256=9uDkAYxFO2NmUMUZTmYYad_UNGv98LVlWDC7egE--Hk,5948
|
68
|
-
stadiamaps/models/locate_node_all_of.py,sha256=CIpyV5ssH034gmC-fHlshAOZkolUy7LYejgHLqHeMyI,4800
|
69
|
-
stadiamaps/models/locate_object.py,sha256=j_2zoXdHHeDbH-uqHQEq8xzSpR-8TpKoOpABVe3o4J8,5113
|
70
|
-
stadiamaps/models/low_speed_vehicle_costing_options.py,sha256=QI41x-R6N5Ueor_EsIc36rKNs55P0y0MTdmCKGdHU2Q,9820
|
71
|
-
stadiamaps/models/maneuver_sign.py,sha256=SvhYdpa7XLcTU-R8aye0nG5JhfTbCYJmluSkj6Hthp0,6388
|
72
|
-
stadiamaps/models/maneuver_sign_element.py,sha256=CxWYoP2LcX5UmJH8JX0In0FKl2uEVicvFWBQP6q8lpc,3711
|
73
|
-
stadiamaps/models/map_match_costing_model.py,sha256=igJtVBlTl9mm5VnCB0NjaACbnr5byJd9XfhfHerKwp0,1040
|
74
|
-
stadiamaps/models/map_match_request.py,sha256=LZ5nUKXc9R2CZp9Jr9bPPD1HCbpCo3_98tvnPipBO_A,11771
|
75
|
-
stadiamaps/models/map_match_request_all_of.py,sha256=4I-A8Lvt59Gu-xMvfsHIe-GcCfO_qLab6uCKAXqTasM,4291
|
76
|
-
stadiamaps/models/map_match_route_response.py,sha256=QwkqiK1hhindhXuWQrDHBPFaa1r5Ng6OrfskYR1DfFU,4404
|
77
|
-
stadiamaps/models/map_match_route_response_all_of.py,sha256=WOWvtLLp801qQM4aJoKR-MTuL6e1nJ3C7FrTRPJ4gxI,2649
|
78
|
-
stadiamaps/models/map_match_trace_options.py,sha256=G0vz-jN_8_heNsNzwnZwVC5COUCLi1stsXNZWFV6yy4,4609
|
79
|
-
stadiamaps/models/map_match_waypoint.py,sha256=VIRpqwHoIl89yB3fS0gw6dOckqNOn8y5aaPMOTaXQ6I,4836
|
80
|
-
stadiamaps/models/map_match_waypoint_all_of.py,sha256=wLt5dB0JfKtZOqRcNoFZod2k-EJ3OcBGh_nhTjFA2gk,2793
|
81
|
-
stadiamaps/models/matched_point.py,sha256=Idqn2mZW1MVgO0-XDjKOw2t-se6hHYQXJCYOd1TH_v8,5417
|
82
|
-
stadiamaps/models/matrix_costing_model.py,sha256=pQ4N3uLzVgKbQ10xvjP1NRoitKK2wzgIv3NExzdxTbw,1034
|
83
|
-
stadiamaps/models/matrix_distance.py,sha256=H1gF4d00kZ8ZhOZxGc5C3nccufAHYHIGYlAebV--njw,4571
|
84
|
-
stadiamaps/models/matrix_request.py,sha256=YRZcwyWMlslY93uCXGbYFSMRSXaF6ezqQvXu4c8fstE,6858
|
85
|
-
stadiamaps/models/matrix_response.py,sha256=2groorSc6WqZnKCzGtpykWhO5u64rWtie5PUq57UYXg,6854
|
86
|
-
stadiamaps/models/matrix_waypoint.py,sha256=JudnFYNWFyreWQHFEgU_npFkPJWrqH8D9HKGiQyRqJw,3878
|
87
|
-
stadiamaps/models/motor_scooter_costing_options.py,sha256=GzzsZWI6Qp2mUJG7WOxyAth3OBBgTVKPhW_k_x1ghyE,13848
|
88
|
-
stadiamaps/models/motor_scooter_costing_options_all_of.py,sha256=3XuHRpUB_VvAro0XZwCbq1ExJbEMnB5cm6iagIruuP4,3525
|
89
|
-
stadiamaps/models/motorcycle_costing_options.py,sha256=ZAtP2YwJXfJFbR-t_IYcfgCSpyWngzvN2rzhRstZQZQ,13304
|
90
|
-
stadiamaps/models/motorcycle_costing_options_all_of.py,sha256=NJQD3ez643xF0r9Dmix88gGrPLzrbgJNBPz9il6G9HM,3479
|
91
|
-
stadiamaps/models/nearest_roads_request.py,sha256=IPzCTImjiR8JQrtRGpfilradgpDgFM3xDhWoo-RdQrM,5747
|
92
|
-
stadiamaps/models/node_id.py,sha256=Z34wD1FjNzH2z6elA3gxZj4PFjkg8F9SA922O48MMig,3367
|
93
|
-
stadiamaps/models/node_type.py,sha256=fBYIdoCQbSZM5LZAfaXZfhQ3f3BV1wc277hZtfcTpeo,1052
|
94
|
-
stadiamaps/models/optimized_route_request.py,sha256=_kPAoED-8dhxy5SaOybBubOF7fjj9TcDACNlLZ8pq6Q,8620
|
95
|
-
stadiamaps/models/osrm_admin.py,sha256=lNziKzjOZsX6gQOutlV73xVdj0VkuIudp_S-PsS5n9k,3460
|
96
|
-
stadiamaps/models/osrm_annotation.py,sha256=EzTlTVUBhEXwOxnBc_c1BzouvuvYp1jnA8NnlpzuRnc,4423
|
97
|
-
stadiamaps/models/osrm_banner_component.py,sha256=FL5cWBdz5wFozQj5AW8-uAL5K0II-hG3BCn71CpBrvc,3647
|
98
|
-
stadiamaps/models/osrm_banner_content.py,sha256=83x1LhkH3H3NpL_V-tR_WzlJE3XHEPh71fWmYzqewfA,5100
|
99
|
-
stadiamaps/models/osrm_banner_instruction.py,sha256=sN8nswDqX9ba4nTpwceZK3t_sk8cXtxXWreiTpXScow,4157
|
100
|
-
stadiamaps/models/osrm_base_api_response.py,sha256=Er1vqXJf7KXzAJ5Bfcg0VK1ETlQTpudcmgfNFBlaUZ4,3944
|
101
|
-
stadiamaps/models/osrm_guidance_modifier.py,sha256=QJypRWT3LBDc7_FzY7c4lzFmMlzlNTBG5oK5lU9edTU,1062
|
102
|
-
stadiamaps/models/osrm_intersection.py,sha256=EWevNfttBsk5ag3DXu1Lu0pqMvJVAScZGdsRWWkCHJo,7294
|
103
|
-
stadiamaps/models/osrm_lane.py,sha256=T7lFJeo0ljo7ODA76BvU06RpsDuoB3jUGPvosiaZpbU,3964
|
104
|
-
stadiamaps/models/osrm_route.py,sha256=XjQqE53roZZ_-qprwitXuvXetTxdgEKz4cC3hhgz2PQ,4525
|
105
|
-
stadiamaps/models/osrm_route_leg.py,sha256=JOCiHjYlP9uBd483H3Jg1tHUua1JDrGkmF7xCwDe2vo,6308
|
106
|
-
stadiamaps/models/osrm_route_response.py,sha256=A6JpEXYUFRvJKnRJSR_pf5AjtQoHWsSN6CgNvtkx4zY,5084
|
107
|
-
stadiamaps/models/osrm_route_step.py,sha256=MLeRUtWH14rwITOEqT5xzJXmXNFiqLgbPIDeCN3nPF4,9491
|
108
|
-
stadiamaps/models/osrm_speed_limit.py,sha256=4jW2ZUvOkkPVMkEGHEhvQr30bikLegsxeBPWziNBpQo,4071
|
109
|
-
stadiamaps/models/osrm_step_maneuver.py,sha256=qe1CyyNQrKoGKHc_MC3PFvNCrrQUPHMDBRVNif7E5iA,5253
|
110
|
-
stadiamaps/models/osrm_via_waypoint.py,sha256=G70wd9qDq68uMeld9sjD-Yg1ajQPjvptpwad8O6lIpQ,3653
|
111
|
-
stadiamaps/models/osrm_voice_instruction.py,sha256=Jf70ek8bEJ1okwDDCPYn_xpXNDJi9kDyaRBgo4KSMvM,3887
|
112
|
-
stadiamaps/models/osrm_waypoint.py,sha256=7krl96R2os2s5lC4YKnrT2HSYRG9baePl8fQQCH4emw,3696
|
113
|
-
stadiamaps/models/pedestrian_costing_options.py,sha256=u5RY91h-_rPlX-4sXucU6EoWVIGqhqbgvNBeF5zM4cE,9210
|
114
|
-
stadiamaps/models/restrictions.py,sha256=vQAP06wMNw-qZR4lHSQ0aKRDdMCwIcS4r0f0A4Czx-0,4203
|
115
|
-
stadiamaps/models/road_class.py,sha256=bFRUOt6fIZaqNBNEzoNIWy01a8Rly9PGztJfDqt3SQA,1002
|
116
|
-
stadiamaps/models/route200_response.py,sha256=W-sWkIsPllR7esHaE__tE_Jfx1aeJrJmKrnRD5VpoWU,5405
|
117
|
-
stadiamaps/models/route_leg.py,sha256=AYSWumla1vquAT4Py-0CblqWLmGmsYUgX7Wo-XXjSD0,4961
|
118
|
-
stadiamaps/models/route_maneuver.py,sha256=4iJTTUSM9ycyJ8mnGne0gjpyyVdtQnF2YYue5QK2hoU,12445
|
119
|
-
stadiamaps/models/route_request.py,sha256=wI0uuX9imQ0oXnkxBtW6EtAbO4TPDTLxPbAIuL6Qlt0,10325
|
120
|
-
stadiamaps/models/route_response.py,sha256=77VUVXrVcD8vppaGhm9ifuN69H78fEV6JF1ZEr4q0YE,4232
|
121
|
-
stadiamaps/models/route_response_alternates_inner.py,sha256=KBc4yCspLe45SwHWEWN1ITdIt9jt7IbAnAMkrDsSfMQ,3448
|
122
|
-
stadiamaps/models/route_summary.py,sha256=QAWfNx_euJg81rl4GQMWsWyF8hlq1sgoOpQHnbcq-Q0,4117
|
123
|
-
stadiamaps/models/route_trip.py,sha256=BZYb5fE8khZZhQiCrOT8cmVR35m45FHcg75y9Y7f5iw,5250
|
124
|
-
stadiamaps/models/routing_languages.py,sha256=sA5_4cFMCS5fZBzVfNdzNl64oi2UAfwbFHJlLM3dz0U,1548
|
125
|
-
stadiamaps/models/routing_long_units.py,sha256=yElax7yB4XRU4USvRD1daXV08LGyi4bVhJUxZPVrQ7w,814
|
126
|
-
stadiamaps/models/routing_response_waypoint.py,sha256=62tdphB81d4VtY-j1A6VmWOmMvdNXjbAjpiZshSi-Ak,4778
|
127
|
-
stadiamaps/models/routing_response_waypoint_all_of.py,sha256=2u_wmV3NfKkz1rl_DDAbc_6rqMdamOXCFA3XSmh22sA,2756
|
128
|
-
stadiamaps/models/routing_waypoint.py,sha256=2PEbvS_ZOMdChVWr_KHnQprwah8KLTpYFJluuc6LlIo,9513
|
129
|
-
stadiamaps/models/routing_waypoint_all_of.py,sha256=v7BryWQd_LrFAaEXhHKQBU1OBiF4WmCRN8FJstZUFzU,7320
|
130
|
-
stadiamaps/models/routing_waypoint_all_of_search_filter.py,sha256=bk-N11emDh4EqCaX4vOHQBvfg2yveyMELQDEAa8woAU,4506
|
131
|
-
stadiamaps/models/search_bulk_query.py,sha256=Fv3SYqwdlVMeXnqhqSLRW1Qte0k_NxV8JI1QkxsR2zI,3842
|
132
|
-
stadiamaps/models/search_bulk_request.py,sha256=xFoH4wfaXA2uoN-qd-B01Wu7bQ-MoNq0vA6ERSrvZ4Q,5646
|
133
|
-
stadiamaps/models/search_query.py,sha256=_oJGMAEkzErMAk2kU2TeyMN4EHciZ67JiuEdt4mzE4k,8773
|
134
|
-
stadiamaps/models/search_structured_bulk_query.py,sha256=VKNzx5en5CWoRXneiApWUYjLb_UxRUilQQdr_AKs33A,3945
|
135
|
-
stadiamaps/models/search_structured_query.py,sha256=bwUV7QguLxEGColZ7Le35KpmJi_VTrd1Wil9WF4tOvQ,10315
|
136
|
-
stadiamaps/models/simple_routing_waypoint.py,sha256=XL9Y4goM4gOAEFCwIJSDC4b03p-00Pe6bp6uT-OU7pc,4502
|
137
|
-
stadiamaps/models/simple_routing_waypoint_all_of.py,sha256=mFHVKuKWz3AuOxfqyGA5D_pai-RCu4Msdmmgf7fwm7A,3385
|
138
|
-
stadiamaps/models/speeds.py,sha256=94lfM_dw3VJR92aGfqz2nZMON-3KT0K0DGVVO4KhWS4,4550
|
139
|
-
stadiamaps/models/trace_attribute_filter_options.py,sha256=6ALJ1TJwbhQqN9fHiW9IvY3_yP8nIHy1IWfg27Kqa80,3813
|
140
|
-
stadiamaps/models/trace_attribute_key.py,sha256=rB4eFY-TyF6RfyAQXG9mosY07nrnvCv_g7tNVFsaCig,4323
|
141
|
-
stadiamaps/models/trace_attributes_base_response.py,sha256=puZwtd-5S31o-pIZ6gn4W4tE13R8cKLDgc6-F-Ww8Ag,6202
|
142
|
-
stadiamaps/models/trace_attributes_request.py,sha256=R_onQGv6TqWTgu0LpPneABjeomSoaqBDz29yiolJCwY,8848
|
143
|
-
stadiamaps/models/trace_attributes_request_all_of.py,sha256=ClTna0geZtUYYJHbVf96BwchKQ8sbf9PwWqKtSNXkyM,2967
|
144
|
-
stadiamaps/models/trace_attributes_request_all_of_filters.py,sha256=GM0OdKUGHcmDECtjbmifzLwS-SnbZWSWzn1qGWgia0o,3374
|
145
|
-
stadiamaps/models/trace_attributes_response.py,sha256=rUCYESmGFy8s2TN0r4jl13O-FJ9zaI2Ici_JJgMTTgY,7431
|
146
|
-
stadiamaps/models/trace_edge.py,sha256=HSP34qUI6PiaywSkm_mEGESr9caSyieMuedvDIYYDoE,14690
|
147
|
-
stadiamaps/models/travel_mode.py,sha256=7PHtmywbuecWkc5rVxl68M04MUjnckIuTjHYklIvgAU,844
|
148
|
-
stadiamaps/models/traversability.py,sha256=FJUTyBWxdHAGy0twIKgxA6KWZ6SzTcIHYlK6_JWH2IQ,860
|
149
|
-
stadiamaps/models/truck_costing_options.py,sha256=oFVcyPgsSWiCZ4J0hEtZnNYIW1VgklHAqgmsRDpZVfs,13669
|
150
|
-
stadiamaps/models/truck_costing_options_all_of.py,sha256=WJDDKZ8rNATbzi8EUoceT7qDzK_kTyu_MQuh45M7Uy0,3804
|
151
|
-
stadiamaps/models/tz_response.py,sha256=PTPnSlVfrvl5bI25G9A6BKctS2Jb877_kx9DmmOi9yU,3969
|
152
|
-
stadiamaps/models/warning.py,sha256=TUNPzhOuyG-XEY1IYqdV-QJFNret1c4bIXvGmCD3UjY,3206
|
153
|
-
stadiamaps-5.0.0.dist-info/LICENSE.txt,sha256=vs0H95Mi3Rf1pSskD7rv4KbXLYCSYZ6cqZcFmek0hOg,1518
|
154
|
-
stadiamaps-5.0.0.dist-info/METADATA,sha256=fr9BeZYsLP7Wh-BPima_CRI4zHI7z1SNOwT3GBCMQQc,2629
|
155
|
-
stadiamaps-5.0.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
156
|
-
stadiamaps-5.0.0.dist-info/top_level.txt,sha256=dFHpcPo1v2Ajmc74F29BleqU5u8MLB0fgTnNYJIatx0,11
|
157
|
-
stadiamaps-5.0.0.dist-info/RECORD,,
|
File without changes
|