> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-gps/gps-distance.md).

# GPS Distance

Gets the distance and bearing between two GPS coordinates.

Action available for the following operating systems:

![](/files/-MGIiDGuNcrVFP-DbUma)

### 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.
