|
1 | 1 | ---
|
2 |
| -title: Search efficiently by using Azure Maps Search Service | Microsoft Azure Maps |
3 |
| -description: Learn how to apply best practices for Search Service by using Microsoft Azure Maps. |
| 2 | +title: Best practices for Azure Maps Search Service | Microsoft Azure Maps |
| 3 | +description: Learn how to apply the best practices when using the Search Service from Microsoft Azure Maps. |
4 | 4 | author: farah-alyasari
|
5 | 5 | ms.author: v-faalya
|
6 | 6 | ms.date: 01/23/2020
|
@@ -64,12 +64,12 @@ We recommend that you use the Azure Maps [Search Fuzzy API](https://docs.microso
|
64 | 64 |
|
65 | 65 | * Use the `idxSet` parameter to prioritize the exact set of result types. To prioritize an exact set of results, you can submit a comma-separated list of indexes. In your list, the item order doesn't matter. Azure Maps supports the following indexes:
|
66 | 66 |
|
67 |
| - * `Addr` - **Address ranges**: Address points that are interpolated from the beginning and end of the street. These points are represented as address ranges. |
68 |
| - * `Geo` - **Geographies**: Administrative divisions of land. A geography can be a country, state, or city, for example. |
69 |
| - * `PAD` - **Point addresses**: Addresses that include a street name and number. Point addresses can be found in an index. An example is *Soquel Dr 2501*. A point address provides the highest level of accuracy available for addresses. |
70 |
| - * `POI` - **Points of interest**: Points on a map that are considered to be worth attention or that might be interesting. The [Search Address API](https://docs.microsoft.com/rest/api/maps/search/getsearchaddress) doesn't return POIs. |
71 |
| - * `Str` - **Streets**: Streets on the map. |
72 |
| - * `XStr` - **Cross streets or intersections**: Junctions or places where two streets intersect. |
| 67 | +* `Addr` - **Address ranges**: Address points that are interpolated from the beginning and end of the street. These points are represented as address ranges. |
| 68 | +* `Geo` - **Geographies**: Administrative divisions of land. A geography can be a country, state, or city, for example. |
| 69 | +* `PAD` - **Point addresses**: Addresses that include a street name and number. Point addresses can be found in an index. An example is *Soquel Dr 2501*. A point address provides the highest level of accuracy available for addresses. |
| 70 | +* `POI` - **Points of interest**: Points on a map that are considered to be worth attention or that might be interesting. The [Search Address API](https://docs.microsoft.com/rest/api/maps/search/getsearchaddress) doesn't return POIs. |
| 71 | +* `Str` - **Streets**: Streets on the map. |
| 72 | +* `XStr` - **Cross streets or intersections**: Junctions or places where two streets intersect. |
73 | 73 |
|
74 | 74 |
|
75 | 75 | #### Usage examples
|
@@ -485,7 +485,6 @@ In a request, you can submit a comma-separated list of brand names. Use the list
|
485 | 485 |
|
486 | 486 | To explore brand searching, let's make a [POI category search](https://docs.microsoft.com/rest/api/maps/search/getsearchpoicategory) request. In the following example, we look for gas stations near the Microsoft campus in Redmond, Washington. The response shows brand information for each POI that was returned.
|
487 | 487 |
|
488 |
| - |
489 | 488 | #### Sample query
|
490 | 489 |
|
491 | 490 | ```HTTP
|
@@ -963,5 +962,10 @@ Responses for the [Search Address](https://docs.microsoft.com/rest/api/maps/sear
|
963 | 962 |
|
964 | 963 | ## Next steps
|
965 | 964 |
|
966 |
| -* Learn [how to build Azure Maps Search Service requests](https://docs.microsoft.com/azure/azure-maps/how-to-search-for-address). |
967 |
| -* Explore the Azure Maps [Search Service API documentation](https://docs.microsoft.com/rest/api/maps/search). |
| 965 | +To learn more, please see : |
| 966 | + |
| 967 | +> [!div class="nextstepaction"] |
| 968 | +> [How to build Azure Maps Search Service requests](https://docs.microsoft.com/azure/azure-maps/how-to-search-for-address) |
| 969 | +
|
| 970 | +> [!div class="nextstepaction"] |
| 971 | +> [Search Service API documentation](https://docs.microsoft.com/rest/api/maps/search) |
0 commit comments