Skip to content

Commit fb79d26

Browse files
Merge pull request #277641 from stevemunk/update-rest-toc
Adding the new render 2024-04-01 to the links to the REST API docs
2 parents 9036237 + cc3a394 commit fb79d26

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

articles/azure-maps/rest-api-azure-maps.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,25 @@ The most recent stable release of the Azure Maps services.
2525
| [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]. |
2626
| [Data Registry] | 2023-06-01 | Programmatically store and update geospatial data to use in spatial operations. |
2727
| [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. |
2929
| [Route] | 1.0 | Calculate optimized travel times and distances between locations for multiple modes of transportation and get localized travel instructions. |
3030
| [Search] | 2023-06-01 | Geocode addresses and coordinates, search for business listings and places by name or category and get administrative boundary polygons. |
3131
| [Spatial] | 2022-08-01 | Use geofences, great circle distances and other spatial operations to analyze location data. |
3232
| [Timezone] | 1.0 | Get time zone and sunrise/sunset information for specified locations. |
3333
| [Traffic] | 1.0 | Get current traffic information including traffic flow and traffic incident details. |
3434
| [Weather] | 1.1 | Get current, forecasted, and historical weather conditions, air quality, tropical storm details and weather along a route. |
3535

36-
## Previous release
36+
## Previous releases
3737

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
3947

4048
| API | API version | Description |
4149
|-----|-------------|-------------|
@@ -65,6 +73,8 @@ Prerelease version of an Azure Maps service. Preview releases contain new functi
6573
[Weather]: /rest/api/maps/weather
6674

6775
<!--- Links to previous versions of each service -------------------------------->
76+
[render-2022-08-01]: /rest/api/maps/render?view=rest-maps-2022-08-01
77+
6878
[Data-v1]: /rest/api/maps/data?view=rest-maps-1.0
6979
[Render v1]: /rest/api/maps/render?view=rest-maps-1.0
7080
[Search-v1]: /rest/api/maps/search?view=rest-maps-1.0

0 commit comments

Comments
 (0)