google-maps

Load the Google Maps JavaScript API and its libraries on demand.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/trusted-american/marketplace --skill google-maps-trusted-american
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-maps
Source: https://github.com/trusted-american/marketplace/tree/main/plugins/a3-plugin/skills/google-maps
Command: npx skills add https://github.com/trusted-american/marketplace --skill google-maps-trusted-american

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers load and use the Google Maps JavaScript API loader to render maps, geocode, and manage county-based features in web apps.

Core Features & Use Cases

  • Dynamic API loading: load the Maps API and libraries (places, geocoding, drawing, geometry) without a script tag.
  • Map rendering and interaction: create maps, markers, polygons, and geospatial features in single-page apps.
  • Use Case: quickly integrate county-level mapping and search in a location-based workflow or admin dashboard.

Quick Start

Initialize the Loader with your API key and attach a map to a container.

Frequently Asked Questions about google-maps

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

FAQPage Schema
How do I load the Google Maps JavaScript API dynamically without a script tag?

You can load the Google Maps JavaScript API dynamically by using the @googlemaps/js-api-loader package to initialize the loader with an API key and attach the map to a container element.

How do I add geocoding and places libraries to my web map application?

You can add geocoding and places libraries by configuring the @googlemaps/js-api-loader to load these optional libraries on demand alongside the core Maps API for your web application.

Can I configure language and region settings when loading the Google Maps API?

Yes, loading the Google Maps API supports optional language and region settings, allowing you to localize map rendering and geocoding results for specific user scenarios.

What is the best way to implement county-level mapping and search in a single-page app?

The best way to implement county-level mapping is by loading the Maps API on demand to render maps, markers, and polygons while using the geocoding library for location-based search features.

Does this dynamic maps loader support drawing and geometry libraries?

Yes, the dynamic maps loader supports loading drawing and geometry libraries, enabling you to create interactive polygons and geospatial features within your web application.