Hi, I was wondering if the following is possible. I would like to do a search from a start to a end location. Lets assume the travel time will be 1 hour. Is it possible to show the route on a google map and point to the location where you would be after 15 minutes?? (values are just exampes)
I have not done this but it seems easy enough. Get the distance by dividing the total trip distance by 4 (60/15). Then loop through the GSteps in the GRoute object, incrementing the distances of the GSteps until to find the ones before and after. Then work out the position along those two GSteps that gives the distance you need. Search for "Google API driving distance" and you should find some good tutorials.