[android-developers] Re: MapView with itemizedOverlay still don't work

2009-09-08 Thread sweet
Thanks a lot it's work very well but how can i focused in the area with my itemizedOverlay ? On 8 sep, 01:59, Nicholas Albion nalb...@gmail.com wrote: You need to call:     mapOverlays.add( itemizedOverlay ); also, if you're adding/removing overlay items to/from ItemizedOverlay, you may

[android-developers] Re: MapView with itemizedOverlay still don't work

2009-09-08 Thread sweet
And how make him clickable with a label who's display ??? thanks for your help Sweet On 8 sep, 09:24, sweet brou...@gmail.com wrote: Thanks a lot it's work very well but how can i focused in the area with my itemizedOverlay ? On 8 sep, 01:59, Nicholas Albion nalb...@gmail.com wrote: You

[android-developers] Re: MapView with itemizedOverlay still don't work

2009-09-07 Thread Nicholas Albion
You need to call: mapOverlays.add( itemizedOverlay ); also, if you're adding/removing overlay items to/from ItemizedOverlay, you may need to call setLastFocusedIndex(-1) (or whatever the method is). I think in your case you won't need to worry with this as you only call addOverlay and