You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-maps/tutorial-search-location.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -200,7 +200,7 @@ This section shows how to use the Maps [Search API](/rest/api/maps/search) to fi
200
200
201
201

202
202
203
-
4. You can see the raw data that the map is rendering by entering the following HTTPRequest in your browser. Replace \<YourAzureMapsKey\> 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 `<YourAzureMapsKey>` with your primary key.
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.
226
226
227
227
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 windowwith the results when you mouse over a point of interest.
0 commit comments