- Get started
- Structure
- Body Elements
- Objects
Renders a map and or the preview of a specific location (like the street view).
Optional parameters are indicated as "(Optional)".
Parameter | Meaning | Notes |
---|---|---|
type (string) | The type of body element. |
|
data (object)
|
The data of the element. |
|
{
"type": "location",
"data": {
"lat": "46.496315",
"lng": "11.355116",
"name": "Where Connected Web is born"
}
}