stadiamaps 1.0.3__py3-none-any.whl → 1.0.4__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 +2 -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 +2 -2
- stadiamaps/configuration.py +3 -3
- stadiamaps/exceptions.py +1 -1
- stadiamaps/models/__init__.py +1 -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 +1 -1
- stadiamaps/models/auto_costing_options_all_of.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/bicycle_costing_options_all_of.py +1 -1
- stadiamaps/models/bike_network.py +1 -1
- 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/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_line_string_all_of.py +1 -1
- stadiamaps/models/geo_json_point.py +1 -1
- stadiamaps/models/geo_json_point_all_of.py +1 -1
- stadiamaps/models/geo_json_polygon.py +1 -1
- stadiamaps/models/geo_json_polygon_all_of.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_node_all_of.py +1 -1
- stadiamaps/models/locate_object.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_request_all_of.py +1 -1
- stadiamaps/models/map_match_route_response.py +1 -1
- stadiamaps/models/map_match_route_response_all_of.py +1 -1
- stadiamaps/models/map_match_trace_options.py +1 -1
- stadiamaps/models/map_match_waypoint.py +1 -1
- stadiamaps/models/map_match_waypoint_all_of.py +1 -1
- 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/motor_scooter_costing_options.py +1 -1
- stadiamaps/models/motor_scooter_costing_options_all_of.py +1 -1
- stadiamaps/models/motorcycle_costing_options.py +1 -1
- stadiamaps/models/motorcycle_costing_options_all_of.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/optimized_route_request.py +1 -1
- stadiamaps/models/pedestrian_costing_options.py +1 -1
- stadiamaps/models/pelias_geo_json_feature.py +6 -4
- stadiamaps/models/pelias_geo_json_properties.py +4 -4
- 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_response_geocoding.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_trip.py +1 -1
- stadiamaps/models/route_summary.py +1 -1
- stadiamaps/models/routing_response_waypoint.py +1 -1
- stadiamaps/models/routing_response_waypoint_all_of.py +1 -1
- stadiamaps/models/routing_waypoint.py +1 -1
- stadiamaps/models/routing_waypoint_all_of.py +1 -1
- stadiamaps/models/routing_waypoint_all_of_search_filter.py +1 -1
- stadiamaps/models/simple_routing_waypoint.py +1 -1
- stadiamaps/models/simple_routing_waypoint_all_of.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_request_all_of.py +1 -1
- stadiamaps/models/trace_attributes_request_all_of_filters.py +1 -1
- stadiamaps/models/trace_attributes_response.py +1 -1
- stadiamaps/models/trace_attributes_response_all_of.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 +1 -1
- stadiamaps/models/truck_costing_options_all_of.py +1 -1
- 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-1.0.3.dist-info → stadiamaps-1.0.4.dist-info}/METADATA +1 -1
- stadiamaps-1.0.4.dist-info/RECORD +125 -0
- stadiamaps-1.0.3.dist-info/RECORD +0 -125
- {stadiamaps-1.0.3.dist-info → stadiamaps-1.0.4.dist-info}/LICENSE.txt +0 -0
- {stadiamaps-1.0.3.dist-info → stadiamaps-1.0.4.dist-info}/WHEEL +0 -0
- {stadiamaps-1.0.3.dist-info → stadiamaps-1.0.4.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. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 5.0.
|
8
|
+
The version of the OpenAPI document: 5.0.3
|
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. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 5.0.
|
8
|
+
The version of the OpenAPI document: 5.0.3
|
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. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 5.0.
|
8
|
+
The version of the OpenAPI document: 5.0.3
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -0,0 +1,125 @@
|
|
1
|
+
stadiamaps/__init__.py,sha256=iSmbW-qEmfA6CaCSTAUjBL4xHkBXjnTNT8q_1cOMdyU,8524
|
2
|
+
stadiamaps/api_client.py,sha256=WIy-YmxWHHc4_fg5siMzpkfbqhONrti5rP-GixoY8QA,30069
|
3
|
+
stadiamaps/api_response.py,sha256=PVUEilYSo_CCiR5NaxyzzyJAlKL1xkNoWvtkfk7r528,844
|
4
|
+
stadiamaps/configuration.py,sha256=STm9ywbat28GXWpAkKszuHvbwvo73uD9HLkg9BNWbJM,15506
|
5
|
+
stadiamaps/exceptions.py,sha256=GIql4MabfYMT7S29vXn_ukhTv-wHpDRkrOdXUQTzSUo,5207
|
6
|
+
stadiamaps/rest.py,sha256=eLw-JruH5dNYac1bAZhDP2bRzatTGiRp9TPoLRJGEeA,12849
|
7
|
+
stadiamaps/api/__init__.py,sha256=NRdfWLDRL2TYgITiS6K4OX8lmmVVmf9-_yyMe2_6hTs,208
|
8
|
+
stadiamaps/api/geocoding_api.py,sha256=H7K8k6EOQ87bERKwJi39Rfj6_mR30ifBJs3QO-YSpVQ,97488
|
9
|
+
stadiamaps/api/geospatial_api.py,sha256=2eK_AXZurT57LtKeFHcl-CZ1tbzUB0-khgnK-T2on94,18619
|
10
|
+
stadiamaps/api/routing_api.py,sha256=eFpvfcDYK8GxLNTk6QqZCHYVlv1uD76HYoiO845SmEA,50673
|
11
|
+
stadiamaps/models/__init__.py,sha256=_HSl-Sg77cEfcBfhlXDnHwNKfxBQmvKzFHvu_qQYqBg,7856
|
12
|
+
stadiamaps/models/access.py,sha256=bCjIufWzCj4_1ANJdiP2-hrcDE_yfukenyxZ79f923U,3475
|
13
|
+
stadiamaps/models/admin_region.py,sha256=7wvd9FsTGQjctTZA22EqglLeHC2ZjMLmW1SHQLsylJc,3085
|
14
|
+
stadiamaps/models/administrative.py,sha256=SHgcI8LzCcwDrT2tHsSk3sKdS4v0_34eSauhLQ_-xI0,3146
|
15
|
+
stadiamaps/models/auto_costing_options.py,sha256=Wq4AcHga5KeMtMXKbH7sYX6DxKlEhEMsccqtVPg7Icc,10457
|
16
|
+
stadiamaps/models/auto_costing_options_all_of.py,sha256=J04KXxB3OgBfl5P3wgqP0BuBbkZ7QXTTm06IVpX9VMM,7083
|
17
|
+
stadiamaps/models/base_costing_options.py,sha256=_j15DP2mQ50XERCU6Kpm6RPxWBFO4Xg6gT3kXsPy0Z4,5886
|
18
|
+
stadiamaps/models/base_trace_request.py,sha256=MnsvOIP2GlgxCDK9A8tFbJvPiWNDDLBuAbRFifuGqR8,5850
|
19
|
+
stadiamaps/models/bicycle_costing_options.py,sha256=W-xLrFKgyBEJSUVw7s1XCqcM265uepxeQqUTTz1Ny5w,9291
|
20
|
+
stadiamaps/models/bicycle_costing_options_all_of.py,sha256=QipRlvua1ZeITc4bK9YkT0YCbs8bp9eIU0kOa71dErk,5904
|
21
|
+
stadiamaps/models/bike_network.py,sha256=KQEc6AZ9yvebOkFI4mdOuPagk4g5X4Fkkv66wBxPfMY,2756
|
22
|
+
stadiamaps/models/contour.py,sha256=gsy8xuQl3s8kiosQp-A6hfaOKzTft8a68sUnce8ZVXg,3028
|
23
|
+
stadiamaps/models/coordinate.py,sha256=r6Rb6d5bO5mIyQEiZTCpmMjgCgd4mTfTZasWBXxUvm0,2675
|
24
|
+
stadiamaps/models/costing_model.py,sha256=O8QYxlretcX1Szx0kSXl3f75Gliq_YgpPcavxzHLTUo,1328
|
25
|
+
stadiamaps/models/costing_options.py,sha256=XegjkRWGT0V0jCpih01o5kdrJPcYJvBDAyi9zmZyPfE,5637
|
26
|
+
stadiamaps/models/directions_options.py,sha256=tZ16yfuSW8OTI-G14Fr7jtHwLN5gBDFqWXjjfUTNquo,3494
|
27
|
+
stadiamaps/models/distance_unit.py,sha256=hXnFgwYNH3THZtsWrCHWJlZYjcLbkU1iNvIBohoX-jg,777
|
28
|
+
stadiamaps/models/edge_sign.py,sha256=HrrsSlvbDr2XQy0bn0BUJdyvDhDze1x1dPr9E_1ULFA,2830
|
29
|
+
stadiamaps/models/edge_use.py,sha256=wrlBuPrhDgit0mKRPXsRQzgjNzDSzyOxHBwwfSfC4i0,1650
|
30
|
+
stadiamaps/models/end_node.py,sha256=WNBhG_wS2VJ2BEXiJ5zyhAsJF-tV8PIR5LKS0m5PZy8,4008
|
31
|
+
stadiamaps/models/geo_attributes.py,sha256=rG49cyZ72euo2JTg19emvcHAoPBKndVdir635x1HXCE,3505
|
32
|
+
stadiamaps/models/geo_json_geometry.py,sha256=F1F5sd6pFFKO__WSKotDojPdShPh91BacgVqjZ9fMgY,5934
|
33
|
+
stadiamaps/models/geo_json_geometry_base.py,sha256=Z_fH-M7WHWkTA_SyNX_mORbAp9JVc9mBcPsGOavA2YQ,2874
|
34
|
+
stadiamaps/models/geo_json_line_string.py,sha256=z8lhC7KoLRaqyJaAEixTr79k_r2LdnkolCwASui_dbQ,3091
|
35
|
+
stadiamaps/models/geo_json_line_string_all_of.py,sha256=ijF5E6l46Ml2bhG0djlJ-mO_5R8uhR4ls5L8G-NnoQ4,2661
|
36
|
+
stadiamaps/models/geo_json_point.py,sha256=XvOY0u6uNYLPe5L4P10dIR08Mc-3Uw0bu9gSLas880w,3042
|
37
|
+
stadiamaps/models/geo_json_point_all_of.py,sha256=Lm42mjSIgITehnI2tk_ZLRDTuuYuCsa5FCwgPjswxKc,2612
|
38
|
+
stadiamaps/models/geo_json_polygon.py,sha256=RuZY3IGHqGTkgynFWDdrEsJLMhWNfgahQ_wLXEUvZqs,3076
|
39
|
+
stadiamaps/models/geo_json_polygon_all_of.py,sha256=_x0QwDys-nuo4VosmjbeQxK5YtCuQ450cH9uxm5OYM8,2646
|
40
|
+
stadiamaps/models/geocoding_object.py,sha256=TQIDri7G7Sz8T2hr2nu4qA67wWQZhOnX4jYZhvzvXgg,3557
|
41
|
+
stadiamaps/models/height_request.py,sha256=QVBTyL9MLT7sEWYMpBWLF-MI4LihOjemvwHwFCCyKtM,4844
|
42
|
+
stadiamaps/models/height_response.py,sha256=YzRvA_HNHv88HXovT5lZI_RKqb-UctXfapg0uEeNOBI,3759
|
43
|
+
stadiamaps/models/highway_classification.py,sha256=WM7RJe_lR0ufxieg9HfFIFI5CO1hapt1IDstWCDvqkQ,5512
|
44
|
+
stadiamaps/models/intersecting_edge.py,sha256=Sq8cZRUyOMGJZ662fJxOC2RDVL76ea4bnO0yJ3HPSHY,3928
|
45
|
+
stadiamaps/models/isochrone_costing_model.py,sha256=xpNYWiKEzpQg84vDUJZEXcFZ34MlHPDE4obkuabWtos,866
|
46
|
+
stadiamaps/models/isochrone_feature.py,sha256=B_VAjI3YxrTlCEVlGcqpKNMakyRxTTZcVORJfxedyxU,3338
|
47
|
+
stadiamaps/models/isochrone_properties.py,sha256=atsa-WamPFEK65pww_XtQN5qukfzivLditsIgTgLL_4,3560
|
48
|
+
stadiamaps/models/isochrone_request.py,sha256=HVhzo8WcQabuQbBB3PU7tk6PcDXBpDgtAv5KZNPARP4,6005
|
49
|
+
stadiamaps/models/isochrone_response.py,sha256=PtZWDsEdF_TW3Je-hDgSho2ZU-wDS3U6dJwdDQnm1fs,3093
|
50
|
+
stadiamaps/models/locate_detailed_edge.py,sha256=FeYeucpy7BbqQq6QXs1tYyzFZEv3FFUB0uO6b0vq2QU,10047
|
51
|
+
stadiamaps/models/locate_edge.py,sha256=3ZLyFhRodFma0ttXRoeMMf4BnrHSK1fiOEE7RUfbRxU,5783
|
52
|
+
stadiamaps/models/locate_edge_info.py,sha256=Xrq_m36r7WwZjwXZ8LuWt7KNKma-GJaPDmV4VmvlOpc,3660
|
53
|
+
stadiamaps/models/locate_node.py,sha256=Tkv1qVMGR5U6-RqWRoDd0afIl39jd6koZikoclaAV0k,5082
|
54
|
+
stadiamaps/models/locate_node_all_of.py,sha256=dqtdNA8cf6JPhe3GI8Od03lCJzTTQaMaVJ6QJLIdbCY,4800
|
55
|
+
stadiamaps/models/locate_object.py,sha256=tlwnmCGjueZ6NO7CnLhgnNqRIAZjdyL-NVFKVcLaRfw,4004
|
56
|
+
stadiamaps/models/maneuver_sign.py,sha256=gqfh_soB2FB6D98kGoRCSWN97zJWvnHUxVXx7YtYDps,5481
|
57
|
+
stadiamaps/models/maneuver_sign_element.py,sha256=t6o3UDBBXTcM6BGH6afI3HcuEgc8sLUk0t0G7BKmy74,3056
|
58
|
+
stadiamaps/models/map_match_costing_model.py,sha256=aQ_ki80Lpt9fvf17YhlIki4DUSrKT53zzb0Jvqjhags,877
|
59
|
+
stadiamaps/models/map_match_request.py,sha256=EShUQeeQ28EX0cu2JrCOuT2TyrA5atKnu_T5lqeHQT8,7694
|
60
|
+
stadiamaps/models/map_match_request_all_of.py,sha256=xmMJ_VyeA9qQMMdX70cEJ5DlfpaJFXkdC45pEHuCPMo,4291
|
61
|
+
stadiamaps/models/map_match_route_response.py,sha256=_twZfdEH3o7Obe4Hd-AMesleM3XeDkC0fsPv68Baw10,3152
|
62
|
+
stadiamaps/models/map_match_route_response_all_of.py,sha256=4DF05LytZcC5ybFN-mvfKrTMO_JHW2PBlZqB8YpmnHg,2649
|
63
|
+
stadiamaps/models/map_match_trace_options.py,sha256=gL-8ecpASZtMQuPyKc2kemwczxMUiTtXJaEL3A4qa6c,3929
|
64
|
+
stadiamaps/models/map_match_waypoint.py,sha256=bwfkOQ28vN4bb4pTspD1dLEyc3jtVYKbHzT3yW6gfGA,3966
|
65
|
+
stadiamaps/models/map_match_waypoint_all_of.py,sha256=cuDYm7kQa3D2r-KUt5NbweeJA-DP80p8rk315E3SydE,2793
|
66
|
+
stadiamaps/models/matched_point.py,sha256=hoI7_Zc1pczMkCkspkN_s8z8GYlphnhi8m1vRxc-6js,4711
|
67
|
+
stadiamaps/models/matrix_costing_model.py,sha256=GEszyi4bINuBFbytChnjm9bYSGwt5DwYaaqz8cdIovQ,1015
|
68
|
+
stadiamaps/models/matrix_distance.py,sha256=blgR9wL_vH1rFptQprrjEDIfS3VNv3NYBBc7O7L3XUg,3215
|
69
|
+
stadiamaps/models/matrix_request.py,sha256=rB1kGBIOAuF-c0sW0w5ywL-9ZrI02jwzIe1kPpbnC30,5338
|
70
|
+
stadiamaps/models/matrix_response.py,sha256=B2cS6hPCpDdMcGmtuVfusTVRzBLa3UAatwXEcdW_9Cs,5542
|
71
|
+
stadiamaps/models/motor_scooter_costing_options.py,sha256=5SE5OSvNBD0-0iwyo7l3qTe9DSczzKbw5KAEp99X-gQ,11494
|
72
|
+
stadiamaps/models/motor_scooter_costing_options_all_of.py,sha256=tdajXVCeH3TEJ6kVi_7jwlBOCLhnXc8IW78tvc7-Koc,3525
|
73
|
+
stadiamaps/models/motorcycle_costing_options.py,sha256=zqYhiwbErySBxJudNwjuYPHVj9ZXD-DHrpvgYSJUVdE,10980
|
74
|
+
stadiamaps/models/motorcycle_costing_options_all_of.py,sha256=ECxGJ3wC4KIHittvMT13s1IqpJoKVdq6wbM74OEjALY,3479
|
75
|
+
stadiamaps/models/nearest_roads_request.py,sha256=8DussuRWGiuzXbqNIIGsUMkIKbEuXx2zNLxF4CAeUNU,4301
|
76
|
+
stadiamaps/models/node_id.py,sha256=T4mOHKImH6OydWU81mG62V17F8F-nmDNVUxfkGTZwmQ,2671
|
77
|
+
stadiamaps/models/node_type.py,sha256=lL0EFdu8MctT3yG8XJIzevCTCf51xsd_wwqi3n0h_Ic,1041
|
78
|
+
stadiamaps/models/optimized_route_request.py,sha256=uKjREGZOqYrZFedsbMf_-70g1Ux1l7AU5-YqoXrxKxc,4530
|
79
|
+
stadiamaps/models/pedestrian_costing_options.py,sha256=QqlO8wkc7ImJkMrMmDObzXA8vyX844BvKXm1t3zAtFY,8256
|
80
|
+
stadiamaps/models/pelias_geo_json_feature.py,sha256=mEhHuNBs-owOIGLdeXWqQC0jWYMpmIwRWFcdVfqsbN0,3996
|
81
|
+
stadiamaps/models/pelias_geo_json_properties.py,sha256=-JhZgzZBlB7xYRvf9ZqtwJ9aVCveh0Lb7csZcItdtGk,7800
|
82
|
+
stadiamaps/models/pelias_geo_json_properties_addendum.py,sha256=SmQVxk8FOnVVYWTenRaqub7zDCeeQK_cvLZ2VjtzGzE,3122
|
83
|
+
stadiamaps/models/pelias_geo_json_properties_addendum_osm.py,sha256=K_NP9yVqTsi2iZ0Qs8hgeEqL2zEBwpUGLjhZAvD7B_E,2935
|
84
|
+
stadiamaps/models/pelias_layer.py,sha256=O6VmqYlgxQeiZBVhPtgYteE72bFpTCQUunUp6KfKw2k,2517
|
85
|
+
stadiamaps/models/pelias_response.py,sha256=7BdZ9ep5jY9-4aPiCFdSTUX6zVUXzbvmHK6L3SSv9Ag,3737
|
86
|
+
stadiamaps/models/pelias_response_geocoding.py,sha256=SuHEtx904gxcpHPUltFRuwH5kS50uNKvmHCwHUAFxDM,3621
|
87
|
+
stadiamaps/models/pelias_source.py,sha256=0Xwo_OZBZHpvOvhe2wLFguOXUiBEfcP1lqn06Ggk_3A,1020
|
88
|
+
stadiamaps/models/restrictions.py,sha256=p2uhJxOcKbZW1SHIAJJcolNNbAXGZw9uhDMxMnBUoS8,3523
|
89
|
+
stadiamaps/models/road_class.py,sha256=9K9JebM8MhJxLuRw_2UWuq1D0aORxzXkQSanTbJM7K8,993
|
90
|
+
stadiamaps/models/route_leg.py,sha256=drJH2WwBTDG3GWE1FqN6x-CLClyGHNOvWPiG7QbOC4o,3562
|
91
|
+
stadiamaps/models/route_maneuver.py,sha256=lwx90oo-7xfhF0gKoJmT3qN4d8dnQ5Prg25JzYtNwro,11172
|
92
|
+
stadiamaps/models/route_request.py,sha256=Gjhzh36bRC320zBM2nyl5VizJQVkjy2pzbuxMQRlSHw,5266
|
93
|
+
stadiamaps/models/route_response.py,sha256=UgkgvAxrJ_M_zSY6cBktaNj_YsjbNzOSDh0HF7NDM9k,2930
|
94
|
+
stadiamaps/models/route_response_trip.py,sha256=qUaeHPwuYCfPqcxiCd1tA0J9NyWukQmdppRo96daydQ,4565
|
95
|
+
stadiamaps/models/route_summary.py,sha256=CGcv2OiZgZM6IFkSvGlt_EUnrPJP9iZMORvW2731Hj8,3475
|
96
|
+
stadiamaps/models/routing_response_waypoint.py,sha256=u6iF_zDlJD0nLA57-6VAVwTw5TWlJTsAtAL79Z79dRI,3940
|
97
|
+
stadiamaps/models/routing_response_waypoint_all_of.py,sha256=CrWQBnGaBQjAgNY3QGkG9GaChaAmpUaRjThma-K0x8s,2756
|
98
|
+
stadiamaps/models/routing_waypoint.py,sha256=VLEBiBTB3w2HgvmFeo6LyRFlCAGI1md60bStV-QEDEE,8482
|
99
|
+
stadiamaps/models/routing_waypoint_all_of.py,sha256=03qflo9epd36YQnHIwlZ1W64Uv6KHd68V21ljU_yYkU,7320
|
100
|
+
stadiamaps/models/routing_waypoint_all_of_search_filter.py,sha256=IMguvBnJNQk_NswYgThNVUt17jcLaKS5aDvofGkipY4,3761
|
101
|
+
stadiamaps/models/simple_routing_waypoint.py,sha256=o-xtxJ7RU27XzcWwcGNoBUmHK9vYDXJm7g3mjnbM68c,3671
|
102
|
+
stadiamaps/models/simple_routing_waypoint_all_of.py,sha256=MFCjod0teM6wbLtQsc6ywIB9m76JCA6q3SRjW6RpGLQ,3385
|
103
|
+
stadiamaps/models/speeds.py,sha256=r6LPne2KJhfjpd9MAKxwhd_mRIavh4zmT0JgZQXC50Q,3797
|
104
|
+
stadiamaps/models/trace_attribute_filter_options.py,sha256=uZFV0pr5mFLOe2t-wPtyXyLUavC97TrssYbSElGPI-A,3161
|
105
|
+
stadiamaps/models/trace_attribute_key.py,sha256=y3LQGR4h8yId75zIl_EkQdXG4fMBS2TYEGc_RlDxGnM,4330
|
106
|
+
stadiamaps/models/trace_attributes_base_response.py,sha256=WdCoOy73NY9LCSjatMhAJAALW001BK7p6tUl_Q0vDv8,5255
|
107
|
+
stadiamaps/models/trace_attributes_request.py,sha256=Z8kPzG4S6Um9Q2q8zEpvK5FeuBOEKCr2yEu_zj1E3H8,6377
|
108
|
+
stadiamaps/models/trace_attributes_request_all_of.py,sha256=k4S23JoG9lzTJiX9-3S6ieYMEKsCBa6XOI67HbSj0dQ,2967
|
109
|
+
stadiamaps/models/trace_attributes_request_all_of_filters.py,sha256=pjJaFTYx7jk7PUReenEI1J3I6EnMzuT5prvTWx5nGcQ,3373
|
110
|
+
stadiamaps/models/trace_attributes_response.py,sha256=j79031uL0j6Uae7g_LHHVSLcCl56OT8rKYtFUmvdNjU,6326
|
111
|
+
stadiamaps/models/trace_attributes_response_all_of.py,sha256=jSBookkDLZt-6vvcWp_RQiWW7K_3LMYfYlCYBeBkntI,3632
|
112
|
+
stadiamaps/models/trace_edge.py,sha256=rXAEq9ZqXLLe-IHEci6Wvzr6eZnWi9JxdaB-uSkdtrs,13690
|
113
|
+
stadiamaps/models/travel_mode.py,sha256=uLdeFInIM0grh72xhLf2xsGMx3cK7KW2ftEmV1tvzvo,837
|
114
|
+
stadiamaps/models/traversability.py,sha256=cYwBfJ1Aa2lqGVQNWS2H9oHnS6WDyfJH3rdzbS0FoTE,861
|
115
|
+
stadiamaps/models/truck_costing_options.py,sha256=rEbx5edmCbIQPAszj13kh5cy_r4tkhgsmQhe9TfZEdM,11331
|
116
|
+
stadiamaps/models/truck_costing_options_all_of.py,sha256=ymntkzfxIb5TRtuXFXZmyfi7X7FN2e_qAj4yv147LOs,3804
|
117
|
+
stadiamaps/models/tz_response.py,sha256=l_ImiPfycbFj7ocCfIYKwMfandZ5e8FhQu1cj_1Uy3I,3287
|
118
|
+
stadiamaps/models/valhalla_languages.py,sha256=5aShXLZB1Hv2rDsWAbc9Sw7uWEnv2WB60WV3hyVO7Z0,1558
|
119
|
+
stadiamaps/models/valhalla_long_units.py,sha256=qlH-MCu9cIQIrykGeRYenDoBIhegSSQDi4Fu4tuWKWM,824
|
120
|
+
stadiamaps/models/warning.py,sha256=WPpb1iAj2DxUuZ0TX1NSQ7ArkBV7xLVkyopSR15mr_E,2514
|
121
|
+
stadiamaps-1.0.4.dist-info/LICENSE.txt,sha256=vs0H95Mi3Rf1pSskD7rv4KbXLYCSYZ6cqZcFmek0hOg,1518
|
122
|
+
stadiamaps-1.0.4.dist-info/METADATA,sha256=5Ap5ZG_YuJB3OtQp94BcNNFAzxv2xNUafY4-5I84TC0,2440
|
123
|
+
stadiamaps-1.0.4.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
124
|
+
stadiamaps-1.0.4.dist-info/top_level.txt,sha256=dFHpcPo1v2Ajmc74F29BleqU5u8MLB0fgTnNYJIatx0,11
|
125
|
+
stadiamaps-1.0.4.dist-info/RECORD,,
|
@@ -1,125 +0,0 @@
|
|
1
|
-
stadiamaps/__init__.py,sha256=dHYv6Pf6WCVaDqVAofX-dTj4TxdgmPf15I49mCFpPyE,8524
|
2
|
-
stadiamaps/api_client.py,sha256=pRxNUBaKKsBPbRq33Rubv67dbj0KYt3nhb-mGyhT2Lk,30069
|
3
|
-
stadiamaps/api_response.py,sha256=PVUEilYSo_CCiR5NaxyzzyJAlKL1xkNoWvtkfk7r528,844
|
4
|
-
stadiamaps/configuration.py,sha256=X9iD8fLiNhq6_mMntanKEpev-JDSKEtLmgg0rGQMSWE,15506
|
5
|
-
stadiamaps/exceptions.py,sha256=4RQMxdyYrwI796spqDmIiyyBYt5UZGZZyqJU8gZTris,5207
|
6
|
-
stadiamaps/rest.py,sha256=zIXOI28JQO6Eo25tcZPrPzwyXlxCWMImt74IaIFpnrI,12849
|
7
|
-
stadiamaps/api/__init__.py,sha256=NRdfWLDRL2TYgITiS6K4OX8lmmVVmf9-_yyMe2_6hTs,208
|
8
|
-
stadiamaps/api/geocoding_api.py,sha256=z0qLc81vVvjHkj05Q60JBOQsZoqG8UCqS6NpSgOleLs,97488
|
9
|
-
stadiamaps/api/geospatial_api.py,sha256=M8Q7nwpyPnr2xCi_hZGN7HGOu8O6eBG6N_GiQtw3Bpg,18619
|
10
|
-
stadiamaps/api/routing_api.py,sha256=SqNDulcCNI8KcFeLcR6PklhTQn3XQ-RgTqC7nRZ8LEg,50673
|
11
|
-
stadiamaps/models/__init__.py,sha256=C0N4-dCa6CLfmz45T7bEWsPd3TZwp_j4nwghOi25WlQ,7856
|
12
|
-
stadiamaps/models/access.py,sha256=-VPl8iGObU9qMzwFmCCouB5mvtpkXRTKn7fh19aVfOE,3475
|
13
|
-
stadiamaps/models/admin_region.py,sha256=Udi0WEzYSRgxW_XNfVV1ukwa-BBw52xUPspOObVa7dM,3085
|
14
|
-
stadiamaps/models/administrative.py,sha256=ZKs-jLu1ZzrgIcdXZew6LjvJ_mhB_KDadCrnE6q2Gtk,3146
|
15
|
-
stadiamaps/models/auto_costing_options.py,sha256=O9YHjjNkPicYpYvjCWHMfRFvhwViQewhRsSIfANY5Lo,10457
|
16
|
-
stadiamaps/models/auto_costing_options_all_of.py,sha256=qBwafbgHiqOfS8mj0sHDVJ4vnox9MqLiv_5LqoljmLk,7083
|
17
|
-
stadiamaps/models/base_costing_options.py,sha256=ktOiAAIib8KDTkxhmotv6zpiJpXkPfF3wXgzib6ueO8,5886
|
18
|
-
stadiamaps/models/base_trace_request.py,sha256=QpNpPqmV9X22AcKY_LuIvUfnLGUZm2hI-kGLPp8l8MM,5850
|
19
|
-
stadiamaps/models/bicycle_costing_options.py,sha256=EnDgNcCcfmJ1HnhALNMc4a2gUh8srQ9MF_0adJz0Zns,9291
|
20
|
-
stadiamaps/models/bicycle_costing_options_all_of.py,sha256=PNd3kChVg9Dfjwz1rXpQsyfI5w_gSv4ZtftTEEa1XCw,5904
|
21
|
-
stadiamaps/models/bike_network.py,sha256=RN2mZNPy2Cx4KFGr9CPgnhmGrCpLHAX_d5HPBDjDJJY,2756
|
22
|
-
stadiamaps/models/contour.py,sha256=7hRWCBsQX8nU-E5kv7pdtQQ2YFSjnyAKfJj_Roh9L_w,3028
|
23
|
-
stadiamaps/models/coordinate.py,sha256=ASslXOi6pv7gh9wZVkiOThgHGjQhG_qkq7DIZtS-h24,2675
|
24
|
-
stadiamaps/models/costing_model.py,sha256=AgkJmd1SAM6gy-v0g4UlxMhfVUi7eaYSep18LlISt4w,1328
|
25
|
-
stadiamaps/models/costing_options.py,sha256=0j1o3RWav46O4NO2lZCB9nCldRn8ceMj2YVfLZBE7sQ,5637
|
26
|
-
stadiamaps/models/directions_options.py,sha256=aBrEWLH04_pZB1Dc7ImzmQvAass_4OCh-02FyUN9ZTI,3494
|
27
|
-
stadiamaps/models/distance_unit.py,sha256=97Lq-c4X1G93bZfThDcsLsJ5nkA28aJWY6hz8CzODHs,777
|
28
|
-
stadiamaps/models/edge_sign.py,sha256=17-TkI84oJiSHBAsKcPz33U3GOnyoWITMBnAI_Jtp4c,2830
|
29
|
-
stadiamaps/models/edge_use.py,sha256=pNBhjnAwjKp5uDgZqW3RlE0Ymd5yvxgDqkCFEotIXVQ,1650
|
30
|
-
stadiamaps/models/end_node.py,sha256=oOnpnw7oaD3AN8rAaOUQ6MXvq65zFvJqtc3ZTBVEoG8,4008
|
31
|
-
stadiamaps/models/geo_attributes.py,sha256=YXlxgQV7DvNw-_xRCTrC37qUV9UqoomI-vSCCEhpyWM,3505
|
32
|
-
stadiamaps/models/geo_json_geometry.py,sha256=W_c6w1sncqIO1rxrs2FtDxkfMUC8LFb09VO-qGC74ps,5934
|
33
|
-
stadiamaps/models/geo_json_geometry_base.py,sha256=qou0a1anTLcBPnGRC0X3c73UNmeP8Ey8hIJXAM78qcY,2874
|
34
|
-
stadiamaps/models/geo_json_line_string.py,sha256=fCpZ5YKkZ5RxAfDy0lW7A5RPfMst-bxFSRCyK_ghr10,3091
|
35
|
-
stadiamaps/models/geo_json_line_string_all_of.py,sha256=hZoRW7NnBlCfE22QxHfX1mJ3sd1vubV_3XdWlVFSpes,2661
|
36
|
-
stadiamaps/models/geo_json_point.py,sha256=ksPJSKqEQpWUgtzW4I9d1KKtOewIePPViJRY5Kfp6W8,3042
|
37
|
-
stadiamaps/models/geo_json_point_all_of.py,sha256=mD4vopWLu_kggwyJla312giC7I7CBqvZhi0B031C3nQ,2612
|
38
|
-
stadiamaps/models/geo_json_polygon.py,sha256=006Ubys-D78DGaBgELHVChRFys1TpX0Ci9W7xBrVOdM,3076
|
39
|
-
stadiamaps/models/geo_json_polygon_all_of.py,sha256=zaBcWfyOh_BctpFLpnXulPnl26fbIc68p9rGZTu1w7o,2646
|
40
|
-
stadiamaps/models/geocoding_object.py,sha256=JnRpSLpyCFNVcoYDHdGwl9OagVMfBMrckY67IB_1qWg,3557
|
41
|
-
stadiamaps/models/height_request.py,sha256=jksOAqJmtJuLJoIkdOkO4ciDmkG2WVYxuUebl4fmdpc,4844
|
42
|
-
stadiamaps/models/height_response.py,sha256=xRKhtbFdw1Ld7G8dfHdDYSfqcF56syQJH4CitijfBdA,3759
|
43
|
-
stadiamaps/models/highway_classification.py,sha256=MHlUAaFOkCMVvwu1goMRxRfEUh7PX8jo7LcMnyS3Y5w,5512
|
44
|
-
stadiamaps/models/intersecting_edge.py,sha256=sg4Mi65A291a2QoolSq6JPoh-97rlg8hdvEyHUNtn8w,3928
|
45
|
-
stadiamaps/models/isochrone_costing_model.py,sha256=G8RJ7tl5t7CJUll0-lcrwSSi4U3c1uJd7JvIlRzzAJs,866
|
46
|
-
stadiamaps/models/isochrone_feature.py,sha256=h-25eeePwBoH8wfkaaxv4QGFBtp4hMLNDc6a44v4F9M,3338
|
47
|
-
stadiamaps/models/isochrone_properties.py,sha256=-df0L95bDqZdzAShXshCZmyrzm-awefp3ML9rDyikTw,3560
|
48
|
-
stadiamaps/models/isochrone_request.py,sha256=JD8AYUNT0EOFyPvRlsPB9k_T3alL_2lhFWdDqH86s4o,6005
|
49
|
-
stadiamaps/models/isochrone_response.py,sha256=jhwKCJSfbj9oxpntry4ExvHFKM1b9sbOUzl2wFUtjgU,3093
|
50
|
-
stadiamaps/models/locate_detailed_edge.py,sha256=YywjEc3uuVfQftyTA_B4ZHFW0PHCjd4Lzz9y_r-kAM8,10047
|
51
|
-
stadiamaps/models/locate_edge.py,sha256=9YHWRYgZIr4tvAJskNXEtO5VXEmLos9h2_cMpImBzTs,5783
|
52
|
-
stadiamaps/models/locate_edge_info.py,sha256=5RJPYV0Z0x1QQSQuefSTSxM8-_Ia0u9gI-pvEK4O7a0,3660
|
53
|
-
stadiamaps/models/locate_node.py,sha256=nm3jU7Pe18uR8qGnGYZf3w4ozr-Y2d8q1oAegMOvamE,5082
|
54
|
-
stadiamaps/models/locate_node_all_of.py,sha256=eCTM_MKOEq1VLy6p89FU80YuNnK3yf_oaSVw0BBBuWc,4800
|
55
|
-
stadiamaps/models/locate_object.py,sha256=MN-sEoAjBRAqohZLWbKHt7qW1wYPm43AVtsQ3x73xMU,4004
|
56
|
-
stadiamaps/models/maneuver_sign.py,sha256=qrSqDEC9900luNe-Arky7aXno9zfDvtiM8QiVWd8f-s,5481
|
57
|
-
stadiamaps/models/maneuver_sign_element.py,sha256=JbRg9PeL_-dJu-QgfyJIOLhZFDLZWjHzLWBmuhQ_CVA,3056
|
58
|
-
stadiamaps/models/map_match_costing_model.py,sha256=0HO9mHuC_gifF_mEGvpP_BrnB-NE5W_hbwMIVcOmYXE,877
|
59
|
-
stadiamaps/models/map_match_request.py,sha256=22Si_Dc1vDVhFDqDSSY2RsxqFaZqGp322oxX9Y_5kos,7694
|
60
|
-
stadiamaps/models/map_match_request_all_of.py,sha256=nItxSoPg0fX4G7ZdQpIkrwIPB73t4GVl78VbAuM3R_k,4291
|
61
|
-
stadiamaps/models/map_match_route_response.py,sha256=LnUSt6qfiWHcLEWbzq2kfH9D0Or1DsXruuhHAEdAg60,3152
|
62
|
-
stadiamaps/models/map_match_route_response_all_of.py,sha256=2qUhk40xvxPCfqxnncZm86o68kpa4v8mh0Jb2Rnigo4,2649
|
63
|
-
stadiamaps/models/map_match_trace_options.py,sha256=4cmZPO6r3Gu1S5gmjC4kO5OtL8FCCFcyBThizUP9oGY,3929
|
64
|
-
stadiamaps/models/map_match_waypoint.py,sha256=ggTSex7gytaKl2lsfdzCVAcD3760smss6Owo9HxZIFg,3966
|
65
|
-
stadiamaps/models/map_match_waypoint_all_of.py,sha256=NIzHZ2fBmjy8eDEABGFW9FKw1srhZwLRbzFs-MSHrY8,2793
|
66
|
-
stadiamaps/models/matched_point.py,sha256=W3Rs4LxFLGjnONPb4ELPj_jb3FbRFXPGC_Ob_8MzmX0,4711
|
67
|
-
stadiamaps/models/matrix_costing_model.py,sha256=dOGw0WdM0LnZgHS-mPxHUmx9s1fsjuthMbAhOv7wIA4,1015
|
68
|
-
stadiamaps/models/matrix_distance.py,sha256=xQsZfCAGiEHS4XHLbYspi2YiS1kXo2ltclN--J5Dalc,3215
|
69
|
-
stadiamaps/models/matrix_request.py,sha256=dADgp8aI6lpNcx81H9D21jy8WhbqHMK1F7EJtc7iOfs,5338
|
70
|
-
stadiamaps/models/matrix_response.py,sha256=i8s5VG3F_rXrGGgYCFD-EXOfd_q2PQlWgDhXAZlUqfs,5542
|
71
|
-
stadiamaps/models/motor_scooter_costing_options.py,sha256=qvWd-hDcwzDE78QraDMWWw5HSkFuYPnfDyptRUej6p8,11494
|
72
|
-
stadiamaps/models/motor_scooter_costing_options_all_of.py,sha256=vwrOtlXJY0_OZJK_2iYyDljrHacI805spmh9t4VDC5c,3525
|
73
|
-
stadiamaps/models/motorcycle_costing_options.py,sha256=HafmOTcbpPOMOA-u5zULd5YMyV-Zy-pgJ6QPYE5kvV0,10980
|
74
|
-
stadiamaps/models/motorcycle_costing_options_all_of.py,sha256=hpZ-7MQYKSf_EvFFDRGCzWOZ8-uEpSiSudJGXMjlwWs,3479
|
75
|
-
stadiamaps/models/nearest_roads_request.py,sha256=Gxdg26ofWzaUwnZz8QlhE-s97QA1Eol0wHTDMtAqvK0,4301
|
76
|
-
stadiamaps/models/node_id.py,sha256=nvFYJX6e3-9d2coBUyC53hrG0CgNFsSQ8sjDOfe6q9Q,2671
|
77
|
-
stadiamaps/models/node_type.py,sha256=SFXRmTQBhsNW-q2ROIFBOuaoNwAm_XcZb-P8izw4r8Q,1041
|
78
|
-
stadiamaps/models/optimized_route_request.py,sha256=q8reJv4LnePCoDNAsxvi5ZsxpgNgLvb0KX9NFpw-bu8,4530
|
79
|
-
stadiamaps/models/pedestrian_costing_options.py,sha256=r7gkD_NDtRn_9ni0yeTKJiF3PZzZa6DNgWNiviUQASA,8256
|
80
|
-
stadiamaps/models/pelias_geo_json_feature.py,sha256=AED8l5mzcfTa8wKR7f1WaOYJdSC-8YVKut8yRxZL9eo,3692
|
81
|
-
stadiamaps/models/pelias_geo_json_properties.py,sha256=sy4sim_YeoGV2sZ4tWsC67-jSgzHYmi1fakH0Qhh97A,7800
|
82
|
-
stadiamaps/models/pelias_geo_json_properties_addendum.py,sha256=CGBblaIJyHj5w0xXfKqMdpPy4C-Ihh-5rjsmiiVZ5pU,3122
|
83
|
-
stadiamaps/models/pelias_geo_json_properties_addendum_osm.py,sha256=jLXk69NCQjYyzI6uZfHktbCB6DogoEnKwJvml8VK6JU,2935
|
84
|
-
stadiamaps/models/pelias_layer.py,sha256=-nFyfvzW9PmISC9A2flglxhchx2kgBuiwP4nmVR61DU,2517
|
85
|
-
stadiamaps/models/pelias_response.py,sha256=XgpaRGVR2DC3L4tFXtJxvd322xTkZKHsngFs8U94PKo,3737
|
86
|
-
stadiamaps/models/pelias_response_geocoding.py,sha256=UKKrUcqEjhQFzvBQcML2ZGMkT_O5aHMA2fEfDx5PxMM,3621
|
87
|
-
stadiamaps/models/pelias_source.py,sha256=UsOUpSC_HA05EJc1_xSY2rN4W95vlPMEtbIPSGbU-xA,1020
|
88
|
-
stadiamaps/models/restrictions.py,sha256=p8x-TBXSWUeQUtVBrJPpRnfciTOpUBN98tYrKBqAv1k,3523
|
89
|
-
stadiamaps/models/road_class.py,sha256=-VLXmp4-rgVvFEP4Ly8zv8CYQWzAGgcYqLk5Jlof1PA,993
|
90
|
-
stadiamaps/models/route_leg.py,sha256=YFiAEVSFFqSaKSl-s0HmV_EANxkGOY8FYyoiZPoDJFM,3562
|
91
|
-
stadiamaps/models/route_maneuver.py,sha256=G109mvPbL4D1AGLdOEIVQwqfCK6ea3jk2ukMWcEDPR4,11172
|
92
|
-
stadiamaps/models/route_request.py,sha256=GUylkTcDMIMSUKHlD9VJu1J1SqoFETrciGupw01Ip3w,5266
|
93
|
-
stadiamaps/models/route_response.py,sha256=KIZ0lCw1Ss3ZHfFhQhfK1zlvuIvgHwQp0ORJR_ekji4,2930
|
94
|
-
stadiamaps/models/route_response_trip.py,sha256=TuTbKuW8dc3zFI4rwuG3ruxBF_QzLchrlluKzxpHrPE,4565
|
95
|
-
stadiamaps/models/route_summary.py,sha256=_08poM6dUE2N4WBecNokh7gKT4IPESKrtgVE5zG-2oc,3475
|
96
|
-
stadiamaps/models/routing_response_waypoint.py,sha256=61x_D5oI_6bhaF6aCIyHDbpulUJUxlCcZFAAVvThvus,3940
|
97
|
-
stadiamaps/models/routing_response_waypoint_all_of.py,sha256=XjfGuiAbcHiyxnntEVi2CpWwQPRKHVhUVKtVzyNpcVY,2756
|
98
|
-
stadiamaps/models/routing_waypoint.py,sha256=fYqWd-rWo3EncN5nqi6ZljU2og5TW9BSpFcbVUUP27E,8482
|
99
|
-
stadiamaps/models/routing_waypoint_all_of.py,sha256=mAoLODUa4Yh0bsx5WMbfGI6dr__J3pGabS2QSLKq7KA,7320
|
100
|
-
stadiamaps/models/routing_waypoint_all_of_search_filter.py,sha256=MKyL49SZ7r9JP-UMNffdgtocmFO3aqzZqDN2A8KWBzI,3761
|
101
|
-
stadiamaps/models/simple_routing_waypoint.py,sha256=-Y1UQIVfvTZqslz5eN2iLhSZVuspDo6ArOvlMIoqvmQ,3671
|
102
|
-
stadiamaps/models/simple_routing_waypoint_all_of.py,sha256=SLER6cfi2n0NCcPS0Tk_ihv-Abl90ZwBpUcjd9G1BRI,3385
|
103
|
-
stadiamaps/models/speeds.py,sha256=u0JTqtDHw3EjZkyev-Q3L0jdZY0keEspo5ou_wKo9kM,3797
|
104
|
-
stadiamaps/models/trace_attribute_filter_options.py,sha256=fqmmf4KY9IojCwUNz6evAhcJ38R5E5OHJUHXH4BHLHY,3161
|
105
|
-
stadiamaps/models/trace_attribute_key.py,sha256=KBgkx4L6PvoW4kTlG9_aMNKv5m4wuanLU4tr04fn8N8,4330
|
106
|
-
stadiamaps/models/trace_attributes_base_response.py,sha256=wn2VsHeVztxtyE8HWM4q6ncUoM-OnNC3tcHT4XUW_J4,5255
|
107
|
-
stadiamaps/models/trace_attributes_request.py,sha256=QDhDotNSUB4Lwgmm2StV-dadTWw5eyHoNTICfcz1NS0,6377
|
108
|
-
stadiamaps/models/trace_attributes_request_all_of.py,sha256=S9c5qFBHvZzKPiNTzsRR6u9jM_nWeQ-FpGcnaS7bHeY,2967
|
109
|
-
stadiamaps/models/trace_attributes_request_all_of_filters.py,sha256=6wyQHmt8W_IYEyfBqgrjMQPzC-FghcQFFhntSgJGIik,3373
|
110
|
-
stadiamaps/models/trace_attributes_response.py,sha256=FyYqFj2-QTG9KXZiAjpt74IwMfL2SSr3kexUONApxuU,6326
|
111
|
-
stadiamaps/models/trace_attributes_response_all_of.py,sha256=g6fpRawtciNZVuXgaw8x1dBkHDaBwd6YgfYtUdadT1U,3632
|
112
|
-
stadiamaps/models/trace_edge.py,sha256=0qpz8stT1mOGsrinwiO6Uv3XTGIIk8iSCLvZUHflqD0,13690
|
113
|
-
stadiamaps/models/travel_mode.py,sha256=Ly5RUlDHcyOzgFgLZAPc59X8ioszezncelNrPaNQpuE,837
|
114
|
-
stadiamaps/models/traversability.py,sha256=ceZunARivD1loml-7mKoGkc950rTtCYkyTwHGnwucB0,861
|
115
|
-
stadiamaps/models/truck_costing_options.py,sha256=UMCNFZpZ1c6ZrfTQyZrffngfTCe7XveDqLbtxhPqX-c,11331
|
116
|
-
stadiamaps/models/truck_costing_options_all_of.py,sha256=UGcHau-FGdpkP296doODNWMzzwR0RZkSBAnTGmmDDgA,3804
|
117
|
-
stadiamaps/models/tz_response.py,sha256=J-yS3UE08Mw7YieO1wY3vhYsyKKvAhJRyNdm2CNPd7E,3287
|
118
|
-
stadiamaps/models/valhalla_languages.py,sha256=7t_DTy7hxGTyBdYu_vQfUb9QsfmoJXVrhhvnrcQBuI4,1558
|
119
|
-
stadiamaps/models/valhalla_long_units.py,sha256=cjfBtAI-fO2ukwMhcSUK7XnhvlDaaDEjfvbTXhp7oJw,824
|
120
|
-
stadiamaps/models/warning.py,sha256=qpEZZXkYmMxe-Klvm5YEhftNr0bSC7y9PfezcOfSiw8,2514
|
121
|
-
stadiamaps-1.0.3.dist-info/LICENSE.txt,sha256=vs0H95Mi3Rf1pSskD7rv4KbXLYCSYZ6cqZcFmek0hOg,1518
|
122
|
-
stadiamaps-1.0.3.dist-info/METADATA,sha256=lF-9RWbvfOYhV4onOQDEyc2Ea2FaXt2KJtps-zKSwXY,2440
|
123
|
-
stadiamaps-1.0.3.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
124
|
-
stadiamaps-1.0.3.dist-info/top_level.txt,sha256=dFHpcPo1v2Ajmc74F29BleqU5u8MLB0fgTnNYJIatx0,11
|
125
|
-
stadiamaps-1.0.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|