改变一个圆的位置?

Gar*_*yon 2 google-maps-api-3

我想要一个圆形物体来改变位置,我会想象我和标记一样做 -

marker.setPosition(latlng);
Run Code Online (Sandbox Code Playgroud)

所以 -

circle.setPosition(latlng);
Run Code Online (Sandbox Code Playgroud)

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

这似乎是最好的方法吗?我没有准备好通过它,所以我将尝试实现上述.