BingMap
Overview
Documentation
BingMap widget is a map widget. The map provider is - Microsoft Bing Map.
Settings and features are same as Google Map Marker widget
Features are:
- Microflow and XPATH support (For data source)
- Boolean and Enum based marker images
- More info that will be displayed in the marker info bubble
- Custom button on the info window
Additional Configuration
The attribute that will be displayed in the marker info bubble. This attribute should contain string with structure - "title|key:value|key:value ...."
Configuration
Settings are added in four tabs:
- Behavior:
You should provide Map API Key here. To know how to create API key, please visit this URL - https://www.bingmapsportal.com/
- Datasource:
Data to show markers in your Bing Map. You can use either XPATH or Microflow to fetch data.
- Appearance:
Here you can set marker images. Conditionally you can change markers by using of Enum or Boolean attribute.
- Interaction
On Click Microflow: the microflow to trigger when clicking on a marker.
Disable infowindow on click: when set to true, the on click microflow will directly be triggered when clicking on the marker. If set to false an infowindow will be shown, in which a button is available to trigger the on click microflow.
Show Button on infoWindow: When set to true then one button will be visible on the infowindow that will triger the microflow.