Skip to content

Commit 1fda18c

Browse files
authored
Merge pull request #125891 from stevemunk/search-updates-2025-01-01
Azure Maps Search service version 2025-01-01
2 parents ac38e70 + b194deb commit 1fda18c

File tree

2 files changed

+11
-17
lines changed

2 files changed

+11
-17
lines changed

articles/azure-maps/migrate-geodata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ https://platform.bing.com/geo/spatial/v1/public/Geodata?SpatialFilter=GetBoundar
6363
Azure Maps _Get Polygon_ API request:
6464

6565
``` http
66-
https://atlas.microsoft.com/search/polygon?api-version=2023-06-01&coordinates=-3.6749741,40.423432&resultType=locality&resolution=small&subscription-key={Your-Azure-Maps-Subscription-key}
66+
https://atlas.microsoft.com/search/polygon?api-version=2025-01-01&coordinates=-3.6749741,40.423432&resultType=locality&resolution=small&subscription-key={Your-Azure-Maps-Subscription-key}
6767
```
6868

6969
## Response fields

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

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ titleSuffix: Microsoft Azure Maps
44
description: Links to the Azure Maps Rest API.
55
author: sinnypan
66
ms.author: sipa
7-
ms.date: 09/23/2024
7+
ms.date: 02/25/2025
88
ms.topic: reference
99
ms.service: azure-maps
1010
ms.subservice: rest-api
1111
---
1212

1313
# Azure Maps Rest API
1414

15-
Azure Maps is a set of mapping and geospatial services that enable developers and organizations to build intelligent location-based experiences for applications across many different industries and use cases. Use Azure Maps to bring maps, geocoding, location search, routing, real-time traffic, geolocation, time zone information and weather data into your web, mobile and server-side solutions.
15+
Azure Maps is a set of mapping and geospatial services that enable developers and organizations to build intelligent location-based experiences for applications across many different industries and use cases. Use Azure Maps to bring maps, geocoding, location search, routing, real-time traffic, geolocation, time zone information, and weather data into your web, mobile and server-side solutions.
1616

1717
The following tables show overviews of the services that Azure Maps offers:
1818

@@ -26,28 +26,22 @@ The most recent stable release of the Azure Maps services.
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. |
2828
| [Route] | 1.0 | Calculate optimized travel times and distances between locations for multiple modes of transportation and get localized travel instructions. |
29-
| [Search] | 2023-06-01 | Geocode addresses and coordinates, search for business listings and places by name or category and get administrative boundary polygons. |
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. |
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+
| [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. |
3232
| [Traffic] | 1.0 | Get current traffic information including traffic flow and traffic incident details. |
33-
| [Weather] | 1.1 | Get current, forecasted, and historical weather conditions, air quality, tropical storm details and weather along a route. |
33+
| [Weather] | 1.1 | Get current, forecasted, and historical weather conditions, air quality, tropical storm details, and weather along a route. |
3434

3535
## Previous releases
3636

37-
There are previous stable releases of an Azure Maps service 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.
38-
39-
### Version 2022-08-01
37+
There are previous stable releases of an Azure Maps service that are still in use. The services in this list have a more recent version available, and some are slated for retirement. If using a previous release, update to the latest version before it's retired to avoid disruption of service.
4038

4139
| API | API version | Description |
4240
|-----|-------------|-------------|
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. |
4342
| [Render][render-2022-08-01] | 2022-08-01 | Get road, satellite/aerial, weather, traffic map tiles, and static map images. |
44-
45-
### Version 1.0
46-
47-
| API | API version | Description |
48-
|-----|-------------|-------------|
49-
| [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]. |
43+
| [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+
| [Search] | 2023-06-01 | Geocode addresses and coordinates, search for business listings and places by name or category and get administrative boundary polygons. |
5145

5246
## Latest preview
5347

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

7468
[Render v1]: /rest/api/maps/render?view=rest-maps-1.0
75-
[Search-v1]: /rest/api/maps/search?view=rest-maps-1.0
69+
[Search v1]: /rest/api/maps/search?view=rest-maps-1.0
7670

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

0 commit comments

Comments
 (0)