I want to draw bitmap on draw method in MyPositionOverlay extends Overlay class but I get this error: The method getResource() is undefined for the type MyPositionOverlay
use
Bitmap bmp = BitmapFactory.decodeResource(this.getResources(), R.drawable.icon);
or
Bitmap bmp = BitmapFactory.decodeResource(Context.getResources(), R.drawable.icon);