1

有没有办法控制目的地标题,同时用 iframe 嵌入地图?因为origin我使用邮政编码(这很好显示),但destination无论我使用什么,lat-lon或者,我在 80% 或案例中Store name + address + town + country得到错误的目的地标题。我想为 Destination 显示我自己的标题,可以吗?

这是示例嵌入代码(文档):

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

我想控制的:

在此处输入图像描述

4

1 回答 1

0

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

<iframesrc="https://www.google.com/maps/embed/v1/directions?key=MYKEY&amp;origin=ORIGIN&amp;destination=DESTINATION+(My%20Business%20Name)"></iframe>
于 2016-07-19T01:38:45.493 回答