在使用iframe嵌入地图时,有没有办法控制目标标题?对于origin
,我使用Postcode(可以很好地显示),但对于destination
我使用的任何内容,lat-lon
或Store name + address + town + country
,我在80中获得错误的目标标题%或案例。我想展示我自己的目的地标题,是否可能?
以下是嵌入代码示例(docs):
<iframe
src="https://www.google.com/maps/embed/v1/directions?key=MYKEY&origin=ORIGIN&destination=DESTINATION"
></iframe>
我想控制的是什么:
答案 0 :(得分:0)
尝试将其添加到括号中,如下所示:
<iframesrc="https://www.google.com/maps/embed/v1/directions?key=MYKEY&origin=ORIGIN&destination=DESTINATION+(My%20Business%20Name)"></iframe>