gpt4 book ai didi

google-maps-api-3 - 改变圆的位置?

转载 作者:行者123 更新时间:2023-12-04 07:50:28 24 4
gpt4 key购买 nike

我想要一个圆形对象来改变位置,我想我和标记一样 -

marker.setPosition(latlng);

所以 -
circle.setPosition(latlng);

但这不起作用。标记会改变位置,但圆圈不会。我只能找到这个链接 - https://developers.google.com/maps/articles/mvcfun

这似乎是解决此问题的最佳方式吗?我还没有完全准备好,所以我将尝试实现上述内容。

最佳答案

您需要更改圆的 center 属性才能移动它( it doesn't have a position property )

circle.setCenter(latlng)

https://developers.google.com/maps/documentation/javascript/reference#Circle

关于google-maps-api-3 - 改变圆的位置?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17703341/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com