Skip to content

Commit 37f8ec7

Browse files
committed
Add Route version 2025-01-01.
1 parent 5791f02 commit 37f8ec7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The most recent stable release of the Azure Maps services.
2525
| [Data Registry] | 2023-06-01 | Programmatically store and update geospatial data to use in spatial operations.<br>The Data registry service is deprecated and will be retired on 9/30/25. |
2626
| [Geolocation] | 1.0 | Convert IP addresses to country/region ISO codes. |
2727
| [Render] | 2024-04-01 | Get road, satellite/aerial, weather, traffic map tiles, and static map images. |
28-
| [Route] | 1.0 | Calculate optimized travel times and distances between locations for multiple modes of transportation and get localized travel instructions. |
28+
| [Route] | 2025-01-01 | Calculate optimized travel times and distances between locations for multiple modes of transportation and get localized travel instructions. |
2929
| [Search] | 2023-06-01 | Geocode addresses and coordinates, search for business listings and places by name or category and get administrative boundary polygons. |
3030
| [Spatial] | 2022-08-01 | Use geofences, great circle distances and other spatial operations to analyze location data.<br>The Spatial service is deprecated and will be retired on 9/30/25. |
3131
| [Timezone] | 1.0 | Get time zone and sunrise/sunset information for specified locations. |
@@ -47,7 +47,8 @@ There are previous stable releases of an Azure Maps service that are still in us
4747
| API | API version | Description |
4848
|-----|-------------|-------------|
4949
| [Render][Render v1] | 1.0 | Get road, satellite/aerial, weather, traffic map tiles and static map images.<BR>The Azure Maps [Render v1] service is now deprecated and will be retired on 9/17/26. To avoid service disruptions, all calls to Render v1 API needs to be updated to use the latest version of the [Render] API by 9/17/26. |
50-
| [Search][Search-v1] | 1.0 | Geocode addresses and coordinates, search for business listings and places by name or category and get administrative boundary polygons. This is version 1.0 of the Search service. For the latest version, see [Search]. |
50+
| [Route][Route v1] | 1.0 | Calculate optimized travel times and distances between locations for multiple modes of transportation and get localized travel instructions. |
51+
| [Search][Search v1] | 1.0 | Geocode addresses and coordinates, search for business listings and places by name or category and get administrative boundary polygons. This is version 1.0 of the Search service. For the latest version, see [Search]. |
5152

5253
## Latest preview
5354

@@ -72,7 +73,8 @@ Prerelease version of an Azure Maps service. Preview releases contain new functi
7273
[render-2022-08-01]: /rest/api/maps/render?view=rest-maps-2022-08-01
7374

7475
[Render v1]: /rest/api/maps/render?view=rest-maps-1.0
75-
[Search-v1]: /rest/api/maps/search?view=rest-maps-1.0
76+
[Route v1]: /rest/api/maps/route?view=rest-maps-1.0
77+
[Search v1]: /rest/api/maps/search?view=rest-maps-1.0
7678

7779
<!--- 2024-07-01-preview is the latest preview release of the Route service,
7880
currently the only Azure Maps service in Preview -------------------------->

0 commit comments

Comments
 (0)