Skip to content

Commit 73184a1

Browse files
committed
Updated the tutorial.
1 parent 60b15fd commit 73184a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-maps/tutorial-ev-routing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ To run the code in Jupyter Notebook, install packages at the project level by fo
8383
1. Under **Environment Setup Steps**, do the following:
8484
a. In the first drop-down list, select **Requirements.txt**.
8585
b. In the second drop-down list, select your *requirements.txt* file.
86-
c. In the third drop-down list, select the version of Python. Note that version 3.11 was used when creating this tutorial.
86+
c. In the third drop-down list, select the version of Python. Version 3.11 was used when creating this tutorial.
8787
1. Select **Save**.
8888

8989
![Install packages](./media/tutorial-ev-routing/install-packages.png)
@@ -237,7 +237,7 @@ closestChargeLoc = ",".join(str(i) for i in minDistLoc)
237237

238238
## Calculate the route to the closest charging station
239239

240-
Once you've located the nearest charging station, use the [Get Route Directions] API to obtain detailed directions from the EV's current location. Run the script in the next cell to generate and parse a GeoJSON object representing the route.
240+
After locating the nearest charging station, use the [Get Route Directions] API to obtain detailed directions from the vehicles current location. Run the script in the next cell to generate and parse a GeoJSON object representing the route.
241241

242242
```python
243243
# Get the route from the electric vehicle's current location to the closest charging station.

0 commit comments

Comments
 (0)