ActionsrouteVersion: 4.62On this pageroute Displays a route in the default navigation app of the device. If an address exists, longitude and latitude will be ignored. If there is no address, both latitude and longitude is required. Field Configurations KeyTypeDescriptionDefault Value"params" (required)Objectundefinednull Parameters KeyTypeDescriptionDefault Value"address"StringThe address to which you want to navigate.null"latitude"NumberThe latitude to which you want to navigate.null"longitude"NumberThe longitude to which you want to navigate.null"title"String(iOS only) Displays the title on the pin of the map.null Inherited From Base ActionBase ActionField ConfigurationsKeyTypeDescriptionDefault Value"dynamicParams"ObjectDynamic params to retrieve data from a specific context e.g. a userSetting.null"leadingDelimiter"StringThe leading mustache delimiter to use.null"params"Object,ArrayObject containing the properties of the action.null"trailingDelimiter"StringThe trailing mustache delimiter to use.null"type"StringType name of the action.null Examples Example 1: Navigate to a specific location Show ExampleHide ExampleNavigate to the specified location using the device's default navigation app.{ "type": "route", "params": { "address": "Bahnhofstraße 82-86, 35390 Gießen" }}