# EXT\_GMAPS\_LoadMap

Function to ask MSS to open the Documents screen.

*Input parameters*:

* inMyLocation\_Latitude – Current position Latitude;
* inMyLocation\_Longitude – Current position Longitude;
* inShowPoint – Show specific point: 1 – Yes / 0 – No;
* inPoint\_Latitude – Specific point Latitude;
* inPoint\_Longitude – Specific point Longitude;
* inCanChangePointLocation – If user can change specific point location by clicking on map: 1 – Yes / 0 – No;
* inZoom – Zoom value (when showing multiple points, the zoom is calculated to show all points);
* inPointsList\_Latitude – Latitude of multiple points (values separated by ASCII 7);
* inPointsList\_Longitude – Longitude of multiple points (values separated by ASCII 7);
* inPointsList\_Title – Titles of multiple points (values separated by ASCII 7);
* inPointsList\_Icon – Icons of multiple points (values separated by ASCII 7);
* inPointsShowLabels – Show labels with titles of each point: 1 – Yes / 0 – No;
* inPointsList\_GooglePlacesID – Google places ID of multiple points (values separated by ASCII 7 - Optional);

*Output parameters*:

* outResultCode – Return code: 0 – Done / < 0 User canceled selection or error occurred;
* outMapFileName – Full path of the file to load in the HTML Viewer;

{% hint style="info" %}
Note: Google maps api key is required and is loaded directly in the function.
{% 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/mss-extensibility/mss-5.0/untitled-1/gmaps/ext_gmaps_loadmap.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.
