Bing Map

Description:

Bing Map

Bing Map is a component that provides detailed information about geographical regions and sites around the world.

Allowed Parent Components:

  1. Card Body

  2. Col

  3. Grid Child

  4. Horizontal Section

  5. Vertical Section

Allowed Child Components:

  1. Info Box

  2. Popover

  3. Pulse

  4. Trigger Before Render

  5. Trigger On Click

Properties

➤ Map Type

Select an option to change the view of the map. default: aerial

Allowed Values:

  1. aerial

  2. canvasDark

  3. canvasLight

  4. birdseye

  5. grayscale

  6. mercator

  7. ordnanceSurvey

  8. road

  9. streetside

➤ Height

Provide a numeric value to set the height of the component in pixels.

Allowed Values: Any number value

➤ Width

Provide a numeric value to set the width of the component in pixels.

Allowed Values: Any number value

➤ Reference Latitude

Provide reference Latitude where latitude is the angular distance between an imaginary line around a heavenly body parallel to its equator and the equator itself.

Allowed Values: Any number value

➤ Reference Longitude

Provide a reference Longitude where longitude is a measurement of distance, given in degrees east or west of the prime meridian.

Allowed Values: Any number value

➤ Zoom

Provide a numeric value to set the zoom level.

Allowed Values: Any number value

➤ Max Zoom

Enter a numeric value to set the maximum zoom level that the map can be zoomed into.

Allowed Values: Any number value

➤ Min Zoom

Enter a numeric value to set the minimum zoom level that the map cab be zoomed out to.

Allowed Values: Any number value

➤ Enable High Dpi

Enables this to use map tiles suitable for a higher DPI display, if the display supports it. When set to false and the map is loaded on a high DPI display, custom tile layers will load tiles at a higher zoom level and scale the image to increase the DPI.

Allowed Values: Yes/No

➤ Show Dashboard

Enable this to show the map navigation control.

Allowed Values: Yes/No

➤ Show Locate Me Button

Enable this to show a button that centers the map over the user's location in the map navigation control.

Allowed Values: Yes/No

➤ Show Map Type Selector

Enable this to show the map type selector in the map navigation control.

Allowed Values: Yes/No

➤ Show Zoom Buttons

Enable this to show the zoom buttons in the map navigation control.

Allowed Values: Yes/No

Enable this to show a link to the End User Terms of Use, which appears to the right of the copyrights, or not.

Allowed Values: Yes/No

➤ Lite Mode

Enable this if the map should be rendered using lite mode. When set to true vector map labels are disabled and map labels are rendered directly into the map tiles.

Allowed Values: Yes/No

➤ Show Clusters

Enable this to display cluster view

Allowed Values: Yes/No

➤ Use Existing Data Source

Choose this prop if you want to reuse a Data Source that was defined on some other component on this page or any of the parent abstract pages.

Allowed Values: Yes/No

➤ Data Source

Select a datasource from the list.

Allowed Values: Select a datasource from the list.

➤ Data Source Alias

Allowed Values: Free text field

➤ Default Where Clause

Allowed Values: Free text field

➤ Max Rows

Allowed Values: Any number value

➤ Order By Clause

e.g. #firstAttr#, #secondAttr# DESC

Allowed Values: Free text field

➤ Auto Query

Check this property to query the selected datasource on component render.

Allowed Values: Yes/No

➤ Execute Count SQL

Check this to execute count SQL to get the total number of rows in the database on a query. You can get this value by using the expression: #{DataStore.totalLength}

Allowed Values: Yes/No

➤ Execute Distinct SQL

Check this to execute distinct SQL to get the total number of distinct rows in the database on a query.

Allowed Values: Yes/No

➤ Icon Attribute

Select the attribute which contains the icon of the location.

Allowed Values: Select the attribute which contains the icon of the location.

➤ Icon

Select an icon to be rendered as the marker. Leave it blank to render as default marker.

Allowed Values: Icon List

➤ Icon Size

Enter the numeric value to alter the size of the pushpin icons.

Allowed Values: Any number value

➤ Latitude Attribute

Select the attribute which contains the latitude of the location.

Allowed Values: Select the attribute which contains the latitude of the location.

➤ Longitude Attribute

Select the attribute which contains the longitude of the location.

Allowed Values: Select the attribute which contains the longitude of the location.

➤ Value Attribute

Select the attribute which contains the value of the location. It will shown inside or over the push pin.

Allowed Values: Select the attribute which contains the value of the location. It will shown inside or over the push pin.

➤ Title Attribute

Select the attribute which contains the title for the location. This title will be displayed below the pushpin.

Allowed Values: Select the attribute which contains the title for the location. This title will be displayed below the pushpin.

➤ Sub Title Attribute

Select the attribute which contains the sub title for the location. It will be displayed below the title.

Allowed Values: Select the attribute which contains the sub title for the location. It will be displayed below the title.

➤ Color

Enter the hex color code or the write an expression to derive the hex color code of the push pin. e.g.. #000000 to show in black color

Allowed Values: Enter the hex color code or the write an expression to derive the hex color code of the push pin. e.g.. #000000 to show in black color

Last updated