gum logofield manual
ServicesMapsGoogle APIs for agents and terminals

Maps

Maps has 3 operations in gum's generated catalog. Start with search when you know the task, use describe to inspect request fields and scopes, then dispatch through the command that matches the operation risk class.

Count Value
Family Ads and maps
Operations 3
Risk classes 3 read
Auth strategies 3 api_key

Start here

bash
gum search "maps"
gum describe maps.distancematrix.get
gum read maps.distancematrix.get --args '{"origins":"<origins>","destinations":"<destinations>"}' --output json

Operations

Operation Risk Auth Summary
maps.distancematrix.get read api_key Travel distance and time for a matrix of origins and destinations.
maps.geocoding.geocode read api_key Convert an address to coordinates (address=) or coordinates to an address (latlng=). Optional: components, region, language.
maps.timezone.get read api_key Return the time zone for a location at a given time (location=lat,lng; timestamp=Unix seconds).

Next