I was creating a Maps application, and am stuck at this problem, as a last resort, I am posting here.
I tried the following statements, that give me an error in Eclipse, saying: The constructor Geocoder(MapsActivity.MapOverlay, Locale) is undefined
Using java Syntax Highlighting
- Geocoder gc = new Geocoder(this, en_US);
Parsed in 0.030 seconds, using GeSHi 1.0.8.4
Using java Syntax Highlighting
- Geocoder gc = new Geocoder(this, Locale.getDefault());
Parsed in 0.029 seconds, using GeSHi 1.0.8.4
I have imported the relevant package, viz android.location.Geocoder,
What do I seem to be missing? No one seems to be having this problem, where i googled.
Please Help, Thanks!



