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": [
"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"
]
}
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 →