Sign in

Open Maps directions URL

documented

Open a Maps directions URL (api=1) with origin/destination.

GET /maps/dirMaps URLs APIno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://maps.google.com/maps/dir/?api=1&origin={{$origin}}&destination={{$destination}}&travelmode={{$travelmode}}&waypoints={{$waypoints}}" \
  -X GET \
  -H "Accept: text/html"
Open Maps directions URL · Google Maps · OpenIntegrations