簡體   English   中英

Google嵌入API自定義標題

[英]Google Embed API custom title

我如何告訴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>

此文檔非常有限,我相信必須提供更多選項: https//developers.google.com/maps/documentation/embed/guide

在括號中添加標題,如下所示:

<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">

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM