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


---

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