alexdonnini wrote: > Thanks. What I meant is that I thought that in your example, > SitesOverlay is an inner class of the map activity "NooYawk". In my > case, the custom itemized overlay class is not an inner class of the > map activity. This means that an entry like NooYawk.this will not > work. > > Am I wrong? I have not been able to get it to work.
Ah, now I understand. Just pass in the activity to your ItemizedOverlay's subclass' constructor, and use it to create your Toast. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Need help for your Android OSS project? http://wiki.andmob.org/hado --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

