maps_static_map
Retrieve static map images in satellite, roadmap, terrain, or hybrid styles with optional markers for specific locations.
Instructions
Get static map images in various styles (satellite, roadmap, terrain, hybrid) with optional markers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| center | Yes | Center point of the map (address or lat,lng coordinates) | |
| zoom | No | Zoom level (1-20, where 1=world view, 20=building level) | |
| size | No | Image size in pixels (e.g., '640x640', max 640x640) | 640x640 |
| maptype | No | Type of map to display | roadmap |
| markers | No | Optional markers to add to the map | |
| download | No | Whether to download the image locally (default: false) | |
| downloadDir | No | Custom directory to save downloaded image (optional, defaults to 'downloads/maps') |