Skip to content

Commit 9d5382b

Browse files
committed
Updated for the new Route version 2025-01-01
1 parent 1fda18c commit 9d5382b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 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 returns localized travel instructions. Now supports [Snap to Roads] API that snaps GPS data to road aligned coordinates. |
2929
| [Search] | 2025-01-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. |
@@ -49,14 +49,15 @@ Prerelease version of an Azure Maps service. Preview releases contain new functi
4949

5050
| API | API version | Description |
5151
|-----|-------------|-------------|
52-
| [Route][Route-2024-07-01-preview] | 2024-07-01-preview | Returns the ideal route in GeoJSON between locations for multiple modes of transportation.<BR><BR>Some of the updates in this version of the Route service include:<ul><li>New Snap to Roads API that snaps GPS data to road aligned coordinates.</li><li>Support for up to 50,000 cells in Route Matrix async.</li><li>High-definition route range polygon.</li><li>Routes with "via" waypoints that the route must pass through.</li><li>More geographies</li><li>More languages available for localized travel instructions.</li> |
52+
| [Route][Route-2024-07-01-preview] | 2024-07-01-preview | In the 2024-07-01-preview, the Route Range API `isSimplifiedPolygon` param supports high-definition isochrone polygons. |
5353

5454
<!--- Links to latest versions of each service ---------------------------------->
5555
[Data Registry]: /rest/api/maps/data-registry
5656
[Geolocation]: /rest/api/maps/geolocation
5757
[Render]: /rest/api/maps/render
5858
[Route]: /rest/api/maps/route
5959
[Search]: /rest/api/maps/search
60+
[Snap to Roads]: /azure/azure-maps/tutorial-snap-to-road
6061
[Spatial]: /rest/api/maps/spatial
6162
[Timezone]: /rest/api/maps/timezone
6263
[Traffic]: /rest/api/maps/traffic

0 commit comments

Comments
 (0)