Maps Embed

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

Surfaces
gasweb
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": [
    "gas",
    "web"
  ],
  "description": "",
  "representativeQueries": [
    "show a Embeds a Google Maps location search in an iframe. Suitable for event location, office address, field ops context",
    "render a maps embed"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

The renderer is open source. 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 apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →