Sign in

Get directions (XML)

documented

Return a route between an origin and destination (and optional waypoints) in XML.

GET /maps/api/directions/xmlDirections API (Legacy)no 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.googleapis.com/maps/api/directions/xml?origin={{origin}}&destination={{destination}}&waypoints={{waypoints}}&key={{MAPS_API_KEY}}" \
  -X GET \
  -H "Accept: application/xml"
Get directions (XML) · Google Maps · OpenIntegrations