It looks like it, yes. It also looks like a custom overlay that the developer wrote in order to make that work. Looking at the docs for the maps library, I don't see any overlay classes for doing that sort of thing, but you can always extend the base Overlay class and roll your own. That class gives you methods that you can override for drawing and handling touch events, and you can get a Projection object from the map view in your version of draw() in order to translate lat/ lon to screen coords for the current view.
On Jun 4, 4:55 pm, Alexander Davis <[email protected]> wrote: > Yup, thats the maps API, not what im looking for. What i'm talking > about is successfully implemented in Locale; I know its possible. > Thats a mapview, right? Must be, right? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

