hi all, I have a group of markers, nodes of a street path: they're sent to Google Maps as they're read from the data source (a XML file, let say). the target is to generate a street path connecting these points, and I don't have problems in this. the problem is that the path is generated following the XML's nodes order and so I have that from the point A I go to the point B (A-B 300 km, let say) and then from B I go to C (A-C 100 km). but I want that from A I must go to C (the nearest node), and so on... applying Dijkstra's algorithm to the node set: my tourist doesn't have to spend kms around. ;)
how can I do this by using Google Maps API? thanks a lot! cheers --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
