You are here:
GoogleMap Control
The GoogleMap element defines a map UI control to show waypoints and routes on a map.
Required Editions
| Available in: Enterprise, Performance, and Unlimited Editions |
The table lists the GoogleMap attributes.
| Attribute | Description | Data Type | Required |
|---|---|---|---|
| name | Identification of this map. | String | yes |
| displayRoute | Draw Route for the Waypoints | Boolean | no |
| latitudeField | Name of the field holding the latitude value. | String | no |
| longitudeField | Name of the field holding the longitude value. | String | no |
| initialZoomLevel | to modify the width of an image button | int | no |
| dataSource | Refers to the data displayed in the Map. It defines the latitudeField, longitudeField, visibilityField, idField, toolTipField attributes. | string | |
| idField | Defines the data linked to the list. | string | |
| toolTipField | Refers to the name of the Any string Noattribute in the dataSourcetool record that stores the tooltip for this record. This is used to provide tooltip for planned waypoint marker on the map. | string | |
| visibilityField | Refers to the name of the attribute in the dataSource record holding the visibility flag value forthis record. This visibility flag determines whether the planned waypoint. | string |
The GoogleMap element contains these sub-elements
- Bindings
- GoogleMapDetails
- Events
Bindings
The Bindings element consists of the Resource and Binding elements.
| Attribute | Description | Value or Pattern |
|---|---|---|
| target | Describes the actual UI element. | string [DataSource|DisplayRoute|DisplayTraffic|Position|DisplayAdditionalDatasource] |
| binding | Source of the Binding | string |
| bindingMode | Binding mode is used to control the updating process. | string [One Way] |
Items
For GoogleMap element , the Items element defines the itemPattern used for the items of a list and which data is displayed using this pattern.
| Attribute | Description | Value or Pattern | Required? |
|---|---|---|---|
| target | The target describes what the actual UIelement is. | string [AdditionalDatasource] | |
| dataSource | Refers to the data displayed in the Map. It defines the latitudeField, longitudeField, visibilityField, idField, toolTipField attributes. | string |
List Binding node
For GoogleMap element , the Items element defines the List Binding attributes used for the items of a list and which data is displayed using this pattern.
| Attribute | Description | Value or Pattern | Required? |
|---|---|---|---|
| target | The target describes what the actual UIelement is. | string [LatitudeField|LongitudeField|MapPinField|ToolTipField|visibilityField] | |
| binding | Source of the Binding | string | |
| Type | The type defines how the resource is shown | string [DomDecimal|DomText|DomBool] |
Did this article solve your issue?
Let us know so we can improve!

