> 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_getcoordinatesfromaddress.md).

# EXT\_GPS\_GetCoordinatesFromAddress

Function to get the coordinates of a place based on its full address.

{% 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*:

* inAddress – Full address of the place;
* inKey – Google Maps Places API key;

*Output parameters*:

* outFormated\_Address – Full address formatted;
* outLatitude – Latitude of the place;
* outLongitude – Longitude of the place;
* outTypes – Type of place (restaurant, bank, … check google maps places api documentation to full list of types);
* outPlace\_ID – Place ID of the place(internal ID of the place from google places api, is used the get additional information);
