On Thu, Mar 3, 2016 at 12:57 AM, Simon Leen <[email protected]> wrote:
> Hi gjs, Thanks for the reply but without trying to sound rude that doesn't > really help much in answering my question. > Well, you didn't really ask a question. You made several statements about what you're vaguely trying to do. So what's the question? What is the exact problem you're having? I'm going to assume it's "how do I determine multiple valid routes of X distance from a given point?" Given that, vaguely, you would use the various maps APIs as gjs indicated to: 1 - Get a list of places within an X distance radius (Places API) 2 - For each place, calculate a route to that place from the start (Directions API) 3 - Present those routes as options to the user. ------------------------------------------------------------------------------------------------- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/CANCScgh9Ow-x3ViMTjejjOe5DnwNAz9uDU-6oRh-si8K9mY%2BxA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

