Maps Embed

Embeds a Google Maps location search in an iframe. Suitable for event location, office address, field ops context.

Surfaces
webgoogle-apps-script-webgoogle-apps-script-side-panelmcp-apps
Live preview
Fields
FieldType
qaddress or place name to search (required)required
heightiframe height in px (default 360)required
zoommap zoom level 1-20 (default 14)required
captionoptional caption below the mapoptional
Example payload
{
  "type": "maps_embed",
  "q": "Eiffel Tower, Paris"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:maps_embed",
  "displayName": "Maps Embed",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/maps_embed",
  "capabilities": [
    "web",
    "google-apps-script-web",
    "google-apps-script-side-panel",
    "mcp-apps"
  ],
  "description": "Embeds a Google Maps location search in an iframe. Suitable for event location, office address, field ops context.",
  "representativeQueries": [
    "show a Google Maps location embed iframe",
    "embeds a google maps location search in an iframe. suitable for event location, office address, fiel",
    "render a maps embed"
  ]
}
← Full ARD catalog
Deploy your own Google Apps Script renderer

The renderer is an open-source Google Apps Script web app. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.

git clone https://github.com/a2uicatalog/a2ui
cd a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →