generate_path_map
Create visual route maps for travel planning by converting points of interest into detailed maps with locations and photos.
Instructions
Generate a route map to display the user's planned route, such as travel guide routes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The map title should not exceed 16 characters. The content should be consistent with the information the map wants to convey and should be accurate, rich, creative, and attractive. | |
| data | Yes | Routes, each group represents all POIs along a route. For example, [{ "data": ["西安钟楼", "西安大唐不夜城", "西安大雁塔"] }, { "data": ["西安曲江池公园", "西安回民街"] }] | |
| width | No | Set the width of map, default is 1600. | |
| height | No | Set the height of map, default is 1000. |