On Aug 10, 4:38 pm, kasehDANpercaya <[email protected]> wrote: > Thx for your reply. > > sorry if i understand wrongly. > > i believe, this is basically how to get directions, by giving point of > origin and destination to MAPS. however, i would like to plot/draw a > path for my say, treasure hunt route. for this, i have a series of > coordinates (checkpoints) or turning points. The output is something > like MAPS's MyMap, where we draw e.g. our bicycle trip. > > is it possible or i'm just not manipulative/creative enough?
Of course it's possible, but you haven't explained how you want it to work. From your current explanation, you have a series of points and you want to draw a route. You can either get the API to do it for you (using GDirections, provided directions are available) or you can use the API to plot lines which you define. Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
