# MAP\_ACTION Tap

MAP\_ACTION Tap is used when interacting with map surfaces or canvas-based UI elements that do not expose traditional UI identifiers. Instead of relying on text, accessibility labels, or element structures, this command performs a direct tap on the visual map layer using spatial or contextual references.<br>

It is ideal for scenarios where the app renders dynamic map objects—such as pins, markers, zones, or custom overlays that cannot be detected through standard UI element recognition.

**When to use:**

1. Tapping on map markers, pins, or geolocation icons
2. Interacting with custom-drawn controls on a canvas

**Examples:**

1. MAP\_ACTION Tap on the red location pin&#x20;
2. MAP\_ACTION Tap on the map&#x20;
3. MAP\_ACTION Tap on the pickup marker near "Station"&#x20;


---

# 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://docs.drizz.dev/commands-reference/navigation-command/map_action-tap.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.
