stadiamaps 2.1.0__py3-none-any.whl → 3.1.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. stadiamaps/__init__.py +4 -2
  2. stadiamaps/api/geocoding_api.py +6 -6
  3. stadiamaps/api/geospatial_api.py +3 -3
  4. stadiamaps/api/routing_api.py +12 -12
  5. stadiamaps/api_client.py +37 -25
  6. stadiamaps/configuration.py +3 -3
  7. stadiamaps/exceptions.py +1 -1
  8. stadiamaps/models/__init__.py +3 -1
  9. stadiamaps/models/access.py +1 -1
  10. stadiamaps/models/admin_region.py +1 -1
  11. stadiamaps/models/administrative.py +1 -1
  12. stadiamaps/models/auto_costing_options.py +1 -1
  13. stadiamaps/models/base_costing_options.py +1 -1
  14. stadiamaps/models/base_trace_request.py +1 -1
  15. stadiamaps/models/bicycle_costing_options.py +1 -1
  16. stadiamaps/models/bike_network.py +1 -1
  17. stadiamaps/models/contour.py +1 -1
  18. stadiamaps/models/coordinate.py +1 -1
  19. stadiamaps/models/costing_model.py +2 -2
  20. stadiamaps/models/costing_options.py +9 -3
  21. stadiamaps/models/directions_options.py +1 -1
  22. stadiamaps/models/distance_unit.py +1 -1
  23. stadiamaps/models/edge_sign.py +1 -1
  24. stadiamaps/models/edge_use.py +1 -1
  25. stadiamaps/models/end_node.py +1 -1
  26. stadiamaps/models/geo_attributes.py +1 -1
  27. stadiamaps/models/geo_json_geometry.py +3 -3
  28. stadiamaps/models/geo_json_geometry_base.py +1 -1
  29. stadiamaps/models/geo_json_line_string.py +1 -1
  30. stadiamaps/models/geo_json_point.py +1 -1
  31. stadiamaps/models/geo_json_polygon.py +1 -1
  32. stadiamaps/models/geocoding_object.py +1 -1
  33. stadiamaps/models/height_request.py +1 -1
  34. stadiamaps/models/height_response.py +1 -1
  35. stadiamaps/models/highway_classification.py +1 -1
  36. stadiamaps/models/intersecting_edge.py +1 -1
  37. stadiamaps/models/isochrone_costing_model.py +1 -1
  38. stadiamaps/models/isochrone_feature.py +1 -1
  39. stadiamaps/models/isochrone_properties.py +1 -1
  40. stadiamaps/models/isochrone_request.py +1 -1
  41. stadiamaps/models/isochrone_response.py +1 -1
  42. stadiamaps/models/locate_detailed_edge.py +1 -1
  43. stadiamaps/models/locate_edge.py +1 -1
  44. stadiamaps/models/locate_edge_info.py +1 -1
  45. stadiamaps/models/locate_node.py +1 -1
  46. stadiamaps/models/locate_object.py +1 -1
  47. stadiamaps/models/low_speed_vehicle_costing_options.py +140 -0
  48. stadiamaps/models/maneuver_sign.py +1 -1
  49. stadiamaps/models/maneuver_sign_element.py +1 -1
  50. stadiamaps/models/map_match_costing_model.py +1 -1
  51. stadiamaps/models/map_match_request.py +1 -1
  52. stadiamaps/models/map_match_route_response.py +1 -1
  53. stadiamaps/models/map_match_trace_options.py +1 -1
  54. stadiamaps/models/map_match_waypoint.py +1 -1
  55. stadiamaps/models/matched_point.py +1 -1
  56. stadiamaps/models/matrix_costing_model.py +1 -1
  57. stadiamaps/models/matrix_distance.py +14 -4
  58. stadiamaps/models/matrix_request.py +6 -6
  59. stadiamaps/models/matrix_response.py +3 -3
  60. stadiamaps/models/matrix_waypoint.py +106 -0
  61. stadiamaps/models/motor_scooter_costing_options.py +1 -1
  62. stadiamaps/models/motorcycle_costing_options.py +1 -1
  63. stadiamaps/models/nearest_roads_request.py +1 -1
  64. stadiamaps/models/node_id.py +1 -1
  65. stadiamaps/models/node_type.py +1 -1
  66. stadiamaps/models/optimized_route_request.py +1 -1
  67. stadiamaps/models/pedestrian_costing_options.py +1 -1
  68. stadiamaps/models/pelias_geo_json_feature.py +1 -1
  69. stadiamaps/models/pelias_geo_json_properties.py +1 -1
  70. stadiamaps/models/pelias_geo_json_properties_addendum.py +1 -1
  71. stadiamaps/models/pelias_geo_json_properties_addendum_osm.py +1 -1
  72. stadiamaps/models/pelias_layer.py +1 -1
  73. stadiamaps/models/pelias_response.py +1 -1
  74. stadiamaps/models/pelias_source.py +1 -1
  75. stadiamaps/models/restrictions.py +1 -1
  76. stadiamaps/models/road_class.py +1 -1
  77. stadiamaps/models/route_leg.py +9 -5
  78. stadiamaps/models/route_maneuver.py +1 -1
  79. stadiamaps/models/route_request.py +8 -4
  80. stadiamaps/models/route_response.py +1 -1
  81. stadiamaps/models/route_response_alternates_inner.py +1 -1
  82. stadiamaps/models/route_summary.py +1 -1
  83. stadiamaps/models/route_trip.py +1 -1
  84. stadiamaps/models/routing_response_waypoint.py +1 -1
  85. stadiamaps/models/routing_waypoint.py +1 -1
  86. stadiamaps/models/routing_waypoint_all_of_search_filter.py +1 -1
  87. stadiamaps/models/simple_routing_waypoint.py +1 -1
  88. stadiamaps/models/speeds.py +1 -1
  89. stadiamaps/models/trace_attribute_filter_options.py +1 -1
  90. stadiamaps/models/trace_attribute_key.py +1 -1
  91. stadiamaps/models/trace_attributes_base_response.py +1 -1
  92. stadiamaps/models/trace_attributes_request.py +1 -1
  93. stadiamaps/models/trace_attributes_response.py +1 -1
  94. stadiamaps/models/trace_edge.py +1 -1
  95. stadiamaps/models/travel_mode.py +1 -1
  96. stadiamaps/models/traversability.py +1 -1
  97. stadiamaps/models/truck_costing_options.py +1 -1
  98. stadiamaps/models/tz_response.py +1 -1
  99. stadiamaps/models/valhalla_languages.py +1 -1
  100. stadiamaps/models/valhalla_long_units.py +1 -1
  101. stadiamaps/models/warning.py +1 -1
  102. stadiamaps/rest.py +3 -1
  103. {stadiamaps-2.1.0.dist-info → stadiamaps-3.1.0.dist-info}/METADATA +1 -1
  104. stadiamaps-3.1.0.dist-info/RECORD +130 -0
  105. stadiamaps-2.1.0.dist-info/RECORD +0 -128
  106. {stadiamaps-2.1.0.dist-info → stadiamaps-3.1.0.dist-info}/LICENSE.txt +0 -0
  107. {stadiamaps-2.1.0.dist-info → stadiamaps-3.1.0.dist-info}/WHEEL +0 -0
  108. {stadiamaps-2.1.0.dist-info → stadiamaps-3.1.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,106 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Stadia Maps Geospatial APIs
5
+
6
+ The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
+
8
+ The version of the OpenAPI document: 6.3.0
9
+ Contact: support@stadiamaps.com
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
+
12
+ Do not edit the class manually.
13
+ """ # noqa: E501
14
+
15
+
16
+ from __future__ import annotations
17
+ import pprint
18
+ import re # noqa: F401
19
+ import json
20
+
21
+ from pydantic import BaseModel, ConfigDict, Field, StrictInt
22
+ from typing import Any, ClassVar, Dict, List, Optional, Union
23
+ from typing_extensions import Annotated
24
+ from typing import Optional, Set
25
+ from typing_extensions import Self
26
+
27
+ class MatrixWaypoint(BaseModel):
28
+ """
29
+ MatrixWaypoint
30
+ """ # noqa: E501
31
+ lat: Union[Annotated[float, Field(le=90, strict=True, ge=-90)], Annotated[int, Field(le=90, strict=True, ge=-90)]] = Field(description="The latitude of a point in the shape.")
32
+ lon: Union[Annotated[float, Field(le=180, strict=True, ge=-180)], Annotated[int, Field(le=180, strict=True, ge=-180)]] = Field(description="The longitude of a point in the shape.")
33
+ search_cutoff: Optional[StrictInt] = Field(default=None, description="The cutoff (in meters) at which we will assume the input is too far away from civilisation to be worth correlating to the nearest graph elements. The default is 35 km.")
34
+ additional_properties: Dict[str, Any] = {}
35
+ __properties: ClassVar[List[str]] = ["lat", "lon", "search_cutoff"]
36
+
37
+ model_config = ConfigDict(
38
+ populate_by_name=True,
39
+ validate_assignment=True,
40
+ protected_namespaces=(),
41
+ )
42
+
43
+
44
+ def to_str(self) -> str:
45
+ """Returns the string representation of the model using alias"""
46
+ return pprint.pformat(self.model_dump(by_alias=True))
47
+
48
+ def to_json(self) -> str:
49
+ """Returns the JSON representation of the model using alias"""
50
+ # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
51
+ return json.dumps(self.to_dict())
52
+
53
+ @classmethod
54
+ def from_json(cls, json_str: str) -> Optional[Self]:
55
+ """Create an instance of MatrixWaypoint from a JSON string"""
56
+ return cls.from_dict(json.loads(json_str))
57
+
58
+ def to_dict(self) -> Dict[str, Any]:
59
+ """Return the dictionary representation of the model using alias.
60
+
61
+ This has the following differences from calling pydantic's
62
+ `self.model_dump(by_alias=True)`:
63
+
64
+ * `None` is only added to the output dict for nullable fields that
65
+ were set at model initialization. Other fields with value `None`
66
+ are ignored.
67
+ * Fields in `self.additional_properties` are added to the output dict.
68
+ """
69
+ excluded_fields: Set[str] = set([
70
+ "additional_properties",
71
+ ])
72
+
73
+ _dict = self.model_dump(
74
+ by_alias=True,
75
+ exclude=excluded_fields,
76
+ exclude_none=True,
77
+ )
78
+ # puts key-value pairs in additional_properties in the top level
79
+ if self.additional_properties is not None:
80
+ for _key, _value in self.additional_properties.items():
81
+ _dict[_key] = _value
82
+
83
+ return _dict
84
+
85
+ @classmethod
86
+ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
87
+ """Create an instance of MatrixWaypoint from a dict"""
88
+ if obj is None:
89
+ return None
90
+
91
+ if not isinstance(obj, dict):
92
+ return cls.model_validate(obj)
93
+
94
+ _obj = cls.model_validate({
95
+ "lat": obj.get("lat"),
96
+ "lon": obj.get("lon"),
97
+ "search_cutoff": obj.get("search_cutoff")
98
+ })
99
+ # store additional fields in additional_properties
100
+ for _key in obj.keys():
101
+ if _key not in cls.__properties:
102
+ _obj.additional_properties[_key] = obj.get(_key)
103
+
104
+ return _obj
105
+
106
+
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -18,8 +18,8 @@ import pprint
18
18
  import re # noqa: F401
19
19
  import json
20
20
 
21
- from pydantic import BaseModel, ConfigDict, Field, StrictStr
22
- from typing import Any, ClassVar, Dict, List
21
+ from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt, StrictStr
22
+ from typing import Any, ClassVar, Dict, List, Optional, Union
23
23
  from typing_extensions import Annotated
24
24
  from stadiamaps.models.route_maneuver import RouteManeuver
25
25
  from stadiamaps.models.route_summary import RouteSummary
@@ -33,8 +33,10 @@ class RouteLeg(BaseModel):
33
33
  maneuvers: Annotated[List[RouteManeuver], Field(min_length=1)]
34
34
  shape: StrictStr = Field(description="An encoded polyline (https://developers.google.com/maps/documentation/utilities/polylinealgorithm) with 6 digits of decimal precision.")
35
35
  summary: RouteSummary
36
+ elevation_interval: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, description="The sampling distance between elevation values along the route. This echoes the request parameter having the same name.")
37
+ elevation: Optional[List[Union[StrictFloat, StrictInt]]] = Field(default=None, description="An array of elevation values sampled every `elevation_interval`. Units are either metric or imperial depending on the value of `units`.")
36
38
  additional_properties: Dict[str, Any] = {}
37
- __properties: ClassVar[List[str]] = ["maneuvers", "shape", "summary"]
39
+ __properties: ClassVar[List[str]] = ["maneuvers", "shape", "summary", "elevation_interval", "elevation"]
38
40
 
39
41
  model_config = ConfigDict(
40
42
  populate_by_name=True,
@@ -106,7 +108,9 @@ class RouteLeg(BaseModel):
106
108
  _obj = cls.model_validate({
107
109
  "maneuvers": [RouteManeuver.from_dict(_item) for _item in obj["maneuvers"]] if obj.get("maneuvers") is not None else None,
108
110
  "shape": obj.get("shape"),
109
- "summary": RouteSummary.from_dict(obj["summary"]) if obj.get("summary") is not None else None
111
+ "summary": RouteSummary.from_dict(obj["summary"]) if obj.get("summary") is not None else None,
112
+ "elevation_interval": obj.get("elevation_interval"),
113
+ "elevation": obj.get("elevation")
110
114
  })
111
115
  # store additional fields in additional_properties
112
116
  for _key in obj.keys():
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -18,7 +18,7 @@ import pprint
18
18
  import re # noqa: F401
19
19
  import json
20
20
 
21
- from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt, StrictStr, field_validator
21
+ from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictFloat, StrictInt, StrictStr, field_validator
22
22
  from typing import Any, ClassVar, Dict, List, Optional, Union
23
23
  from typing_extensions import Annotated
24
24
  from stadiamaps.models.costing_model import CostingModel
@@ -43,8 +43,10 @@ class RouteRequest(BaseModel):
43
43
  exclude_locations: Optional[List[RoutingWaypoint]] = Field(default=None, description="This has the same format as the locations list. Locations are mapped to the closed road(s), and these road(s) are excluded from the route path computation.")
44
44
  exclude_polygons: Optional[List[List[List[Union[StrictFloat, StrictInt]]]]] = Field(default=None, description="One or multiple exterior rings of polygons in the form of nested JSON arrays. Roads intersecting these rings will be avoided during path finding. Open rings will be closed automatically. If you only need to avoid a few specific roads, it's much more efficient to use `exclude_locations`.")
45
45
  alternates: Optional[StrictInt] = Field(default=None, description="How many alternate routes are desired. Note that fewer or no alternates may be returned. Alternates are not yet supported on routes with more than 2 locations or on time-dependent routes.")
46
+ elevation_interval: Optional[Union[StrictFloat, StrictInt]] = Field(default=0.0, description="If greater than zero, attempts to include elevation along the route at regular intervals. The \"native\" internal resolution is 30m, so we recommend you use this when possible. This number is interpreted as either meters or feet depending on the unit parameter. Elevation for route sections containing a bridge or tunnel is interpolated linearly. This doesn't always match the true elevation of the bridge/tunnel, but it prevents sharp artifacts from the surrounding terrain. This functionality is unique to the route endpoint and is not available via the elevation API.")
47
+ roundabout_exits: Optional[StrictBool] = Field(default=True, description="Determines whether the output should include roundabout exit instructions.")
46
48
  additional_properties: Dict[str, Any] = {}
47
- __properties: ClassVar[List[str]] = ["units", "language", "directions_type", "id", "locations", "costing", "costing_options", "exclude_locations", "exclude_polygons", "alternates"]
49
+ __properties: ClassVar[List[str]] = ["units", "language", "directions_type", "id", "locations", "costing", "costing_options", "exclude_locations", "exclude_polygons", "alternates", "elevation_interval", "roundabout_exits"]
48
50
 
49
51
  @field_validator('directions_type')
50
52
  def directions_type_validate_enum(cls, value):
@@ -140,7 +142,9 @@ class RouteRequest(BaseModel):
140
142
  "costing_options": CostingOptions.from_dict(obj["costing_options"]) if obj.get("costing_options") is not None else None,
141
143
  "exclude_locations": [RoutingWaypoint.from_dict(_item) for _item in obj["exclude_locations"]] if obj.get("exclude_locations") is not None else None,
142
144
  "exclude_polygons": obj.get("exclude_polygons"),
143
- "alternates": obj.get("alternates")
145
+ "alternates": obj.get("alternates"),
146
+ "elevation_interval": obj.get("elevation_interval") if obj.get("elevation_interval") is not None else 0.0,
147
+ "roundabout_exits": obj.get("roundabout_exits") if obj.get("roundabout_exits") is not None else True
144
148
  })
145
149
  # store additional fields in additional_properties
146
150
  for _key in obj.keys():
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
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.
7
7
 
8
- The version of the OpenAPI document: 6.1.0
8
+ The version of the OpenAPI document: 6.3.0
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -203,6 +203,8 @@ class RESTClientObject:
203
203
  # Content-Type which generated by urllib3 will be
204
204
  # overwritten.
205
205
  del headers['Content-Type']
206
+ # Ensures that dict objects are serialized
207
+ post_params = [(a, json.dumps(b)) if isinstance(b, dict) else (a,b) for a, b in post_params]
206
208
  r = self.pool_manager.request(
207
209
  method,
208
210
  url,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: stadiamaps
3
- Version: 2.1.0
3
+ Version: 3.1.0
4
4
  Summary: Stadia Maps Geospatial APIs
5
5
  Home-page: https://github.com/stadiamaps/stadiamaps-api-py
6
6
  Author: Stadia Maps Support