let _pickerContext = mapsElement.data("locationpicker");
_pickerContext.radius = {MarkerNewRadius};
_pickerContext.map.radius = {MarkerNewRadius};
_pickerContext.settings.radius = {MarkerNewRadius};
The above code is the way i change the radius of the marker.
let _pickerContext = mapsElement.data("locationpicker");_pickerContext.radius = {MarkerNewRadius};_pickerContext.map.radius = {MarkerNewRadius};_pickerContext.settings.radius = {MarkerNewRadius};The above code is the way i change the radius of the marker.