You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-maps/rest-api-azure-maps.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,17 +25,25 @@ The most recent stable release of the Azure Maps services.
25
25
|[Data]| 2.0 | The Azure Maps Data v2 service is deprecated and will be retired on 9/16/24. To avoid service disruptions, all calls to the Data service need to be updated to use the Azure Maps [Data registry] service by 9/16/24. For more information, see [How to create data registry]. |
26
26
|[Data Registry]| 2023-06-01 | Programmatically store and update geospatial data to use in spatial operations. |
27
27
|[Geolocation]| 1.0 | Convert IP addresses to country/region ISO codes. |
28
-
|[Render]|2022-08-01 | Get road, satellite/aerial, weather, traffic map tiles, and static map images. |
28
+
|[Render]|2024-04-01 | Get road, satellite/aerial, weather, traffic map tiles, and static map images. |
29
29
|[Route]| 1.0 | Calculate optimized travel times and distances between locations for multiple modes of transportation and get localized travel instructions. |
30
30
|[Search]| 2023-06-01 | Geocode addresses and coordinates, search for business listings and places by name or category and get administrative boundary polygons. |
31
31
|[Spatial]| 2022-08-01 | Use geofences, great circle distances and other spatial operations to analyze location data. |
32
32
|[Timezone]| 1.0 | Get time zone and sunrise/sunset information for specified locations. |
33
33
|[Traffic]| 1.0 | Get current traffic information including traffic flow and traffic incident details. |
34
34
|[Weather]| 1.1 | Get current, forecasted, and historical weather conditions, air quality, tropical storm details and weather along a route. |
35
35
36
-
## Previous release
36
+
## Previous releases
37
37
38
-
A previous stable release of an Azure Maps service that is still in use. The services in this list will generally have a more recent version available, and are slated for retirement. If using a previous release, update to the latest version before it's retired to avoid disruption of service.
38
+
There are previous stable releases of an Azure Maps services that are still in use. The services in these lists will generally have a more recent version available, and are slated for retirement. If using a previous release, update to the latest version before it's retired to avoid disruption of service.
39
+
40
+
### Version 2022-08-01
41
+
42
+
| API | API version | Description |
43
+
|-----|-------------|-------------|
44
+
|[Render][render-2022-08-01]| 2022-08-01 | Get road, satellite/aerial, weather, traffic map tiles, and static map images. |
45
+
46
+
### Version 1.0
39
47
40
48
| API | API version | Description |
41
49
|-----|-------------|-------------|
@@ -65,6 +73,8 @@ Prerelease version of an Azure Maps service. Preview releases contain new functi
65
73
[Weather]: /rest/api/maps/weather
66
74
67
75
<!--- Links to previous versions of each service -------------------------------->
0 commit comments