Sign in

Elevation (XML)

documented

Return elevation data for one or more locations in XML.

GET /maps/api/elevation/xmlElevation 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.googleapis.com/maps/api/elevation/xml?locations={{locations}}&key={{MAPS_API_KEY}}" \
  -X GET \
  -H "Accept: application/xml" \
  -H "Content-Type: application/xml" \
  # Sources: Elevation API docs - https://developers.google.com/maps/documentation/elevation/overview \
  # Sources: Elevation requests and responses - https://developers.google.com/maps/documentation/elevation/requests-elevation
Elevation (XML) · Google Maps · OpenIntegrations