generate_markers_map
Create a map with multiple pinned locations using place names and optional links. Geocodes each label to display markers on a single map.
Instructions
Generate a map with multiple pinned locations.
Example: generate_markers_map(markers=[{"label": "Tokyo Tower", "link": "https://www.tokyotower.co.jp/"}, {"label": "Zojoji Temple"}])
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| place | No | Optional: place to center the map on. If omitted, the center is computed automatically from the markers. | |
| markers | Yes | Locations to pin on the map. At least one required. |