Googleマップに円があり、半径を大きくする機能があります。マップ上のサークルを更新するにはどうすればよいですか?
this.markerBoundary.radius = rd; //New radius assigned
//I need to update the shape here but setMap does not work
this.markerBoundary.setMap(this.gmap);
this.bounds = this.markerBoundary.getBounds();