I have a MapView that I\'m displaying a \"useful radius\" (think accuracy of coordinate) in. Using MapView\'s Projection\'s metersToEquatorPixels, which is admi
MapView
projection.toPixels(GeoP, pt); float radius = projection.metersToEquatorPixels(50);
Try this and see... i used it on my MapRadius and it seems to be working