BingMap

Content Type: Widget
Categories: User Interface

Overview

This widget is for implementing Bing Map to the Mendix applications. The main features are - Microflow, XPATH support - Boolean attribute based marker images - Enum value based marker images - More info that will be displayed in the marker info bubble - Custom button on info window

Documentation

Demo url

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.

Releases

Version: 1.1.0
Framework Version: 7.1.0
Release Notes: Added info-window when mouse-over on marker. This will work if you set 'Yes' for disable info-window on click option.
Version: 1.0.0
Framework Version: 7.1.0
Release Notes: V1.0.0 ======= Initial release of Bing Map widget