url 参数在加载时打开谷歌地图信息窗口?
我有一系列指向谷歌地图上特定地址的链接。其中一些地址带有带有信息窗口的标记。是否有任何查询参数可以添加到网址中以在加载时自动打开此信息窗口?
目前我的 href 看起来像这样:
http://maps.google.com/?q=business name 15 main st., city, state
i have a series of links to specific addresses on google maps. several of these addresses have markers with an infowindow. is there any query parameter i can add to the urls to automatically open this infowindow on load?
currently i'm my hrefs look like this:
http://maps.google.com/?q=business name 15 main st., city, state
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过将 iwloc=A 添加到查询字符串来完成此操作。 “A”代表地图上的标记字母。
You can do this by adding iwloc=A to the query string. The "A" represents the marker letter on the map.