Skip to content

Commit a189cba

Browse files
author
Muhammad Sehgal (Aquent LLC)
committed
Sync updates to Azure maps tutorials
1 parent 2f3304a commit a189cba

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

articles/azure-maps/tutorial-create-store-locator.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -938,3 +938,13 @@ In this tutorial, you learn how to create a basic store locator by using Azure M
938938
* Add support to specify an initial search value by using a query string. When you include this option in your store locator, users can bookmark and share searches. It also provides an easy method for you to pass searches to this page from another page.
939939
* Deploy your store locator as an [Azure App Service Web App](https://docs.microsoft.com/azure/app-service/app-service-web-get-started-html).
940940
* Store your data in a database and search for nearby locations. To learn more, see the [SQL Server spatial data types overview](https://docs.microsoft.com/sql/relational-databases/spatial/spatial-data-types-overview?view=sql-server-2017) and [Query spatial data for the nearest neighbor](https://docs.microsoft.com/sql/relational-databases/spatial/query-spatial-data-for-nearest-neighbor?view=sql-server-2017).
941+
942+
To learn more about the coverage and capabilities of Azure Maps:
943+
944+
> [!div class="nextstepaction"]
945+
> [Zoom levels and tile grid](zoom-levels-and-tile-grid.md)
946+
947+
To see more code examples and an interactive coding experience:
948+
949+
> [!div class="nextstepaction"]
950+
> [How to use the map control](how-to-use-map-control.md)

articles/azure-maps/tutorial-prioritized-routes.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Multiple routes with Azure Maps | Microsoft Docs
33
description: Find routes for different modes of travel using Azure Maps
44
author: walsehgal
55
ms.author: v-musehg
6-
ms.date: 10/29/2018
6+
ms.date: 11/14/2018
77
ms.topic: tutorial
88
ms.service: azure-maps
99
services: azure-maps
@@ -286,12 +286,7 @@ You can access the code sample for this tutorial here:
286286

287287
[See the sample live here](https://azuremapscodesamples.azurewebsites.net/?sample=Multiple%20routes%20by%20mode%20of%20travel)
288288

289-
To learn more about the coverage and capabilities of Azure Maps:
289+
The next tutorial demonstrates the process of creating a simple store locator by using Azure Maps.
290290

291291
> [!div class="nextstepaction"]
292-
> [Zoom levels and tile grid](zoom-levels-and-tile-grid.md)
293-
294-
To see more code examples and an interactive coding experience:
295-
296-
> [!div class="nextstepaction"]
297-
> [How to use the map control](how-to-use-map-control.md)
292+
> [Create a store locator using Azure Maps](./tutorial-create-store-locator.md)

articles/azure-maps/tutorial-route-location.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Find route with Azure Maps | Microsoft Docs
33
description: Route to a point of interest using Azure Maps
44
author: walsehgal
55
ms.author: v-musehg
6-
ms.date: 10/22/2018
6+
ms.date: 11/14/2018
77
ms.topic: tutorial
88
ms.service: azure-maps
99
services: azure-maps

0 commit comments

Comments
 (0)