Hello,

The problem i have is the following: I have created a GMap able to
show the route between two points with a polyline. 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.

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to