On Tue, Feb 21, 2012 at 2:51 AM, Benjamin DJAHANDIDEH < [email protected]> wrote:
> The main message of this post was 'Am I missing something ?', is > there another solution to manage route clicking than the one I > briefly exposed. > Don't think so. There might be tricks for doing this faster using some fancy spatial partitioning algorithms, but that would probably be overkill. What you described is basically what I do in my own app for tapping on a route and it works just fine (as long as you're smart about quickly ignoring points that are off-screen). ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

