# GoogleGeocodingTool

> **Class** in `langchain_google_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-google-community/geocoding/GoogleGeocodingTool)

Tool for geocoding locations using Google Maps Geocoding API.

Inherits from [`BaseTool`][langchain_core.tools.BaseTool].

Supports batch location lookups with detailed address and coordinate information.

## Signature

```python
GoogleGeocodingTool()
```

## Extends

- `BaseTool`

## Properties

- `name`
- `description`
- `args_schema`
- `max_results`
- `include_bounds`
- `include_navigation`
- `include_metadata`
- `language`
- `region`
- `api_wrapper`
- `response_format`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-google/blob/982e4015b249de8b9ba1e787746d8cc1f6d6b790/libs/community/langchain_google_community/geocoding.py#L410)