Knowledge Hub


HTML Picture

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

startposition

Optional: The Coordinates where the flight will start. The format is everything that's understood by Google Maps.

Type: String

marker

URL of the marker image to use. If not set, the default Google Maps marker will be used.

Type: String

JSON Example

{
   "id": "someid",
   "type": "Maps",

   "params": {
      "duration": "60",
      "position": "",
      "startposition": "",
      "marker": ""
   },
}