Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建一个博客,并创建了一个带有“我的地方”的公共谷歌地图。该地图包含博客文章的几个相关位置。我想在每个帖子中包含一个链接,指向博客另一个页面中嵌入地图上的位置。这怎么可能?或者这有更好的方法吗?
谢谢!
在 Google 地图中查看位置时,只需复制按下 LINK 按钮时给出的值。
如果您在自己的页面上呈现地图(和标记),则可以使用哈希 url 技术。
http://mysite.com/map#loc_3
当页面加载时,使用 JavaScript 查看document.location.hash,获取值,然后触发事件以转到该标记。
document.location.hash