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: content/arduino-cloud/06.features/12.advanced-map/content.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: Benjamin Dannegård
5
5
tags: [Arduino Cloud, Map, GPS, Location]
6
6
---
7
7
8
-
The **advanced map widget** is used to track the location of a cloud Thing and draw a path between the different logged points. You can track the data in both real time, select from a specific time period while selecting the variables you want to display.
8
+
The **advanced map widget** is used to track the location of a cloud Thing and draw a path between the different logged points. You can track GPS locations in real time or chose a specific time frame for location tracking. The look of the tracks between points and map pin can also be customized.
9
9
10
10

11
11
@@ -25,7 +25,7 @@ This widget can be added onto existing projects (if you are already tracking loc
25
25
26
26
## Setup & Configuration
27
27
28
-
To use the advanced map widget, you will need to set up a Thing and a variable that you want to track. This needs to be a `location` type variable.
28
+
To use the advanced map widget, you will need to set up a Thing and a variable that you want to track. This needs to be a `Location` type variable, it will be declared as a `CloudLocation` variable.
29
29
30
30
***If you are unfamiliar with how to set up a Thing and variables, head on over to the [Getting Started with the Arduino Cloud](/arduino-cloud/guides/overview) article.***
0 commit comments