I developed a feature to draw a circle with a specified radius around the geocoded place upon searching for @JackDougherty's leaflet-maps-with-google-sheets, and I am wondering if it's something that can be added to the main repo. Its main purpose is to be able to easily detect markers that lie within a certain distance from the place.


It requires two additional parameters to geocoder: circle (true/false), and circleRadius (number, in miles).

I developed a feature to draw a circle with a specified radius around the geocoded place upon searching for @JackDougherty's leaflet-maps-with-google-sheets, and I am wondering if it's something that can be added to the main repo. Its main purpose is to be able to easily detect markers that lie within a certain distance from the place.
It requires two additional parameters to geocoder:
circle(true/false), andcircleRadius(number, in miles).