Skip to content

Commit d35be47

Browse files
committed
Add links to best practices
1 parent bf61838 commit d35be47

File tree

4 files changed

+22
-5
lines changed

4 files changed

+22
-5
lines changed

articles/azure-maps/map-get-information-from-coordinate.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ The change of cursor, the popup object, and the click event are all created in t
5151

5252
## Next steps
5353

54+
> [!div class="nextstepaction"]
55+
> [Best practices for using the search service](how-to-use-best-practices-for-search.md)
56+
5457
Learn more about the classes and methods used in this article:
5558

5659
> [!div class="nextstepaction"]

articles/azure-maps/map-route.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ The route query, data source, symbol, line layers, and camera bounds are created
6363

6464
## Next steps
6565

66+
> [!div class="nextstepaction"]
67+
> [Best practices for using the routing service](how-to-use-best-practices-for-search.md)
68+
6669
Learn more about the classes and methods used in this article:
6770

6871
> [!div class="nextstepaction"]

articles/azure-maps/map-search-location.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ The search request, the data source, symbol layer, and the camera bounds are set
5454

5555
## Next steps
5656

57+
> [!div class="nextstepaction"]
58+
> [Best practices for using the search service](how-to-use-best-practices-for-search.md)
59+
5760
Learn more about **Fuzzy Search**:
5861

5962
> [!div class="nextstepaction"]
@@ -67,7 +70,7 @@ Learn more about the classes and methods used in this article:
6770
See the following articles for full code examples:
6871

6972
> [!div class="nextstepaction"]
70-
> [Get information from a coordinate](./map-get-information-from-coordinate.md)
73+
> [Get information from a coordinate](map-get-information-from-coordinate.md)
7174
<!-- Comment added to suppress false positive warning -->
7275
> [!div class="nextstepaction"]
73-
> [Show directions from A to B](./map-route.md)
76+
> [Show directions from A to B](map-route.md)

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

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The following table cross-references the Google Maps API parameters with the com
7070
An example of how to use the search service is documented [here](how-to-search-for-address.md). Be sure to review [best practices for search](how-to-use-best-practices-for-search.md).
7171

7272
> [!TIP]
73-
> The free-form address geocoding and fuzzy search APIs can be used in autocomplete mode by adding `&amp;typeahead=true` to the request URL. This will tell the server that the input text is likely partial, and the search will go into predictive mode.
73+
> The free-form address geocoding and fuzzy search APIs can be used in autocomplete mode by adding `&typeahead=true` to the request URL. This will tell the server that the input text is likely partial, and the search will go into predictive mode.
7474
7575
## Reverse geocode a coordinate
7676

@@ -121,7 +121,7 @@ Azure Maps provides several search APIs for points of interest:
121121
Currently Azure Maps doesn't have a comparable API to the Text Search API in Google Maps.
122122

123123
> [!TIP]
124-
> The POI search, POI category search, and fuzzy search APIs can be used in autocomplete mode by adding `&amp;typeahead=true` to the request URL. This will tell the server that the input text is likely partial.The API will conduct the search in predictive mode.
124+
> The POI search, POI category search, and fuzzy search APIs can be used in autocomplete mode by adding `&typeahead=true` to the request URL. This will tell the server that the input text is likely partial.The API will conduct the search in predictive mode.
125125
126126
Review the [best practices for search](how-to-use-best-practices-for-search.md) documentation.
127127

@@ -217,6 +217,8 @@ Azure Maps routing API has additional features, that aren't available in Google
217217

218218
In addition to this, the route service in Azure Maps supports [calculating routable ranges](https://docs.microsoft.com/rest/api/maps/route/getrouterange). Calculating routable ranges is also known as isochrones. It entails generating a polygon covering an area that can be traveled to in any direction from an origin point. All under a specified amount of time or amount of fuel or charge.
219219

220+
Review the [best practices for routing](how-to-use-best-practices-for-routing.md) documentation.
221+
220222
## Retrieve a map image
221223

222224
Azure Maps provides an API for rendering the static map images with data overlaid. The [Map image render](https://docs.microsoft.com/rest/api/maps/render/getmapimagerytile) API in Azure Maps is comparable to the static map API in Google Maps.
@@ -434,6 +436,8 @@ This table cross-references the Google Maps API parameters with the comparable A
434436
> [!TIP]
435437
> All the advanced routing options available in the Azure Maps routing API are supported in the Azure Maps distance matrix API. Advanced routing options include: truck routing, engine specifications, and so on.
436438
439+
Review the [best practices for routing](how-to-use-best-practices-for-routing.md) documentation.
440+
437441
## Get a time zone
438442

439443
Azure Maps provides an API for retrieving the time zone of a coordinate. The Azure Maps time zone API is comparable to the time zone API in Google Maps:
@@ -473,6 +477,7 @@ The following are additional documentation and resources for the Azure Maps REST
473477

474478
- [Best practices for search](how-to-use-best-practices-for-search.md)
475479
- [Search for an address](how-to-search-for-address.md)
480+
- [Best practices for routing](how-to-use-best-practices-for-routing.md)
476481
- [Azure Maps REST Service API reference documentation](https://docs.microsoft.com/rest/api/maps/)
477482

478483
## Next steps
@@ -483,7 +488,10 @@ Learn more about the Azure Maps REST services.
483488
> [Best practices for using the search service](how-to-use-best-practices-for-search.md)
484489
485490
> [!div class="nextstepaction"]
486-
> [How to use the services module (Web SDK)](how-to-use-services-module.md)
491+
> [Best practices for using the routing service](how-to-use-best-practices-for-search.md)
492+
493+
> [!div class="nextstepaction"]
494+
> [How to use the services module (Web SDK)](how-to-use-best-practices-for-routing.md)
487495
488496
> [!div class="nextstepaction"]
489497
> [Code samples](https://docs.microsoft.com/samples/browse/?products=azure-maps)

0 commit comments

Comments
 (0)