Drawing a rectangle onto a Google Map
问题 My plan is to allow user to draw a rectangle onto a map in order to mark an area and later save it. I found a method to do it, but it does nothing. Here is how the code looks so far. public class Map extends MapActivity{ private MapView mvMap; MapController kontrol; float xs, ys, xe, ye; GeoPoint start, end; private Paint paint = new Paint(); private boolean up = false; @Override protected void onCreate(Bundle arg0) { // TODO Auto-generated method stub super.onCreate(arg0); setContentView(R