# GPS Distance

Gets the distance and bearing between two GPS coordinates.

Action available for the following operating systems:

![](https://3821468174-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LrTlA1suFa5N48x_83N%2F-MGIW3wIXgRupIGNu8-p%2F-MGIiDGuNcrVFP-DbUma%2FTodos.PNG?alt=media\&token=406123c5-e2bb-4ec6-8044-9533b8686f6f)

### Parameters

* **Longitude 1** *\<unquoted string> -* The control or variable that represents the longitude coordinates of GPS from point 1.
* **Latitude 1** *\<unquoted string> -* The control or variable that represents the longitude coordinates of GPS from point 1.
* **Longitude 2** *\<unquoted string> -* The control or variable that represents the longitude coordinates of GPS from point 2.
* **Latitude 2** *\<unquoted string> -* The control or variable that represents the longitude coordinates of GPS from point 2.
* **Distance (m)** *\<unquoted string> -* The control or variable that saves the distance, in meters, between point 1 to point 2.
* **Bearing (º)** *\<unquoted string> -* The control or variable that saves the bearing, in degrees, between point 1 to point 2.
