Ok, here is my new problem :)

I implemented google maps to one of my projects and everything is fine. I
input coordinates and marker shows up and everything else is ok. 

Now problem is that I want to drag marker across map and to get new
coordinates to my form...

Problem is that this is all done in javascript and I don't know how to pass
value from javascript to my page.

GEvent.addListener(marker, "dragend", function() {
                ??? = marker.getLatLng().lat();
                ??? = marker.getLatLng().lng();
                  });

SO anyone have idea what to do?
-- 
View this message in context: 
http://old.nabble.com/-T5--Getting-LatLng-from-Google-Map-tp27320566p27320566.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to