Skip to content

Commit b8f2521

Browse files
authored
Merge pull request #127428 from MicrosoftDocs/RNareddy-MSFT-patch-1
(AzureCXP) fixes MicrosoftDocs/azure-docs
2 parents 4ac2987 + fe361fd commit b8f2521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ At this point, the MapSearch page can display the locations of points of interes
207207

208208
## Add interactive data
209209

210-
The map so far only looks at the longitude/latitude data for the search results. However, the raw JSON that the Maps Search service returns contains additional information about each gas station. Including the name and street address. You can incorporate that data into the map with interactive popup boxes.
210+
The map so far only looks at the longitude/latitude data for the search results. However, the raw JSON that the Maps Search service returns contains additional information about each gas station, including the name and street address. You can incorporate that data into the map with interactive popup boxes.
211211

212212
1. Add the following lines of code in the map `ready` event handler after the code to query the fuzzy search service. This code creates an instance of a Popup and adds a mouseover event to the symbol layer.
213213

0 commit comments

Comments
 (0)