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/how-to-search-for-address.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -215,7 +215,7 @@ The example in this section uses [Get Geocoding] to convert an address into lati
215
215
1. Select the **GET** HTTP method in the **URL** drop-down list, then enter the following URL:
216
216
217
217
```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
219
219
```
220
220
221
221
1. Select the **Create** button.
@@ -248,7 +248,7 @@ This example demonstrates how to use the Get Geocode Autocomplete API to search
248
248
1. Select the **GET** HTTP method in the **URL** drop-down list, then enter the following URL:
249
249
250
250
```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}
252
252
```
253
253
254
254
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
271
271
1. Select the **GET** HTTP method in the **URL** drop-down list, then enter the following URL:
272
272
273
273
```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}
275
275
```
276
276
277
277
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
294
294
1. Select the **GET** HTTP method in the **URL** drop-down list, then enter the following URL:
295
295
296
296
```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}
298
298
```
299
299
300
300
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
322
322
1. Select the **GET** HTTP method in the **URL** drop-down list, then enter the following URL:
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
341
341
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:
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.
378
378
379
379
1. Next, add the following parameter to the request: `resultTypes=Postcode1`
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
395
395
1. Select the **GET** HTTP method in the **URL** drop-down list, then enter the following URL:
0 commit comments