Hi people,
I am creating an application where I need to show to the user a proximity radius. I know I can draw a circle with canvas.drawCircle(), but the input it requires is in pixels.
So my questions are as followed, how do I calculate the radius of a circle which needs to be for example 5 kilometers into pixels?
And how do I keep it in the correct perspective when zooming?

