Knowledge Hub
Maps
The Element Maps
generates a Google Maps zoom into a specified Position.
Parameters
duration
The duration of the zoom.
Type: Timestamp
Default: 60
position
The Coordinates where the zoom will end. The format is everything that's understood by Google Maps.
Type: String
JSON Example
{
"id": "someid",
"type": "Maps",
"params": {
"duration": "60",
"position": ""
},
}