如何滚动到Google地图容器div?

时间:2016-12-12 22:10:21

标签: javascript html angularjs google-maps

假设我在页面顶部有按钮,我在页面底部也有谷歌地图。 我想通过单击此按钮滚动到地图。有可能吗?

我用div包装谷歌地图,我尝试了功能" scrollTo"但是当我尝试使用offsetParent获取谷歌地图的位置时,它始终为空。

此外,我只是尝试使用javascript(没有jquery)。

有什么想法吗?

1 个答案:

答案 0 :(得分:1)

没有JS需要

<a name="AnchorName"></a> <--- this is where the anchor name is (place this just above the map)

<a href="#AnchorName">Click here</a> <-- clicking here will take you to where you placed the <a> tag with a name
你检查了角度文档吗? https://docs.angularjs.org/api/ng/service/ $ anchorScroll