//  将“沈阳三好街”在地图上的位置转换成屏幕的实际坐标        mapView.getProjection().toPixels(geoPoint, screenPoint);        Bitmap bmp = BitmapFactory.decodeResource(getResources(), R.drawable.flag);这个R.drawable.flag是个什么东西???该怎么生成??android