我是javascript语言的新手,我正在尝试使用setOptions
方法创建一个圆圈并编写此代码,但不幸的是它没有用。我的代码中有一些错误?
circle_0.setOptions({
center: new google.maps.LatLng(mapCentre.lat(), mapCentre.lng()),
radius: 2000
});
答案 0 :(得分:1)
代码看起来不错。也许这包含错误的值? mapCentre.lat(),mapCentre.lng()