Map Embed
Google Maps embed.
Type: "mapEmbed"
Google Maps embed.
Props
| Field | Type | Default | Description |
|---|---|---|---|
embedUrl | string | — | Google Maps embed src URL |
height | string | "400px" | e.g. '400px |
borderRadius | string | "12px" | e.g. '12px |
allowFullscreen | boolean | true | Izinkan Fullscreen |
Example
{
"id": "map01abc",
"type": "mapEmbed",
"props": {
"embedUrl": "",
"height": "400px",
"borderRadius": "12px",
"allowFullscreen": true
}
}