location.speedlimit Action
This trigger action acquires the speed limit of a specific location from Device Cloud.
Action
This trigger action is found under the Location heading.
Canvas
When dragged onto the canvas, the appearance of the action is a rectangle with two routing points.
The left routing point (red) is the failure route. This route will be taken if there is an error during execution.
The right routing point (green) is the success route. This route will be taken if action executes successfully.
Form
Parameters
Name |
Type |
Required |
Description |
---|---|---|---|
Latitude |
Float |
Yes |
The latitude of the location being requested. |
Longitude |
Float |
Yes |
The longitude of the location being requested. |
Action variables
Name |
Type |
Description |
---|---|---|
$(action.X.limitKph) |
Integer |
The speed limit in kilometers per hour. |
$(action.X.limitMph) |
Integer |
The speed limit in miles per hour |
$(action.X.source) |
String |
The source of the speed limit information. |