# TavilyMap

> **Class** in `langchain_tavily`

📖 [View in docs](https://reference.langchain.com/python/langchain-tavily/tavily_map/TavilyMap)

Tool that sends requests to the Tavily Map API with dynamically settable parameters.

## Signature

```python
TavilyMap(
    self,
    **kwargs: Any = {},
)
```

## Extends

- `BaseTool`

## Constructors

```python
__init__(
    self,
    **kwargs: Any = {},
) -> None
```


## Properties

- `name`
- `description`
- `args_schema`
- `handle_tool_error`
- `max_depth`
- `max_breadth`
- `limit`
- `instructions`
- `select_paths`
- `select_domains`
- `exclude_paths`
- `exclude_domains`
- `allow_external`
- `categories`
- `include_usage`
- `api_wrapper`

---

[View source on GitHub](https://github.com/tavily-ai/langchain-tavily/blob/7dea6fd4ecf71bdf9319db0cac275529b4db5416/langchain_tavily/tavily_map.py#L175)