I have a google map in my android application. and I have drawn a circle on specific latitude and longitude on the map, and the circle's radius is 500 meters. I want to find the maximum and minimum latitudes and longitudes in that circle, how to do this?
to explain my idea further, see the picture below:
I want to calculate all of the possible latitudes and longitudes on that red circle, can someone please tell me how to do it?