Section & Variations › Product Map (Travel)
Available Parameters
| Parameter | Type | Description |
|---|---|---|
location
|
Text
required |
Set location address for Product. |
name
|
Text
required |
Set name of Product (Location). |
position
|
Array of Lat, Long
required |
Set coordinates for Map pin |
Available Variations
Starter Kit Codes
{# include sections/product-map #}
{% include "../resources/sections/product-map.twig", with {
'location' : 'Kecamatan Tampaksiring, Bali, Indonesia',
'name' : 'Eco Six Bali',
'position' : [-8.454248972699025, 115.33069610595705]
} %}