Google Map Pin Component
UI Component
Changed on:
19 Oct 2023
Overview
Google Map component is a custom content component that displays the location (put pinpoint (location identifier/pin)) according to the location latitude and longitude. The component supports multi-language.
| Plugin Name | OMS |
|---|
Alias
fc.card.map.point
Detailed technical description
Setting Details
| Name | Value Type | Value | Context | Context ID | Description |
| GEOCODER.API | STRING | Unique API key | ACCOUNT | 0 | An API key is a unique identifier. The key is used to validate the access and is required to display the map. |
Properties
| Name | Type | Required | Default | Description |
| width | `quarter` / `third` / `half` / `two-thirds` / `full` / `number (1-12)` | no | 12 | Define the width of this component on a 12-column grid. Can use the named widths for readability or numbers directly. On mobile devices all widths will automatically change to 12 for the best responsive experience. Default is 12 and will take up the full width of the containing component. Default value is used if the width is not specified. |
Configuration example
1{
2 "component": "fc.card.map.point",
3 "dataSource": "locationById",
4 "props": {
5 "width": "6"
6 }
7}Version History
Recommended Placement
None