Skip to content

Commit 16dbe8a

Browse files
authored
Update tutorial-search-location.md
Fix minor formatting issues
1 parent cbd5287 commit 16dbe8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ This section shows how to use the Maps [Search API](/rest/api/maps/search) to fi
200200

201201
![A screen shot showing the map resulting from the search, which is a map showing Seattle with round-blue pins at locations of gas stations.](./media/tutorial-search-location/pins-map.png)
202202

203-
4. You can see the raw data that the map is rendering by entering the following HTTPRequest in your browser. Replace \<Your Azure Maps Key\> with your primary key.
203+
4. You can see the raw data that the map is rendering by entering the following HTTPRequest in your browser. Replace `<Your Azure Maps Key>` with your primary key.
204204

205205
```http
206206
https://atlas.microsoft.com/search/poi/json?api-version=1.0&query=gasoline%20station&subscription-key={Your-Azure-Maps-Subscription-key}&lat=47.6292&lon=-122.2337&radius=100000
@@ -222,7 +222,7 @@ The map that we've made so far only looks at the longitude/latitude data for the
222222
map.events.add('mouseover', resultLayer, showPopup);
223223
```
224224

225-
The API `*atlas.Popup` provides an information window anchored at the required position on the map.
225+
The API `atlas.Popup` provides an information window anchored at the required position on the map.
226226

227227
2. Add the following lines of code in the map `ready` event handler after the code to create an instance of a Popup and add a mouseover event to the symbol layer. This code shows a popup window with the results when you mouse over a point of interest.
228228

0 commit comments

Comments
 (0)