Navigate user to an lat/lng or address
This will open a new window with navigation turned on for the user. Good to fast and easy navigate user to a destination.
Property | Type | Default Value | Options | Description |
---|---|---|---|---|
location | string | (empty) | N/A | Lat/lng or the address to navigate to. |
Examples
Example 1: Navigate to a lat/lng
{
"location": "59.3293,18.0686"
}