neshan_static_map_arc
Generate a static map image with a curved arc connecting two geographic points, ideal for visualizing origin-destination relationships and travel connections without routing.
Instructions
Render a static map image (PNG) with a curved arc line between two points.
Useful for visualising geographic connections, travel reports, or origin-destination relationships on a map without performing full routing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | Arc colour as a hex string (e.g. '#FF0AA5'). Defaults to API default. | |
| width | No | Image width in pixels (16-2000). | |
| dashed | No | Render the arc as a dashed line. | |
| height | No | Image height in pixels (16-1200). | |
| dest_lat | Yes | ||
| dest_lng | Yes | ||
| map_type | No | 'standard-day', 'standard-night', 'bright', 'osm-bright', 'neshan', 'dreamy', 'dreamy-gold', or 'pelak'. | standard-night |
| origin_lat | Yes | ||
| origin_lng | Yes | ||
| marker1_token | No | Custom icon token for the origin marker (upload via Neshan panel). | |
| marker2_token | No | Custom icon token for the destination marker. |