findSafeRoute
Calculate the safest driving route between two geographic points, bypassing hazards to support emergency navigation during disasters.
Instructions
Find the safest available route between two geographic coordinates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startLatitude | Yes | ||
| startLongitude | Yes | ||
| destinationLatitude | Yes | ||
| destinationLongitude | Yes |