google-maps

Geocode addresses, reverse geocode coordinates, and search places or routes via Google Maps.

2|1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/robomotionio/robomotion-skills --skill google-maps-robomotionio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-maps
Source: https://github.com/robomotionio/robomotion-skills/tree/main/skills/google-maps
Command: npx skills add https://github.com/robomotionio/robomotion-skills --skill google-maps-robomotionio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Connects to Google Maps Platform to geocode addresses, reverse geocode coordinates, search for places, and compute routes, enabling location-aware automation in applications.

Core Features & Use Cases

  • Geocode addresses to latitude/longitude coordinates.
  • Reverse geocode coordinates to human-readable addresses.
  • Search for places or businesses by query.
  • Get driving or walking directions and distance between two points.

Quick Start

Geocode the address '1600 Amphitheatre Parkway, Mountain View, CA' using robomotion googlemaps.

Frequently Asked Questions about google-maps

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I geocode addresses to coordinates for a logistics workflow?

To geocode addresses to coordinates, you can automate the process using location services that convert standard addresses into latitude and longitude. This requires a configured API key to access the mapping platform.

What is reverse geocoding and how does it work for location analytics?

Reverse geocoding is the process of converting latitude and longitude coordinates back into human-readable addresses. It works by querying a location service to identify the closest matching street address for analytics.

How do I calculate driving distance and directions between two points?

You can calculate driving distance and directions by using routing functions within location-based workflows. This requires a Google Maps API key configured in your automation vault to query the route between two points.

Do I need a specific environment setup to automate Google Maps searches?

Yes, automating Google Maps searches requires a Robomotion setup with the robomotion googlemaps CLI installed. You must also configure your Google Maps API key in the vault before executing location queries.

Can I search for places or businesses by query for real estate analytics?

Yes, you can search for places or businesses by query to support real estate analytics. The location service queries the mapping platform to return relevant businesses based on your search terms.