I have a GMAP panel created and inserted few locations. I need to calculate the distance traveled through each location as well as whole distance traveled from first location to last location.
I have attached my code with this message for your convenience.
Please let me know if there are any API Documentation available for the same.
Is there any example related to what I am trying to achieve as in Google API its not much clear and the example link is also not working, so not able to see it.
Your situation illustrates the problem a lot of our customers writing map based ST applications have. Most of the time they have to deal with 2 APIs. Sencha Touch and and Google Maps API meaning they have to look at several places when they have a problem.
That s why we decided to add a full implementation of the Maps API to Gwt4Touch (http://www.emitrom.com/node/70) and offer support for both API and all future APIs we will add the the product.
So if you dont mind using Java you might want to give it a try
Thanks very much for your reply. I was able to configure this Google Map in my application. There's still one more issue. Like I have traveled from 1st point to 2,3,4 points. And now I want to calculate the distance traveled through these 1,2,3,4 points means in short 1-4 point distance.