Feature request
What would you like gog to support?
Google Maps integration: directions, places search, distance matrix, and geocoding.
Proposed commands
# Directions between two points
gog maps directions --origin "Barcelona" --destination "Blanes" --mode driving
# Search places
gog maps places --query "escoles primària" --near "Blanes"
# Distance matrix (multiple origins/destinations)
gog maps distance --origins "Blanes" --destinations "Barcelona,Girona"
# Geocoding (address → coordinates and vice versa)
gog maps geocode --address "Carrer Major, Blanes"
gog maps reverse-geocode --lat 41.674 --lng 2.792
Use cases
- Educators planning field trips (estimate travel times)
- Checking commute times between schools
- Finding nearby services/places
- Travel planning integrated with Calendar
API reference
Google Maps Platform REST APIs:
Notes
- Requires Google Cloud project with Maps API enabled (separate from Workspace APIs)
- Maps APIs have usage-based pricing (but generous free tiers)
- Would need a separate OAuth scope or API key
Thanks for considering — gog is amazing! 🙏
Feature request
What would you like
gogto support?Google Maps integration: directions, places search, distance matrix, and geocoding.
Proposed commands
Use cases
API reference
Google Maps Platform REST APIs:
Notes
Thanks for considering — gog is amazing! 🙏