Sign in

Geocode address (XML)

documented

Return geographic coordinates for a given address or place and reverse geocode coordinates to an address in XML.

GET /maps/api/geocode/xmlGeocoding 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/geocode/xml?address={{$address}}&key={{MAPS_API_KEY}}" \
  -X GET \
  -H "Accept: application/xml"