No enclosing instance of the type simpleGoogleMaps is accessible in scope. My simple google maps just extend of mapActivity
Using java Syntax Highlighting
- public class simpleGoogleMaps extends MapActivity {
Parsed in 0.030 seconds, using GeSHi 1.0.8.4
and my Overlay class is
Using java Syntax Highlighting
- public class Overlay extends ItemizedOverlay<OverlayItem> implements Activity{
- public List<OverlayItem> mItemList = new ArrayList<OverlayItem>();
- GeoPoint geoPoint;
- Drawable marker;
- public Overlay(simpleGoogleMaps simpleGoogleMaps, Drawable defaultMarker,String tipo, GeoPoint p) {
- super(defaultMarker);
Parsed in 0.031 seconds, using GeSHi 1.0.8.4


