On Feb 25, 12:12 pm, TreKing <[email protected]> wrote: > On Fri, Feb 25, 2011 at 12:08 PM, SEWilco <[email protected]> wrote: > > When I try to access the MapView Overlay, I seem to only be able to access > > Overlay methods and I'm not seeing a way to reach the OrderedList data which > > is given to the overlay. > > When you create an Overlay you're making a sub-class right? Just provide > your own functions that provide access to the data you need.
Yes, I am. So there are indeed no inherited methods to access Overlay data, and I have to add my own methods which can access the private data. I think I understand. Thanks. -- 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

