Tour Map widget
A tour will be displayed based on latitude and longitude, which describe one point in the coordinate system of the world. Only many points and the connection between them describe a tour. This data is used as Bosch IoT Insights gets it, so it is recommended to add an ascending sorting through the time in the associated template.
Content:
Dashboard settings
The options in Dashboard settings (see also Widget types) are the same as for the most widgets.
General Settings
The General Settings include a field for setting a refresh interval in seconds. It does not make sense to use this field in any case. It depends on how often you get new data and how much data you have to load.
Example: You are getting data out of a package of 20 seconds. So the maximum would be a refresh interval of 30 seconds, respecting that the decoding needs also its time.
For a dynamic title, you can add placeholders with the ${...} notation. Possible placeholder sources are filterParams (if a filter widget exists on the dashboard, e.g. ${filterParams.paramName}) or data from the data source (if source is specified, e.g. ${[0].payload.value}), insights (user context), dashboardName or widgetId.
Data Source
Data Source is also part of the description you can find in Widget types. In case you are using the data out of a Playback widget, your choice as data source will be Playback: All Frames.
Aggregation
This option is shown when you have chosen more than one data source and is described in Widget types.
Tour map settings
In the Tour map settings you have the following options:
Latitude - Path to "latitude" as a single numeric value
Longitude - Path to "longitude" as a single numeric value
Tour-End-Event - Optional information that has to be a boolean value ("true" or "false"), which reacts on "true".
For example you have a signal called "Machine switched on/off", you would use the case "Machine switched on" as "false" and "Machine switched off" and "true". The "Tour-End-Event" will be "Machine switched off". The next tour starts rights after the first, but will be shown in another color.
Map height - Height of the map
Support playback cursor - Only important if you are using a Playback widget widget.
A cursor will be displayed on the map and you can show the coordinate to a timestamp. In combination with other playable widgets (e.g. Illustration widget widget) you can show or investigate the combination of device related information and a coordinate.