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.
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/PKG-INFO +2 -7
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/README.md +1 -6
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/pyproject.toml +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/setup.py +3 -8
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/__init__.py +2 -2
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/api/geocoding_api.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/api/geospatial_api.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/api/routing_api.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/api_client.py +2 -2
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/configuration.py +3 -3
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/exceptions.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/__init__.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/access.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/admin_region.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/administrative.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/auto_costing_options.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/auto_costing_options_all_of.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/base_costing_options.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/base_trace_request.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/bicycle_costing_options.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/bicycle_costing_options_all_of.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/bike_network.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/contour.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/coordinate.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/costing_model.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/costing_options.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/directions_options.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/distance_unit.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/edge_sign.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/edge_use.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/end_node.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/geo_attributes.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/geo_json_geometry.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/geo_json_geometry_base.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/geo_json_line_string.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/geo_json_line_string_all_of.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/geo_json_point.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/geo_json_point_all_of.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/geo_json_polygon.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/geo_json_polygon_all_of.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/geocoding_object.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/height_request.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/height_response.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/highway_classification.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/intersecting_edge.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/isochrone_costing_model.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/isochrone_feature.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/isochrone_properties.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/isochrone_request.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/isochrone_response.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/locate_detailed_edge.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/locate_edge.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/locate_edge_info.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/locate_node.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/locate_node_all_of.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/locate_object.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/maneuver_sign.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/maneuver_sign_element.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/map_match_costing_model.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/map_match_request.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/map_match_request_all_of.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/map_match_route_response.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/map_match_route_response_all_of.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/map_match_trace_options.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/map_match_waypoint.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/map_match_waypoint_all_of.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/matched_point.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/matrix_costing_model.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/matrix_distance.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/matrix_request.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/matrix_response.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/motor_scooter_costing_options.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/motor_scooter_costing_options_all_of.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/motorcycle_costing_options.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/motorcycle_costing_options_all_of.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/nearest_roads_request.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/node_id.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/node_type.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/optimized_route_request.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/pedestrian_costing_options.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/pelias_geo_json_feature.py +6 -4
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/pelias_geo_json_properties.py +4 -4
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/pelias_geo_json_properties_addendum.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/pelias_geo_json_properties_addendum_osm.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/pelias_layer.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/pelias_response.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/pelias_response_geocoding.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/pelias_source.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/restrictions.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/road_class.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/route_leg.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/route_maneuver.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/route_request.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/route_response.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/route_response_trip.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/route_summary.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/routing_response_waypoint.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/routing_response_waypoint_all_of.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/routing_waypoint.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/routing_waypoint_all_of.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/routing_waypoint_all_of_search_filter.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/simple_routing_waypoint.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/simple_routing_waypoint_all_of.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/speeds.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/trace_attribute_filter_options.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/trace_attribute_key.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/trace_attributes_base_response.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/trace_attributes_request.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/trace_attributes_request_all_of.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/trace_attributes_request_all_of_filters.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/trace_attributes_response.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/trace_attributes_response_all_of.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/trace_edge.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/travel_mode.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/traversability.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/truck_costing_options.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/truck_costing_options_all_of.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/tz_response.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/valhalla_languages.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/valhalla_long_units.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/models/warning.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/rest.py +1 -1
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps.egg-info/PKG-INFO +2 -7
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/integration/test_gecoding.py +2 -2
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/LICENSE.txt +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/setup.cfg +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/api/__init__.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps/api_response.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps.egg-info/SOURCES.txt +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps.egg-info/dependency_links.txt +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps.egg-info/requires.txt +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/stadiamaps.egg-info/top_level.txt +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/integration/__init__.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/integration/test_eu_endpoint.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/integration/test_geospatial.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/integration/test_routing.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_access.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_admin_region.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_administrative.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_auto_costing_options.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_auto_costing_options_all_of.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_base_costing_options.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_base_trace_request.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_bicycle_costing_options.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_bicycle_costing_options_all_of.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_bike_network.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_contour.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_coordinate.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_costing_model.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_costing_options.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_directions_options.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_distance_unit.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_edge_sign.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_edge_use.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_end_node.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_geo_attributes.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_geo_json_geometry.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_geo_json_geometry_base.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_geo_json_line_string.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_geo_json_line_string_all_of.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_geo_json_point.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_geo_json_point_all_of.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_geo_json_polygon.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_geo_json_polygon_all_of.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_geocoding_api.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_geocoding_object.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_geospatial_api.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_height_request.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_height_response.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_highway_classification.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_intersecting_edge.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_isochrone_costing_model.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_isochrone_feature.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_isochrone_properties.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_isochrone_request.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_isochrone_response.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_locate_detailed_edge.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_locate_edge.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_locate_edge_info.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_locate_node.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_locate_node_all_of.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_locate_object.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_maneuver_sign.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_maneuver_sign_element.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_map_match_costing_model.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_map_match_request.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_map_match_request_all_of.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_map_match_route_response.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_map_match_route_response_all_of.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_map_match_trace_options.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_map_match_waypoint.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_map_match_waypoint_all_of.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_matched_point.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_matrix_costing_model.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_matrix_distance.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_matrix_request.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_matrix_response.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_motor_scooter_costing_options.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_motor_scooter_costing_options_all_of.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_motorcycle_costing_options.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_motorcycle_costing_options_all_of.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_nearest_roads_request.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_node_id.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_node_type.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_optimized_route_request.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_pedestrian_costing_options.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_pelias_geo_json_feature.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_pelias_geo_json_properties.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_pelias_geo_json_properties_addendum.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_pelias_geo_json_properties_addendum_osm.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_pelias_layer.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_pelias_response.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_pelias_response_geocoding.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_pelias_source.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_restrictions.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_road_class.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_route_leg.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_route_maneuver.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_route_request.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_route_response.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_route_response_trip.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_route_summary.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_routing_api.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_routing_response_waypoint.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_routing_response_waypoint_all_of.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_routing_waypoint.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_routing_waypoint_all_of.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_routing_waypoint_all_of_search_filter.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_simple_routing_waypoint.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_simple_routing_waypoint_all_of.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_speeds.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_trace_attribute_filter_options.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_trace_attribute_key.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_trace_attributes_base_response.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_trace_attributes_request.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_trace_attributes_request_all_of.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_trace_attributes_request_all_of_filters.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_trace_attributes_response.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_trace_attributes_response_all_of.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_trace_edge.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_travel_mode.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_traversability.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_truck_costing_options.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_truck_costing_options_all_of.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_tz_response.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_valhalla_languages.py +0 -0
- {stadiamaps-1.0.2 → stadiamaps-1.0.4}/test/test_valhalla_long_units.py +0 -0
- {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.
|
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
|
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
|
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"]
|
@@ -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
|
|
@@ -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.
|
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
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
401
|
-
"SDK Package Version: 1.0.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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
|
|