> So, how can i retrieve the poi in the specified range of the trip (and > not only to a point)?
One possible searching technique is discussed here - http://groups.google.com/group/Google-Maps-API/browse_thread/thread/b9c5a2fcf742be7a/5c2842e69a526512?lnk=gst&q=corridor#5c2842e69a526512 > How can i add them to the trip, finding the shortest way? Waypoints can be added to GDirections requests, but you need to decide the order. To get the shortest way is to solve the 'Travelling Salesman Problem' (search this group), maybe not as easy as you think. > Does gmaps allow to create a 'pool' of poi connected to my application? Not as such, but of course you can create what you like and search it or use it as you wish. This is a fairly complicated project, and will use some resources too ... were you planning on at least some server-side processing? cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
