Hello I'm using GetPointsAtDistance from epoly2.js to place a marker on the map at a certain distance from the start of the polyline.
I would like to obtain the Lat Long from this marker and store it in the database so it can be used elsewhere (for proximity search and for an individual zoomed in map that only shows the user's location). I've searched on storing Lat Long from a marker but all of these seem to be related to the user actually clicking on the map and so involve a listener. In this case it is the script itself that creates the marker and places it. The Lat Long used by the marker is generated by: pointsAlongRoute = encodedPolyline.GetPointsAtDistance (distanceToPlaceMarkerInMetres) But how do I access the Lat Long it is using so I can use AJAX (probably) to store this back to mySQL? Thanks again for any help. My page is http://www.virtualwalk.co.uk/Sorting_Map.htm and whilst I'm sorting another problem you need to use compatability mode if you are using IE8. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
