我可以在iframe中控制目标标题吗?

时间:2015-10-18 22:08:17

标签: html google-maps-embed

在使用iframe嵌入地图时,有没有办法控制目标标题?对于origin,我使用Postcode(可以很好地显示),但对于destination我使用的任何内容,lat-lonStore name + address + town + country,我在80中获得错误的目标标题%或案例。我想展示我自己的目的地标题,是否可能?

以下是嵌入代码示例(docs):

<iframe 
    src="https://www.google.com/maps/embed/v1/directions?key=MYKEY&amp;origin=ORIGIN&amp;destination=DESTINATION"
></iframe>

我想控制的是什么:

enter image description here

1 个答案:

答案 0 :(得分:0)

尝试将其添加到括号中,如下所示:

<iframesrc="https://www.google.com/maps/embed/v1/directions?key=MYKEY&amp;origin=ORIGIN&amp;destination=DESTINATION+(My%20Business%20Name)"></iframe>