[android-developers] MapOverlay turns the phone unresponsive

2010-06-11 Thread Pinheiro
I'm trying to draw some points (around 200) in a MapOverlay and noticed that the application gets slow and the phone becomes unresponsive. Here's my code: MapOverlay mapOverlay = new MapOverlay(); ListOverlay listOfOverlays = mapa.getOverlays(); listOfOverlays.clear();

Re: [android-developers] MapOverlay turns the phone unresponsive

2010-06-11 Thread Mark Murphy
Pinheiro wrote: I'm trying to draw some points (around 200) in a MapOverlay and noticed that the application gets slow and the phone becomes unresponsive. Any reason you're not using an ItemizedOverlay? -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy