i am creating a Geocoder object like.
Geocoder geoCoder = new Geocoder(getBaseContext(), Locale.getDefault());
here i got this error in eclipse. i.e.
The method getBaseContext() is undefined for the type MyMapOverlay
getBaseContext() is a default method in android.content.ContextWrapper class.
what is the problem here.. any idea???