From db64c67221f73272bb4ee6e7b9acd8bedb9f2167 Mon Sep 17 00:00:00 2001 From: BenjaminDannegard Date: Fri, 12 Sep 2025 09:26:36 +0200 Subject: [PATCH] Outline --- .../03.dashboard-widgets/dashboard-widgets.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/arduino-cloud/03.cloud-interface/03.dashboard-widgets/dashboard-widgets.md b/content/arduino-cloud/03.cloud-interface/03.dashboard-widgets/dashboard-widgets.md index 95626e0352..5a71d02dc2 100644 --- a/content/arduino-cloud/03.cloud-interface/03.dashboard-widgets/dashboard-widgets.md +++ b/content/arduino-cloud/03.cloud-interface/03.dashboard-widgets/dashboard-widgets.md @@ -359,6 +359,16 @@ An example of how it is used in a sketch: locationVariable = Location(51.5074, 0.1278); ``` +### Image Map + +![Image Map Widget]() + +Place markers on a map of your space – house, warehouse, plant, etc. – to see real-time data from your devices: monitor your environment at a glance! + +Int, Float, String, Bool and all Specialized types based on them. + + + ### Chart ![Chart Widget](assets/widget-chart.png)