我想在GooglemapView中添加一个动画圆圈,类似于您在此图片上看到的圆圈。圆圈应该从中心到最大半径呈脉冲状,指示当前用户的位置和搜索区域。相关代码块Circlecircle=mMap.addCircle(newCircleOptions().center(newLatLng(lat,lon)).strokeColor(Color.CYAN).radius(1000));valueAnimator=newValueAnimator();valueAnimator.addUpdateListener(newValueAnimator.AnimatorUpdateListener()