Embeds a Google Maps location search in an iframe. Suitable for event location, office address, field ops context.
| Field | Type | |
|---|---|---|
| q | address or place name to search (required) | required |
| height | iframe height in px (default 360) | required |
| zoom | map zoom level 1-20 (default 14) | required |
| caption | optional caption below the map | optional |
{
"type": "maps_embed",
"q": "Eiffel Tower, Paris"
}
{
"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"
]
}
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 →