Distance matrix (XML)
documentedReturn distance and duration between origins and destinations in XML.
GET /maps/api/distancematrix/xmlDistance Matrix APIno implementation yet0 runsNo 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/distancematrix/xml?origins={{$origins}}&destinations={{$destinations}}&mode={{$mode}}&units={{$units}}&language={{$language}}&key={{MAPS_API_KEY}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/xml"