how to change the radius of the circle of GeolocationMarker
问题 I'm trying to change the radius of the circle of the GeolocationMarker library to 3 km; here is my attempt: var geoMarker = new GeolocationMarker(); geoMarker.setCircleOptions({radius: 3000}); geoMarker.setMap(map); But it doesn't change the radius of the circle, that is the radius isn't at 3 km. How can I fix it? Thanks 回答1: It can't be done like this, the documentation you link to states: setCircleOptions(options:google.maps.CircleOptions) This method will ignore certain properties of the