neshan_deeplink
Generate Neshan deeplinks to show a location or navigate between two points. Opens the app if installed, otherwise falls back to the web.
Instructions
Generate Neshan app deeplinks for showing a point or navigating between two points.
If the Neshan app is installed the link opens it directly; otherwise it falls back to the Neshan web app. Returns both Android/Web and iOS variants.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | ||
| lng | No | ||
| vehicle | No | 'car' (default), 'motorcycle', 'pedestrian', 'bicycle', 'transit'. Note: Android/Web only supports 'car' and 'motorcycle'. | car |
| dest_lat | No | ||
| dest_lng | No | ||
| link_type | Yes | 'point' to pin a location, 'routing' for turn-by-turn navigation. | |
| origin_lat | No | ||
| origin_lng | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||