Google嵌入API自定义标题

Mik*_*ike 6 google-maps

我如何告诉Google Embed API我想显示自定义标题而不是我发送的坐标作为q参数?

<iframe width="400" height="400" frameborder="0" style="border:0" src="https://www.google.com/maps/embed/v1/search?key=321&q=37.4218,-122.0840&zoom=18&maptype=satellite">
</iframe>
Run Code Online (Sandbox Code Playgroud)

此文档非常有限,我相信必须提供更多选项:https: //developers.google.com/maps/documentation/embed/guide

fas*_*eep -1

在括号中添加标题,如下所示:

<iframe width="400" height="400" frameborder="0" style="border:0" src="https://www.google.com/maps/embed/v1/search?key=321&q=37.4218,-122.0840+(My%20Business%20Name)&zoom=18&maptype=satellite">
Run Code Online (Sandbox Code Playgroud)