Fluent Commerce Logo
Docs

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.
No alt text provided
Plugin NameOMS
Admin components for managing a Fluent Commerce account.
2023-08-15

v1.0.0

OMS UI. Does not require to download.

Alias

fc.card.map.point

Detailed technical description

Setting Details
NameValue TypeValueContextContext IDDescription
GEOCODER.APISTRINGUnique API keyACCOUNT0An API key is a unique identifier. The key is used to validate the access and is required to display the map.

Properties

NameTypeRequiredDefaultDescription
width`quarter` / `third` / `half` / `two-thirds` / `full` / `number (1-12)`no12Define 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

2023-07-31

v23.7.31

n/a

Recommended Placement

None