Skip to content

Commit 12dca53

Browse files
author
Muhammad Sehgal (Aquent LLC)
committed
Updates to the get route and get address from co-ordinates how-to guides in Azure maps.
1 parent 05a3e71 commit 12dca53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-maps/map-route.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In the code above, the first block of code constructs a map object. You can see
2424

2525
The line in the second block of code instantiates a service client.
2626

27-
The third code block initializes the [Line String Layer](https://docs.microsoft.com/javascript/api/azure-maps-control/atlas.map?view=azure-iot-typescript-latest#addlinestrings) on the map.
27+
The third code block initializes the [line String Layer](https://docs.microsoft.com/javascript/api/azure-maps-control/atlas.map?view=azure-iot-typescript-latest#addlinestrings) on the map.
2828

2929
The fourth block of code creates and adds pins on the map to represent the start and end point of the route. You can see [add a pin on the map](map-add-pin.md) for instructions.
3030

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Show search results with Azure Maps | Microsoft Docs
33
description: How to perform a search request with Azure Maps then display the results on a Javascript map
44
author: jingjing-z
55
ms.author: jinzh
6-
ms.date: 08/26/2018
6+
ms.date: 08/31/2018
77
ms.topic: conceptual
88
ms.service: azure-maps
99
services: azure-maps

0 commit comments

Comments
 (0)