# GPS Get Coordinates

Get coordinates, Speed and Bearing from GPS NMEA device.

Action available for the following operating systems:

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

### Parameters

* **Longitude** *\<unquoted string> -* The control or variable that saves the longitude coordinates of GPS.
* **Latitude** *\<unquoted string> -* The control or variable that saves the longitude coordinates of GPS.
* **Altitude** *\<unquoted string> -* The control or variable that saves the altitude coordinates of GPS.
* **Speed** *\<unquoted string> -* The control or variable that saves the speed of the GPS.
* **Bearing** *\<unquoted string> -* The control or variable that saves the bearing of the GPS. This parameter represents the Angle in degrees:
  * 0-North
  * 90-East
  * 180-South
  * 270-West
* **Nbr Satellites** *\<unquoted string> -* The control or variable that saves the number of satellites used for the GPS connection. For general purposes the following values can be used:
  * <= 2 - No Signal
  * 3 - Poor Signal
  * 4 - OK
  * 5 - Good
* **Date** *\<unquoted string> -* The control or variable that saves the current date.
* **Time** *\<unquoted string> -* The control or variable that saves the current time.
* **GPRMC Sentence** *\<unquoted string> -* The control or variable that saves the GPRMC Sentence.
* **GPGGA Sentence** *\<unquoted string> -* The control or variable that saves the GPGGA Sentence.
* **NMEA Data** *\<unquoted string> -* The control or variable that saves the NMEA Data.
* **Accuracy Type** *\<unquoted string> -* Returned the accuracy type associated with the coordinates. If "1" the coordinates where retrieved by a High Accuracy provider, if "2" the coordinates where returned by a low accuracy provider.
* **Accuracy Value** *\<unquoted string> -* Returns the estimated accuracy in meters of the returned coordinates. This value may not always be available.
* **Timeout** *\<numeric> -* The numeric value that represents the timeout used for this action.

{% hint style="info" %}
NMEA data is emulated from data from the API, it is not possible to get NMEA data in iOS.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-gps/gps-get-coordinates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
