Map
The Map component allows you to display an interactive map.
The following section details Map component's specific settings. For more details on the App Editor, check the dedicated documentation or the App Editor Quickstart:
App Editor Documentation
The app editor is a low-code builder to create custom User Interfaces with a mix of drag-and-drop and code.
Apps Quickstart
Learn how to build your first app in a matter of minutes.
Map configuration
Name | Type | Connectable | Templatable | Default | Description |
---|---|---|---|---|---|
Longitude | number | true | false | 15 | The longitude of the center of the map. |
Latitude | number | true | false | 50 | The latitude of the center of the map. |
Zoom | number | true | false | 3 | The zoom of the map. |
Markers | object | true | false | The map data. | |
Lock | boolean | false | false | false | Lock the map to prevent user interaction |
Outputs
Name | Type | Description |
---|---|---|
Map region | string | The region where the displayed map is located. |
topLeft lat & long | number | Latitude & longitude of the top left corner of the map. |
bottomRight lat & long | number | Latitude & longitude of the bottom right corner of the map. |