generate_path_map
Create detailed route maps displaying planned travel or guide routes by specifying points of interest (POIs) and their attributes. Ideal for visualizing journey paths with accurate location data, including latitude, longitude, 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 |
---|---|---|---|
data | Yes | Routes, each group represents all POIs along a route. For example, [{ "data": ["西安钟楼", "西安大唐不夜城", "西安大雁塔"] }, { "data": ["西安曲江池公园", "西安回民街"] }] | |
height | No | Set the height of map, default is 1000. | |
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. | |
width | No | Set the width of map, default is 1600. |