interactive-map

Generate a Google Maps embed URL for a given location via run_js.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/shfahiim/inferEdge --skill interactive-map-shfahiim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: interactive-map
Source: https://github.com/shfahiim/inferEdge/tree/main/Android/src/app/src/main/assets/skills/interactive-map
Command: npx skills add https://github.com/shfahiim/inferEdge --skill interactive-map-shfahiim

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Visualizing a specific location on an interactive map within the app to enhance user orientation and decision-making.

Core Features & Use Cases

  • Interactive map view for displaying a given location in apps or dashboards.
  • Quick embedding of location data to support navigation, POI discovery, and geotagged content.
  • Use Case: In a travel app, show a chosen landmark on an interactive map and provide an embedded map view in a detail screen.

Quick Start

Call the run_js tool with a JSON payload containing a location string to render that location on the map.

Frequently Asked Questions about interactive-map

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

FAQPage Schema
How do I embed an interactive Google Maps view in a mobile app or dashboard?

To embed an interactive Google Maps view, you call the run_js tool with a JSON payload containing a location string. It returns a Google Maps embed URL designed for rendering inside a webview component.

What is the best way to display a specific location on an interactive map in a webview?

The best way to display a specific location on an interactive map is passing the location string to the run_js function. It generates a Google Maps embed URL that renders seamlessly within a standard webview.

Can I use this interactive map approach for a travel app detail screen?

Yes, you can use this interactive map approach for a travel app detail screen to show chosen landmarks. It provides location context to enhance user orientation and support navigation and POI discovery.

How do I pass location data to generate a map embed URL?

You pass location data by calling the run_js tool with a JSON payload containing the location string. This function accepts the location and returns the corresponding Google Maps embed URL for rendering.

Does displaying an interactive map require any external dependencies or API setups?

Displaying an interactive map does not require external dependencies as it operates as a standalone script component. It uses the run_js function internally to generate the Google Maps embed URL directly.

Why use a webview to show an interactive map instead of native map components?

Using a webview to show an interactive map allows quick embedding of Google Maps location data without native integration overhead. It provides immediate location context and user orientation within apps and dashboards.