I have the myLocation and a set of markers. I can successfully use fitBounds to display them all.
I want to zoom/fitbounds in to the myLocation plus the nearest 5 markers (to myLocation).
If i had the nearest 5, I could iterate thru them and bounds.extend(latlng);
each one of them, and the myLocation. (I think)
How do I find the nearest 5?