Skip to content

Commit fe361fd

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs
Updated line number: 210 From gas station. Including To gas station, including
1 parent c07f12d commit fe361fd

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)