generate_route_map
Create a route map between two places with walking or driving directions, automatically pinning both endpoints. Choose travel mode and optional map center for a clear visual navigation aid.
Instructions
Compute a walking/driving route between two places and generate a map with it overlaid. Both endpoints are pinned on the map automatically — do not also call generate_markers_map for them.
Example: generate_route_map(from="Tokyo Station", to="Tokyo Tower", mode="walking")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Route end. Place name to geocode. | |
| from | Yes | Route start. Place name to geocode. | |
| mode | No | Default 'walking'. | walking |
| place | No | Optional: place to center the map on. If omitted, the center is computed automatically from the route. |