Re: [android-beginners] Over Lay Problem

2009-12-31 Thread TreKing
overlays.add(positionOverlay); is breaking the application when I add it to the code. What does is breaking the application mean? Exception gets thrown? Doesn't behave as expected? Your phone physically falls apart? What? Anyone has a solution for this? Don't add that line to the code?

[android-beginners] Over Lay Problem

2009-12-30 Thread ronnie173
Hi all I am new and I am trying to just make a simple gps application that shows you what street your are on on the map. I am having a problem with this piece of code. positionOverlay = new MyPositionOverlay(); ListOverlay overlays = myMapView.getOverlays();