# Maps

TotalCross currently does not have support for applications that need a dynamic map, but it is still possible to work with static map. In addition, we are working to integrate a new and improved navigation API in TotalCross.

The static map is an image captured by a request in an API that shows the map of the requested parameters.

{% content-ref url="/pages/-LeL-y36-0OL4MUOFoJN" %}
[Static Map](/master/documentation/apis/maps/static-map.md)
{% endcontent-ref %}

Old API using google Map currently deprecated.

{% content-ref url="/pages/-Lb8kS-QWThUpgNGA2WB" %}
[Maps - Deprecated](/master/documentation/apis/maps/maps.md)
{% endcontent-ref %}


---

# 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://learn.totalcross.com/master/documentation/apis/maps.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.
