# EXT\_GPS\_GetAddressFromLatLong

Function to get the full address based on a longitude and latitude.

{% hint style="info" %}
Note: Uses Google Maps Places API which needs a user Key. Check MSS documentation on Google Maps Places API or contact support department.
{% endhint %}

Input parameters:

* inLongitude – Longitude of the place;
* inLatitude – Latitude of the place;
* inKey – Google Maps Places API key;

Output parameters:

* outAdministrative\_Area\_Level – in Portuguese addresses refers to the district of the place;
* &#x20;outRoute\_Street\_Number – Address of the place;
* outLocality\_Administrative\_Area – City of the place;
* outPostal\_Code – Postal code of the place;
* outCountry – Country code of the place;
* outCountry\_Description – Country description of the place;


---

# 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/mss-extensibility/mss-5.0/untitled-1/gps/ext_gps_getaddressfromlatlong.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.
