stadiamaps 1.0.2__tar.gz → 1.0.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (248) hide show
  1. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/PKG-INFO +2 -7
  2. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/README.md +1 -6
  3. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/pyproject.toml +1 -1
  4. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/setup.py +3 -8
  5. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/__init__.py +2 -2
  6. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/api/geocoding_api.py +1 -1
  7. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/api/geospatial_api.py +1 -1
  8. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/api/routing_api.py +1 -1
  9. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/api_client.py +2 -2
  10. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/configuration.py +3 -3
  11. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/exceptions.py +1 -1
  12. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/__init__.py +1 -1
  13. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/access.py +1 -1
  14. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/admin_region.py +1 -1
  15. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/administrative.py +1 -1
  16. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/auto_costing_options.py +1 -1
  17. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/auto_costing_options_all_of.py +1 -1
  18. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/base_costing_options.py +1 -1
  19. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/base_trace_request.py +1 -1
  20. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/bicycle_costing_options.py +1 -1
  21. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/bicycle_costing_options_all_of.py +1 -1
  22. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/bike_network.py +1 -1
  23. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/contour.py +1 -1
  24. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/coordinate.py +1 -1
  25. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/costing_model.py +1 -1
  26. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/costing_options.py +1 -1
  27. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/directions_options.py +1 -1
  28. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/distance_unit.py +1 -1
  29. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/edge_sign.py +1 -1
  30. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/edge_use.py +1 -1
  31. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/end_node.py +1 -1
  32. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/geo_attributes.py +1 -1
  33. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/geo_json_geometry.py +1 -1
  34. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/geo_json_geometry_base.py +1 -1
  35. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/geo_json_line_string.py +1 -1
  36. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/geo_json_line_string_all_of.py +1 -1
  37. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/geo_json_point.py +1 -1
  38. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/geo_json_point_all_of.py +1 -1
  39. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/geo_json_polygon.py +1 -1
  40. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/geo_json_polygon_all_of.py +1 -1
  41. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/geocoding_object.py +1 -1
  42. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/height_request.py +1 -1
  43. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/height_response.py +1 -1
  44. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/highway_classification.py +1 -1
  45. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/intersecting_edge.py +1 -1
  46. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/isochrone_costing_model.py +1 -1
  47. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/isochrone_feature.py +1 -1
  48. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/isochrone_properties.py +1 -1
  49. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/isochrone_request.py +1 -1
  50. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/isochrone_response.py +1 -1
  51. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/locate_detailed_edge.py +1 -1
  52. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/locate_edge.py +1 -1
  53. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/locate_edge_info.py +1 -1
  54. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/locate_node.py +1 -1
  55. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/locate_node_all_of.py +1 -1
  56. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/locate_object.py +1 -1
  57. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/maneuver_sign.py +1 -1
  58. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/maneuver_sign_element.py +1 -1
  59. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/map_match_costing_model.py +1 -1
  60. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/map_match_request.py +1 -1
  61. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/map_match_request_all_of.py +1 -1
  62. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/map_match_route_response.py +1 -1
  63. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/map_match_route_response_all_of.py +1 -1
  64. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/map_match_trace_options.py +1 -1
  65. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/map_match_waypoint.py +1 -1
  66. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/map_match_waypoint_all_of.py +1 -1
  67. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/matched_point.py +1 -1
  68. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/matrix_costing_model.py +1 -1
  69. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/matrix_distance.py +1 -1
  70. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/matrix_request.py +1 -1
  71. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/matrix_response.py +1 -1
  72. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/motor_scooter_costing_options.py +1 -1
  73. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/motor_scooter_costing_options_all_of.py +1 -1
  74. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/motorcycle_costing_options.py +1 -1
  75. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/motorcycle_costing_options_all_of.py +1 -1
  76. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/nearest_roads_request.py +1 -1
  77. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/node_id.py +1 -1
  78. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/node_type.py +1 -1
  79. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/optimized_route_request.py +1 -1
  80. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/pedestrian_costing_options.py +1 -1
  81. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/pelias_geo_json_feature.py +6 -4
  82. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/pelias_geo_json_properties.py +4 -4
  83. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/pelias_geo_json_properties_addendum.py +1 -1
  84. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/pelias_geo_json_properties_addendum_osm.py +1 -1
  85. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/pelias_layer.py +1 -1
  86. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/pelias_response.py +1 -1
  87. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/pelias_response_geocoding.py +1 -1
  88. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/pelias_source.py +1 -1
  89. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/restrictions.py +1 -1
  90. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/road_class.py +1 -1
  91. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/route_leg.py +1 -1
  92. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/route_maneuver.py +1 -1
  93. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/route_request.py +1 -1
  94. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/route_response.py +1 -1
  95. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/route_response_trip.py +1 -1
  96. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/route_summary.py +1 -1
  97. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/routing_response_waypoint.py +1 -1
  98. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/routing_response_waypoint_all_of.py +1 -1
  99. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/routing_waypoint.py +1 -1
  100. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/routing_waypoint_all_of.py +1 -1
  101. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/routing_waypoint_all_of_search_filter.py +1 -1
  102. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/simple_routing_waypoint.py +1 -1
  103. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/simple_routing_waypoint_all_of.py +1 -1
  104. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/speeds.py +1 -1
  105. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/trace_attribute_filter_options.py +1 -1
  106. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/trace_attribute_key.py +1 -1
  107. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/trace_attributes_base_response.py +1 -1
  108. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/trace_attributes_request.py +1 -1
  109. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/trace_attributes_request_all_of.py +1 -1
  110. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/trace_attributes_request_all_of_filters.py +1 -1
  111. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/trace_attributes_response.py +1 -1
  112. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/trace_attributes_response_all_of.py +1 -1
  113. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/trace_edge.py +1 -1
  114. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/travel_mode.py +1 -1
  115. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/traversability.py +1 -1
  116. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/truck_costing_options.py +1 -1
  117. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/truck_costing_options_all_of.py +1 -1
  118. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/tz_response.py +1 -1
  119. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/valhalla_languages.py +1 -1
  120. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/valhalla_long_units.py +1 -1
  121. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/warning.py +1 -1
  122. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/rest.py +1 -1
  123. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps.egg-info/PKG-INFO +2 -7
  124. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/integration/test_gecoding.py +2 -2
  125. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/LICENSE.txt +0 -0
  126. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/setup.cfg +0 -0
  127. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/api/__init__.py +0 -0
  128. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/api_response.py +0 -0
  129. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps.egg-info/SOURCES.txt +0 -0
  130. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps.egg-info/dependency_links.txt +0 -0
  131. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps.egg-info/requires.txt +0 -0
  132. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps.egg-info/top_level.txt +0 -0
  133. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/integration/__init__.py +0 -0
  134. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/integration/test_eu_endpoint.py +0 -0
  135. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/integration/test_geospatial.py +0 -0
  136. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/integration/test_routing.py +0 -0
  137. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_access.py +0 -0
  138. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_admin_region.py +0 -0
  139. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_administrative.py +0 -0
  140. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_auto_costing_options.py +0 -0
  141. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_auto_costing_options_all_of.py +0 -0
  142. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_base_costing_options.py +0 -0
  143. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_base_trace_request.py +0 -0
  144. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_bicycle_costing_options.py +0 -0
  145. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_bicycle_costing_options_all_of.py +0 -0
  146. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_bike_network.py +0 -0
  147. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_contour.py +0 -0
  148. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_coordinate.py +0 -0
  149. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_costing_model.py +0 -0
  150. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_costing_options.py +0 -0
  151. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_directions_options.py +0 -0
  152. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_distance_unit.py +0 -0
  153. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_edge_sign.py +0 -0
  154. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_edge_use.py +0 -0
  155. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_end_node.py +0 -0
  156. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_geo_attributes.py +0 -0
  157. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_geo_json_geometry.py +0 -0
  158. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_geo_json_geometry_base.py +0 -0
  159. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_geo_json_line_string.py +0 -0
  160. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_geo_json_line_string_all_of.py +0 -0
  161. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_geo_json_point.py +0 -0
  162. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_geo_json_point_all_of.py +0 -0
  163. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_geo_json_polygon.py +0 -0
  164. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_geo_json_polygon_all_of.py +0 -0
  165. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_geocoding_api.py +0 -0
  166. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_geocoding_object.py +0 -0
  167. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_geospatial_api.py +0 -0
  168. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_height_request.py +0 -0
  169. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_height_response.py +0 -0
  170. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_highway_classification.py +0 -0
  171. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_intersecting_edge.py +0 -0
  172. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_isochrone_costing_model.py +0 -0
  173. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_isochrone_feature.py +0 -0
  174. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_isochrone_properties.py +0 -0
  175. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_isochrone_request.py +0 -0
  176. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_isochrone_response.py +0 -0
  177. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_locate_detailed_edge.py +0 -0
  178. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_locate_edge.py +0 -0
  179. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_locate_edge_info.py +0 -0
  180. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_locate_node.py +0 -0
  181. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_locate_node_all_of.py +0 -0
  182. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_locate_object.py +0 -0
  183. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_maneuver_sign.py +0 -0
  184. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_maneuver_sign_element.py +0 -0
  185. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_map_match_costing_model.py +0 -0
  186. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_map_match_request.py +0 -0
  187. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_map_match_request_all_of.py +0 -0
  188. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_map_match_route_response.py +0 -0
  189. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_map_match_route_response_all_of.py +0 -0
  190. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_map_match_trace_options.py +0 -0
  191. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_map_match_waypoint.py +0 -0
  192. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_map_match_waypoint_all_of.py +0 -0
  193. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_matched_point.py +0 -0
  194. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_matrix_costing_model.py +0 -0
  195. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_matrix_distance.py +0 -0
  196. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_matrix_request.py +0 -0
  197. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_matrix_response.py +0 -0
  198. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_motor_scooter_costing_options.py +0 -0
  199. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_motor_scooter_costing_options_all_of.py +0 -0
  200. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_motorcycle_costing_options.py +0 -0
  201. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_motorcycle_costing_options_all_of.py +0 -0
  202. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_nearest_roads_request.py +0 -0
  203. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_node_id.py +0 -0
  204. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_node_type.py +0 -0
  205. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_optimized_route_request.py +0 -0
  206. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_pedestrian_costing_options.py +0 -0
  207. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_pelias_geo_json_feature.py +0 -0
  208. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_pelias_geo_json_properties.py +0 -0
  209. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_pelias_geo_json_properties_addendum.py +0 -0
  210. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_pelias_geo_json_properties_addendum_osm.py +0 -0
  211. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_pelias_layer.py +0 -0
  212. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_pelias_response.py +0 -0
  213. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_pelias_response_geocoding.py +0 -0
  214. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_pelias_source.py +0 -0
  215. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_restrictions.py +0 -0
  216. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_road_class.py +0 -0
  217. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_route_leg.py +0 -0
  218. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_route_maneuver.py +0 -0
  219. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_route_request.py +0 -0
  220. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_route_response.py +0 -0
  221. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_route_response_trip.py +0 -0
  222. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_route_summary.py +0 -0
  223. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_routing_api.py +0 -0
  224. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_routing_response_waypoint.py +0 -0
  225. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_routing_response_waypoint_all_of.py +0 -0
  226. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_routing_waypoint.py +0 -0
  227. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_routing_waypoint_all_of.py +0 -0
  228. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_routing_waypoint_all_of_search_filter.py +0 -0
  229. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_simple_routing_waypoint.py +0 -0
  230. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_simple_routing_waypoint_all_of.py +0 -0
  231. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_speeds.py +0 -0
  232. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_trace_attribute_filter_options.py +0 -0
  233. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_trace_attribute_key.py +0 -0
  234. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_trace_attributes_base_response.py +0 -0
  235. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_trace_attributes_request.py +0 -0
  236. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_trace_attributes_request_all_of.py +0 -0
  237. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_trace_attributes_request_all_of_filters.py +0 -0
  238. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_trace_attributes_response.py +0 -0
  239. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_trace_attributes_response_all_of.py +0 -0
  240. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_trace_edge.py +0 -0
  241. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_travel_mode.py +0 -0
  242. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_traversability.py +0 -0
  243. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_truck_costing_options.py +0 -0
  244. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_truck_costing_options_all_of.py +0 -0
  245. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_tz_response.py +0 -0
  246. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_valhalla_languages.py +0 -0
  247. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_valhalla_long_units.py +0 -0
  248. {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_warning.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: stadiamaps
3
- Version: 1.0.2
3
+ Version: 1.0.4
4
4
  Summary: Stadia Maps Geospatial APIs
5
5
  Home-page: https://github.com/stadiamaps/stadiamaps-api-py
6
6
  Author: Stadia Maps Support
@@ -47,16 +47,11 @@ from stadiamaps.rest import ApiException
47
47
  from pprint import pprint
48
48
 
49
49
  # Defining the host is optional and defaults to https://api.stadiamaps.com
50
- # You can also use our EU endpoint to keep traffic within the EU like sq:
50
+ # You can also use our EU endpoint to keep traffic within the EU like so:
51
51
  # configuration = stadiamaps.Configuration(host="https://api-eu.stadiamaps.com")
52
52
  # See configuration.py for a list of all supported configuration parameters.
53
53
  configuration = stadiamaps.Configuration()
54
54
 
55
- # The client must configure the authentication and authorization parameters
56
- # in accordance with the API server security policy.
57
- # Examples for each auth method are provided below, use the example that
58
- # satisfies your auth use case.
59
-
60
55
  # Configure API key authorization. This example assumes it is injected via an environment
61
56
  # variable.
62
57
  configuration.api_key['ApiKeyAuth'] = os.environ["API_KEY"]
@@ -35,16 +35,11 @@ from stadiamaps.rest import ApiException
35
35
  from pprint import pprint
36
36
 
37
37
  # Defining the host is optional and defaults to https://api.stadiamaps.com
38
- # You can also use our EU endpoint to keep traffic within the EU like sq:
38
+ # You can also use our EU endpoint to keep traffic within the EU like so:
39
39
  # configuration = stadiamaps.Configuration(host="https://api-eu.stadiamaps.com")
40
40
  # See configuration.py for a list of all supported configuration parameters.
41
41
  configuration = stadiamaps.Configuration()
42
42
 
43
- # The client must configure the authentication and authorization parameters
44
- # in accordance with the API server security policy.
45
- # Examples for each auth method are provided below, use the example that
46
- # satisfies your auth use case.
47
-
48
43
  # Configure API key authorization. This example assumes it is injected via an environment
49
44
  # variable.
50
45
  configuration.api_key['ApiKeyAuth'] = os.environ["API_KEY"]
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "stadiamaps"
3
- version = "1.0.2"
3
+ version = "1.0.4"
4
4
  description = "Stadia Maps Geospatial APIs"
5
5
  authors = ["Stadia Maps Support <support@stadiamaps.com>"]
6
6
  license = "BSD-3-Clause"
@@ -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.2
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
 
@@ -22,7 +22,7 @@ from setuptools import setup, find_packages # noqa: H301
22
22
  # prerequisite: setuptools
23
23
  # http://pypi.python.org/pypi/setuptools
24
24
  NAME = "stadiamaps"
25
- VERSION = "1.0.2"
25
+ VERSION = "1.0.4"
26
26
  PYTHON_REQUIRES = ">=3.7"
27
27
  REQUIRES = [
28
28
  "urllib3 >= 1.25.3",
@@ -81,16 +81,11 @@ from stadiamaps.rest import ApiException
81
81
  from pprint import pprint
82
82
 
83
83
  # Defining the host is optional and defaults to https://api.stadiamaps.com
84
- # You can also use our EU endpoint to keep traffic within the EU like sq:
84
+ # You can also use our EU endpoint to keep traffic within the EU like so:
85
85
  # configuration = stadiamaps.Configuration(host="https://api-eu.stadiamaps.com")
86
86
  # See configuration.py for a list of all supported configuration parameters.
87
87
  configuration = stadiamaps.Configuration()
88
88
 
89
- # The client must configure the authentication and authorization parameters
90
- # in accordance with the API server security policy.
91
- # Examples for each auth method are provided below, use the example that
92
- # satisfies your auth use case.
93
-
94
89
  # Configure API key authorization. This example assumes it is injected via an environment
95
90
  # variable.
96
91
  configuration.api_key['ApiKeyAuth'] = os.environ["API_KEY"]
@@ -7,7 +7,7 @@
7
7
 
8
8
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications. # noqa: E501
9
9
 
10
- The version of the OpenAPI document: 5.0.2
10
+ The version of the OpenAPI document: 5.0.3
11
11
  Contact: support@stadiamaps.com
12
12
  Generated by OpenAPI Generator (https://openapi-generator.tech)
13
13
 
@@ -15,7 +15,7 @@
15
15
  """
16
16
 
17
17
 
18
- __version__ = "1.0.2"
18
+ __version__ = "1.0.4"
19
19
 
20
20
  # import apis into sdk package
21
21
  from stadiamaps.api.geocoding_api import GeocodingApi
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -77,7 +77,7 @@ class ApiClient(object):
77
77
  self.default_headers[header_name] = header_value
78
78
  self.cookie = cookie
79
79
  # Set default User-Agent.
80
- self.user_agent = 'OpenAPI-Generator/1.0.2/python'
80
+ self.user_agent = 'OpenAPI-Generator/1.0.4/python'
81
81
  self.client_side_validation = configuration.client_side_validation
82
82
 
83
83
  def __enter__(self):
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications. # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 5.0.2
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
 
@@ -397,8 +397,8 @@ conf = stadiamaps.Configuration(
397
397
  return "Python SDK Debug Report:\n"\
398
398
  "OS: {env}\n"\
399
399
  "Python Version: {pyversion}\n"\
400
- "Version of the API: 5.0.2\n"\
401
- "SDK Package Version: 1.0.2".\
400
+ "Version of the API: 5.0.3\n"\
401
+ "SDK Package Version: 1.0.4".\
402
402
  format(env=sys.platform, pyversion=sys.version)
403
403
 
404
404
  def get_host_settings(self):
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications. # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 5.0.2
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
 
@@ -6,7 +6,7 @@
6
6
 
7
7
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications. # noqa: E501
8
8
 
9
- The version of the OpenAPI document: 5.0.2
9
+ The version of the OpenAPI document: 5.0.3
10
10
  Contact: support@stadiamaps.com
11
11
  Generated by OpenAPI Generator (https://openapi-generator.tech)
12
12
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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
 
@@ -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.2
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