Skip to content

Commit 4e9b355

Browse files
author
farah-alyasari
committed
fix
1 parent 746e770 commit 4e9b355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-maps/migrate-from-google-maps-web-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Geocoding is the process of converting an address (like "1 Microsoft way, Redmon
4848
Azure Maps provides several methods for geocoding addresses:
4949

5050
- [**Free-form address geocoding**](https://docs.microsoft.com/rest/api/maps/search/getsearchaddress): Specify a single address string (like "1 Microsoft way, Redmond, WA") and process the request immediately. This is recommended if you need to geocode individual addresses quickly.
51-
- [**Structured address geocoding**](https://docs.microsoft.com/rest/api/maps/search/getsearchaddressstructured): Specify the parts of a single address. For example, specify the street name, city, country, and postal code. Then, process the request immediately. This method is recommended if the data is already parsed into individual address parts. And, you need to you need to geocode individual addresses quickly.
51+
- [**Structured address geocoding**](https://docs.microsoft.com/rest/api/maps/search/getsearchaddressstructured): Specify the parts of a single address. For example, specify the street name, city, country, and postal code. Then, process the request immediately. This method is recommended if the data is already parsed into individual address parts, and you need to geocode individual addresses quickly.
5252
- [**Batch address geocoding**](https://docs.microsoft.com/rest/api/maps/search/postsearchaddressbatchpreview): Create a request containing up to 10,000 addresses and have them processed over a period of time. All the addresses will be geocoded in parallel on the server and when completed the full result set can be downloaded. This method is recommended for geocoding large data sets.
5353
- [**Fuzzy search**](https://docs.microsoft.com/rest/api/maps/search/getsearchfuzzy): This API combines address geocoding with point of interest search. This API takes in a free-form string. For example, an address, a place, a landmark, a point of interest, or a point of interest category. This API can process the request near real time. Also, this API is recommended for applications where users search for addresses or points of interest from the same textbox.
5454
- [**Fuzzy batch search**](https://docs.microsoft.com/rest/api/maps/search/postsearchfuzzybatchpreview): Create a request containing up to 10,000 addresses, places, landmarks, or point of interests and have them processed over a period of time. All the data will be processed in parallel on the server and when completed the full result set can be downloaded.

0 commit comments

Comments
 (0)