Skip to content

Commit 7b6f3de

Browse files
committed
Update autocomplete GA related docs
1 parent 435a247 commit 7b6f3de

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

articles/azure-maps/azure-maps-qps-rate-limits.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ The following list shows the QPS usage limits for each Azure Maps service by Pri
3535
| Search service - Batch | 10 | 10 | Not Available |
3636
| Search service - single request | 500 | 500 | 50 |
3737
| Search service - single request reverse | 250 | 250 | 50 |
38+
| Search service - single request geocode autocomplete | 100 | Not Applicable | Not Applicable |
3839
| Timezone service | 50 | 50 | 50 |
3940
| Traffic service | 50 | 50 | 50 |
4041
| Weather service | 50 | 50 | 50 |

articles/azure-maps/how-to-search-for-address.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ The example in this section uses [Get Geocoding] to convert an address into lati
215215
1. Select the **GET** HTTP method in the **URL** drop-down list, then enter the following URL:
216216
217217
```http
218-
GET https://atlas.microsoft.com/geocode?api-version=2025-01-01&subscription-key={Your-Azure-Maps-Subscription-key}&query=400 Broad St, Seattle, WA 98109
218+
GET https://atlas.microsoft.com/geocode?api-version=2026-01-01&subscription-key={Your-Azure-Maps-Subscription-key}&query=400 Broad St, Seattle, WA 98109
219219
```
220220
221221
1. Select the **Create** button.
@@ -248,7 +248,7 @@ This example demonstrates how to use the Get Geocode Autocomplete API to search
248248
1. Select the **GET** HTTP method in the **URL** drop-down list, then enter the following URL:
249249
250250
```http
251-
https://atlas.microsoft.com/geocode:autocomplete?api-version=2025-06-01-preview&query=university of w&bbox=-168,-52,5,84&subscription-key={Your-Azure-Maps-Subscription-key}
251+
https://atlas.microsoft.com/geocode:autocomplete?api-version=2026-01-01&query=university of w&bbox=-168,-52,5,84&subscription-key={Your-Azure-Maps-Subscription-key}
252252
```
253253
254254
1. Select the run button, then review the response body.
@@ -271,7 +271,7 @@ Next, narrow down the area included in your search to the United States, using t
271271
1. Select the **GET** HTTP method in the **URL** drop-down list, then enter the following URL:
272272
273273
```http
274-
https://atlas.microsoft.com/geocode:autocomplete?api-version=2025-06-01-preview&query=university of w&bbox=-168,-52,5,84&countryRegion=us&subscription-key={Your-Azure-Maps-Subscription-key}
274+
https://atlas.microsoft.com/geocode:autocomplete?api-version=2026-01-01&query=university of w&bbox=-168,-52,5,84&countryRegion=us&subscription-key={Your-Azure-Maps-Subscription-key}
275275
```
276276
277277
1. Select the run button, then review the response body.
@@ -294,7 +294,7 @@ Next, focus your search to include more results in a specific area within the de
294294
1. Select the **GET** HTTP method in the **URL** drop-down list, then enter the following URL:
295295
296296
```http
297-
https://atlas.microsoft.com/geocode:autocomplete?api-version=2025-06-01-preview&query=university of w&bbox=-168,-52,5,84&countryRegion=us&coordinates=-122.136791,47.642232&subscription-key={Your-Azure-Maps-Subscription-key}
297+
https://atlas.microsoft.com/geocode:autocomplete?api-version=2026-01-01&query=university of w&bbox=-168,-52,5,84&countryRegion=us&coordinates=-122.136791,47.642232&subscription-key={Your-Azure-Maps-Subscription-key}
298298
```
299299
300300
1. Select the run button, then review the response body.
@@ -322,7 +322,7 @@ The examples in this section demonstrate the difference between searching for a
322322
1. Select the **GET** HTTP method in the **URL** drop-down list, then enter the following URL:
323323
324324
```http
325-
https://atlas.microsoft.com/geocode:autocomplete?api-version=2025-06-01-preview&query=dis&coordinates=-117.920219,33.809570&subscription-key={Your-Azure-Maps-Subscription-key}
325+
https://atlas.microsoft.com/geocode:autocomplete?api-version=2026-01-01&query=dis&coordinates=-117.920219,33.809570&subscription-key={Your-Azure-Maps-Subscription-key}
326326
```
327327
328328
1. Select the run button, then review the response body.
@@ -341,7 +341,7 @@ The examples in this section demonstrate the difference between searching for a
341341
1. When no values are provided for the `resultTypeGroups` parameter, queries can return both place and address values. If your only interested in searching for addresses, include `resultTypeGroups=address` in your request:
342342
343343
```http
344-
https://atlas.microsoft.com/geocode:autocomplete?api-version=2025-06-01-preview&query=dis&coordinates=-117.920219,33.809570&resultTypeGroups=address&subscription-key={Your-Azure-Maps-Subscription-key}
344+
https://atlas.microsoft.com/geocode:autocomplete?api-version=2026-01-01&query=dis&coordinates=-117.920219,33.809570&resultTypeGroups=address&subscription-key={Your-Azure-Maps-Subscription-key}
345345
```
346346
347347
Notice that the response contains *address* values that include:
@@ -371,15 +371,15 @@ This example demonstrates making reverse searches using a few of the optional pa
371371
1. Select the **GET** HTTP method in the **URL** drop-down list, then enter the following URL:
372372
373373
```http
374-
https://atlas.microsoft.com/reverseGeocode?api-version=2025-01-01&subscription-key={Your-Azure-Maps-Subscription-key}&coordinates=-122.332700,47.591180
374+
https://atlas.microsoft.com/reverseGeocode?api-version=2026-01-01&subscription-key={Your-Azure-Maps-Subscription-key}&coordinates=-122.332700,47.591180
375375
```
376376
377377
1. Select the run button, and review the response body. You should see one query result. The response includes key address information about T-Mobile Park.
378378
379379
1. Next, add the following parameter to the request: `resultTypes=Postcode1`
380380
381381
```http
382-
https://atlas.microsoft.com/reverseGeocode?api-version=2025-01-01&subscription-key={Your-Azure-Maps-Subscription-key}&coordinates=-122.332700,47.591180&resultTypes=Postcode1
382+
https://atlas.microsoft.com/reverseGeocode?api-version=2026-01-01&subscription-key={Your-Azure-Maps-Subscription-key}&coordinates=-122.332700,47.591180&resultTypes=Postcode1
383383
```
384384
385385
1. Select the run button, and compare the results to the results returned previously. Because the requested result type is now `Postcode1`, the response doesn't include street address information, just the zip code.
@@ -395,7 +395,7 @@ This example demonstrates how to search for a cross street based on the coordina
395395
1. Select the **GET** HTTP method in the **URL** drop-down list, then enter the following URL:
396396
397397
```http
398-
https://atlas.microsoft.com/reverseGeocode?api-version=2025-01-01&coordinates=-122.12429011774091,47.61697905124655&subscription-key={Your-Azure-Maps-Subscription-key}
398+
https://atlas.microsoft.com/reverseGeocode?api-version=2026-01-01&coordinates=-122.12429011774091,47.61697905124655&subscription-key={Your-Azure-Maps-Subscription-key}
399399
```
400400
401401
1. Select the run button, and review the response body.

0 commit comments

Comments
 (0)