On Oct 13, 1:15 pm, Gert <[email protected]> wrote: > Hello, > > The problem i have is the following: I have created a GMap able to > show the route between two points with a polyline.
Where is your map? > A marker is placed on this route at a certain distance from the start > point. However this is done clientside using javascript and I would like > to calculate the marker position at the server to be able to save it to a > database. Why not just send back the position to the server and save that? -- Larry > > What I found until now: I am able to download a KML file using HTTP > requests with all polyline points in the route server side and should > be able to use those points to calculate the distance between them and > thus the point after a certain distance. > > Is it possible to do this in an easier way? or is this the way to go? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
