google-maps

Geocode addresses, search places by type, and retrieve directions via Google Maps.

199|25|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/refly-ai/refly-skills --skill google-maps-refly-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: google-maps
Source: https://github.com/refly-ai/refly-skills/tree/main/skills/google-maps
Command: npx skills add https://github.com/refly-ai/refly-skills --skill google-maps-refly-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies accessing location-based information, allowing users to easily find places, convert addresses to coordinates, and obtain directions without needing to manually navigate mapping applications.

Core Features & Use Cases

  • Geocoding: Convert street addresses into geographical coordinates (latitude and longitude).
  • Place Search: Discover specific types of places (e.g., restaurants, hotels) within a given area or based on a search query.
  • Directions: Retrieve route information between two locations.
  • Use Case: Planning a trip and need to find nearby cafes and then get directions to your hotel from the airport? This Skill can handle both.

Quick Start

Use the google-maps skill to find coffee shops near the Refly AI office address.

Frequently Asked Questions about google-maps

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

FAQPage Schema
How do I convert street addresses to latitude and longitude coordinates for geocoding?▼

Geocoding converts street addresses into geographical coordinates by integrating with mapping APIs. You provide a textual address and receive precise latitude and longitude data for applications requiring accurate location information.

Can I search for specific types of places like restaurants within a given area?▼

Place search allows you to discover specific types of places within a defined area or based on a query. You can find local businesses like restaurants or hotels by specifying the place type and target location.

What's the best way to get directions and route information between two locations?▼

Getting directions retrieves route information between two specified locations using mapping APIs. You input a starting point and destination to receive accurate route data for travel planning or logistics applications.

Does this geocoding approach work for travel planning and logistics applications?▼

Geocoding and place search are designed for travel planning, logistics, and local business discovery. The mapping API integration ensures accurate and up-to-date geospatial data for applications requiring precise location information.

How do I find nearby places like cafes and then get directions to a hotel from the airport?▼

You can chain place search and directions retrieval by first querying for cafes near a location, then requesting route information between the airport and hotel. Both geocoding and routing are handled through mapping API integration.