Skip to content

Feature: Add Google Maps support (directions, places, distance matrix) #571

@dbernaltbn

Description

@dbernaltbn

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! 🙏

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions