Skip to content

Commit e65d0b6

Browse files
Updated after feedback
1 parent 62a7107 commit e65d0b6

File tree

1 file changed

+2
-2
lines changed
  • content/arduino-cloud/06.features/12.advanced-map

1 file changed

+2
-2
lines changed

content/arduino-cloud/06.features/12.advanced-map/content.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: Benjamin Dannegård
55
tags: [Arduino Cloud, Map, GPS, Location]
66
---
77

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.
99

1010
![The advanced map widget.](assets/world-map.gif)
1111

@@ -25,7 +25,7 @@ This widget can be added onto existing projects (if you are already tracking loc
2525

2626
## Setup & Configuration
2727

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.
2929

3030
***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.***
3131

0 commit comments

Comments
 (0)