I want to the count of markers based on location using leaflet map ie, Say in india
Number of markers in bangalore number of makers in mysore so on...
only thing i would think of to do this is using contains( point ) which is in the doc
But how to use it to find the maker is in that region as i will not be aware of the coordinates of the region
Is there a way to check like
region.contains(markerLatLang)