> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/mss-extensibility/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/mss-extensibility/mss-5.1/functions-kalipso-to-mss/gps/ext_gps_getaddressfromlatlong.md).

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