On Wed, Jul 14, 2010 at 7:58 AM, Bhaban N <[email protected]> wrote: > I try to use invalidate method. But I have one more problem when I use > invalidate. > If I invalidate the map, my location overlay image is gone, and it takes few > seconds to fix my location overlay Image. > So I want is not to clear the my location overlay image. when i clear the > overlay image, I can clear without my location overlay image. > is there any way to invalidate without clearing my location overlay image.
One possibility is to use versions of the invalidate() method that take a rectangle, and use that for each of your OverlayItems. I have not combined MyLocationOverlay with invalidate() before, so I do not know what other options there might be. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9 Available! -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

