Yes, but it does not work when we override getMarker(int stateBitset) method to return StateListDrawable icon (I want to use StateListDrawable so that I don't have to set icon on state change as recomended by google), but I it's not helping.
what do you suggest in this case? Thanks again, Aamir On Feb 10, 3:39 pm, TreKing <[email protected]> wrote: > On Wed, Feb 10, 2010 at 7:05 AM, Aamir Yaseen <[email protected]>wrote: > > > >>when the focus changes and can update your overlays as necessary. > > that's my question, how can I update/change icon of my overlay item? > > > any idea? > > OverlayItem has a setMarker() function that allows you to set the Drawable > being use for the marker. > > ------------------------------------------------------------------------------------------------- > TreKing - Chicago transit tracking app for Android-powered > deviceshttp://sites.google.com/site/rezmobileapps/treking -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

