> I define a route on Google map from A to B by providing the postcode. > And when one of my user drives through that route, I want to pick up > his current location maybe via his mobile device and then work out how > long it will take him to get to location B.
Yes you can do that. It is a complex project, don't underestimate it. The Google Maps API can help with the mapping part, so that is perhaps the easy part. There are plenty of tutorials about simple map page production. How you are going to get your users position and work out the ETA (presumably using traffic conditions etc.) is not something the API will do for you. Take care to stay within the terms of use of any services you use, some do not allow realtime vehicle tracking. 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 -~----------~----~----~----~------~----~------~--~---
