I should add that the lat/lng etc are hard wired in that example, but it would be easy to build up the URL from dynamic variables as in
myurl = "...."; myurl += "&lat=" + (mymarker.getLatLng().lat()).toString() + "&lng=" + (mymarker.getLatLng().lng()).toString(); etc or something like that --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
