Map - Including a Map Component and Rendering Points on a Map

Including a Map component and rendering points on a Map.


The Map component uses the Google Maps API. It is a type of List component. A valid API access key is required to use this component. The access key must be specified in the Third Party License Keys property of the application.


To include a Map Component in a UI Widget:

Steps:

  1. Open a UI Widget. Add a Map to the section.

    Add Map

  2. Right-click on the Map and open the Property Panel.

    Open Property Panel

  3. Configure the following to render points on the Map:

    1. Enter the latitude and longitude field names under Data Mapping > Latitude and Data Mapping > Longitude

    2. Enter the marker icon field under Data Mapping > Marker Icon Field and the display name for the point under Data Mapping > Marker Name Field

    3. Select the Data Loader in Data Mapping > Data Loader, and enter the data path under Data Mapping > Data Bean Path

  4. Click SAVE.

    Save Map Configuration