Skip to content

Commit fb308d8

Browse files
Updated image and text
1 parent ed72f21 commit fb308d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/arduino-cloud/03.cloud-interface/03.dashboard-widgets/dashboard-widgets.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -340,9 +340,9 @@ locationVariable = Location(51.5074, 0.1278);
340340

341341
![Advanced Map Widget](assets/widget-advanced-map.png)
342342

343-
The advanced map widget allows you to track the location of your cloud project. Using GPS with your project allows the advanced map widget to track where the linked thing has been. The widget allows you to see the live location of the thing, you can also specify the time frame for the location tracking.
343+
The advanced map widget allows you to track the location of your cloud-connected device. Using GPS within your project allows the advanced map widget to track where the linked thing has been. This widget not only shows the live location of your device but also lets you specify a time frame to view its location history and the track it produced.
344344

345-
Can be linked with the **Location** variable. When the location updates the new location will be added to the advanced map widget and a path between the locations will be marked. The path and icon on the map can be customized in the widget settings.
345+
It can be linked with the **Location** variable. When the location updates the new location will be added to the advanced map widget and a path between the locations will be marked. The path and icon on the map can be customized in the widget settings.
346346

347347
An example of how it is used in a sketch:
348348

0 commit comments

Comments
 (0)