I have an array named "latitude" with multiple latitude points. I have another longitude array with multiple longitude poins in a way that the item[0] of both arrays translates to a point in a map.
Lets suppose I have 10 points in this map. I want to draw a circle with radius N that covers the most number of points. How do I know where should be the center of this circle?
Take a look at this image below. The red dots are my points. You can easily see that the pink big circle is better located than the green circle. How can I discover the center of this circle looping all combinations in my latitude/longitude array?
