Skip to content

Commit f2d08c2

Browse files
authored
Merge pull request #107498 from farah-alyasari/newguide
Newguide
2 parents 2b463ef + cdbb605 commit f2d08c2

19 files changed

+359
-14
lines changed

articles/azure-maps/about-azure-maps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: azure-maps
99
services: azure-maps
1010
manager: timlt
1111
ms.custom: mvc
12-
#Customer intent: As an Azure enterprise customer, I want to know what capabilities Azure Maps has so that I can take advantage of mapping in my applications.
12+
#Customer intent: As an Azure enterprise customer, I want to know what capabilities Azure Maps has, so that I can take advantage of mapping in my applications.
1313
---
1414

1515
# What is Azure Maps?

articles/azure-maps/how-to-use-best-practices-for-routing.md

Lines changed: 337 additions & 0 deletions
Large diffs are not rendered by default.

articles/azure-maps/how-to-use-best-practices-for-search.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
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.
44
author: farah-alyasari
55
ms.author: v-faalya
66
ms.date: 01/23/2020
@@ -64,12 +64,12 @@ We recommend that you use the Azure Maps [Search Fuzzy API](https://docs.microso
6464

6565
* 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:
6666

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.
7373

7474

7575
#### Usage examples
@@ -485,7 +485,6 @@ In a request, you can submit a comma-separated list of brand names. Use the list
485485

486486
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.
487487

488-
489488
#### Sample query
490489

491490
```HTTP
@@ -963,5 +962,10 @@ Responses for the [Search Address](https://docs.microsoft.com/rest/api/maps/sear
963962

964963
## Next steps
965964

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)

articles/azure-maps/index.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,10 @@ landingContent:
131131
links:
132132
- text: Search for an address (geocoding)
133133
url: how-to-search-for-address.md
134-
- text: Best practices for search
134+
- text: Best Practices using Search Service
135135
url: how-to-use-best-practices-for-search.md
136+
- text: Best Practices using Rout Service
137+
url: how-to-use-best-practices-for-routing.md
136138
- text: Render custom data on static map
137139
url: how-to-render-custom-data.md
138140
- linkListType: reference
129 KB
Loading
10.1 KB
Loading
48.6 KB
Loading
11.2 KB
Loading
67.7 KB
Loading
10.8 KB
Loading

0 commit comments

Comments
 (0)