I am using the below code:
google.maps.event.addListener(drawingManager, "overlaycomplete", function(event) {
if(event.type == 'circle') {
$('#radius').val(event.overlay.getRadius());
}
}
What is the measurement unit of this radius?
Meters according to documentation