Apama 10.7.2 | Building and Using Apama Dashboards | Dashboard Property Reference for Graphs, Tables and Trends | Graph Objects | Google map | Map graph: Interaction group
 
Map graph: Interaction group
The properties in this group specify interactions in the map object. This group contains the following properties:
* command
* commandCloseWindowOnSuccess
* commandConfirm
* commandConfirmText
* drillDownColumnSubs
* drillDownSelectMode
* drillDownTarget
command
Use the command property to invoke behavior when the user clicks on the map, a marker, or a link.
commandCloseWindowOnSuccess
If selected, the window that initiates a system command will automatically close when the system command is executed successfully. This property only applies to system commands. With data source commands, the window is closed whether or not the command is executed successfully.
For multiple commands, this property is applied to each command individually. Therefore if the first command in the multiple command sequence succeeds, the window closes before the rest of the commands are executed.
Note:
The commandCloseWindowOnSuccess property is not supported in display server.
commandConfirm
If selected, the command confirmation dialog is enabled. Use the commandConfirmText property to write your own text for the confirmation dialog, otherwise the text from command property will be used.
For multiple commands, if you confirm the execution then all individual commands will be executed in sequence with no further confirmation. If the you cancel the execution, none of the commands in the sequence are executed.
commandConfirmText
Enter command confirmation text directly in the Property Value field. If commandConfirmText is not specified, then the text from command property will be used.
drillDownColumnSubs
The drillDownColumnSubs property is treated the same as for other table-driven objects. If a marker is clicked, the drillDownColumnSubs are set using values from the valueTable row that corresponds to that marker. If a link is clicked, the drillDownColumnSubs are set using values from the valueTableForLinks row that corresponds to that link. In addition, the following predefined substitutions are also set when a drilldown is executed:
*$mapSelLat: The latitude of the map location or marker clicked.
*$mapSelLng: The longitude of the map location or marker clicked.
*$mapLat: The latitude of the map's current center location.
*$mapLng: The longitude of the map's current center location.
*$mapZoom: The current zoom level of the map, a value between 0 and 21.
drillDownSelectMode
Control how a drill down display is activated. Select one of the following options:
*Anywhere: A click anywhere on the map triggers the object's command or drilldown.
*Markers: Only a click on a marker triggers the command or drilldown.
*Links: Only a click on a link triggers the command or drilldown.
*Markers & Links: Only a click on a marker or a link triggers the command or drilldown. (This is the default setting)
drillDownTarget
To specify a drill down display, double click on drillDownTarget in the Property Name field to bring up the Drill Down Properties dialog. See Drill-Down Specification.