Google地图 - 将“路线”,“搜索附近”添加到信息窗口

时间:2014-01-03 14:19:24

标签: google-maps django-cms

当我将Google地图网址嵌入到我的网页中时,我会看到一个信息窗口,其中包含一些额外的项目,例如“路线”,“搜索附近”和“更多”。我认为这是由网址中的参数触发但是我不确定是哪一个。

enter image description here

独立网址:

<iframe width="100" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?client=safari&amp;oe=UTF-8&amp;q=5800+Blank+Road,+Sebastopol,+California+95472&amp;ie=UTF8&amp;hq=&amp;hnear=5800+Blank+Rd,+Sebastopol,+California+95472&amp;gl=us&amp;t=h&amp;ll=38.342329,-122.79007&amp;spn=0.020196,0.008497&amp;z=14&amp;iwloc=A&amp;output=embed"></iframe></div>

我正在使用Django CMS进行项目,并且它有一个Google Maps插件作为核心CMS的一部分,唯一的问题是信息窗口只有地址,客户端非常喜欢其他附加项目。

我已经完成并确保插件调用与独立代码相同的URL,但我仍然无法复制

enter image description here

0 个答案:

没有答案