Google Map Pin 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 |
---|
Admin components for managing a Fluent Commerce account.
v1.0.0
OMS UI. Does not require to download.
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 |
| no | 12 | Define the width of this component on a 12-column grid. Can use the named widths for readability or numbers directly. |
Configuration example
1{
2 "component": "fc.card.map.point",
3 "dataSource": "locationById",
4 "props": {
5 "width": "6"
6 }
7}
Language: json
Version History
v23.7.31
n/a
Recommended Placement
None