GroundOverlay made with a Canvas in Google Maps Android API v2
I'm also try to draw arc (I'm referencing on this and this questions). I'll get from web service following: Lat and Lng Radius (in meters) Start angle (end angle is startA + 60 degrees) Now I encounter on following problem because I do not have two LatLng, just one, and in new map api v2 there is no radius = Projection.metersToEquatorPixels method for providing to RectF.set(point.x - radius,...) Do you have code example, links, etc? Also what about performances of App, because I'll have up to 500 arcs on map? Starting from a LatLng point you can calculate another LatLng point in a given