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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ The most recent stable release of the Azure Maps services.
25
25
|[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. |
26
26
|[Geolocation]| 1.0 | Convert IP addresses to country/region ISO codes. |
27
27
|[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. |
29
29
|[Search]| 2025-01-01 | Geocode addresses and coordinates, search for business listings and places by name or category and get administrative boundary polygons. |
30
30
|[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. |
31
31
|[Timezone]| 1.0 | Get time zone and sunrise/sunset information for specified locations. |
@@ -40,6 +40,7 @@ There are previous stable releases of an Azure Maps service that are still in us
40
40
|-----|-------------|-------------|
41
41
|[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 need to be updated to use the latest version of the [Render] API. |
42
42
|[Render][render-2022-08-01]| 2022-08-01 | Get road, satellite/aerial, weather, traffic map tiles, and static map images. |
43
+
|[Route]| 1.0 | Calculate optimized travel times and distances between locations for multiple modes of transportation and get localized travel instructions. |
43
44
|[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]. |
44
45
|[Search]| 2023-06-01 | Geocode addresses and coordinates, search for business listings and places by name or category and get administrative boundary polygons. |
45
46
@@ -49,14 +50,15 @@ Prerelease version of an Azure Maps service. Preview releases contain new functi
49
50
50
51
| API | API version | Description |
51
52
|-----|-------------|-------------|
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>|
53
+
|[Route][Route-2024-07-01-preview]| 2024-07-01-preview |The Route Range API supports high definition isochrone polygons.|
53
54
54
55
<!--- Links to latest versions of each service ---------------------------------->
55
56
[Data Registry]: /rest/api/maps/data-registry
56
57
[Geolocation]: /rest/api/maps/geolocation
57
58
[Render]: /rest/api/maps/render
58
59
[Route]: /rest/api/maps/route
59
60
[Search]: /rest/api/maps/search
61
+
[Snap to Roads]: /azure/azure-maps/tutorial-snap-to-road
0 commit comments