Skip to content

Commit 16a568f

Browse files
author
Muhammad Sehgal (Aquent LLC)
committed
Minor fix
1 parent bbc16b7 commit 16a568f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ Most Search queries default to `maxFuzzyLevel=1` to gain performance and reduce
134134
135135
## Search for a street address using Reverse Address Search
136136
137-
Azure Maps [Get Search Address Reverse API]( https://docs.microsoft.com/en-us/rest/api/maps/search/getsearchaddressreverse) helps to translate a coordinate (example: 37.786505, -122.3862) into a human understandable street address. Most often this is needed in tracking applications where you receive a GPS feed from the device or asset and wish to know what address where the coordinate is located.
138-
If you have a set of coordinate locations to reverse geocode, you can use [Post Search Address Reverse Batch API](https://docs.microsoft.com/en-us/rest/api/maps/search/postsearchaddressreversebatch) to send a batch of queries in a single API call.
137+
Azure Maps [Get Search Address Reverse API]( https://docs.microsoft.com/rest/api/maps/search/getsearchaddressreverse) helps to translate a coordinate (example: 37.786505, -122.3862) into a human understandable street address. Most often this is needed in tracking applications where you receive a GPS feed from the device or asset and wish to know what address where the coordinate is located.
138+
If you have a set of coordinate locations to reverse geocode, you can use [Post Search Address Reverse Batch API](https://docs.microsoft.com/rest/api/maps/search/postsearchaddressreversebatch) to send a batch of queries in a single API call.
139139
140140
141141
1. In Postman, click **New Request** | **GET request** and name it **Reverse Address Search**.

0 commit comments

Comments
 (0)