> So, in that case i send the latlng into geAddress and then provide the
> response to showadressnew-function?

Yup.
Remember in the area we're looking at here, "you" don't send anything
to getAddress, the dragend event listener does that.   Regardless of
what you call it when you define the function
   function getAddress(bananas) { ....
the listener will put a GLatLng as the first parameter to the function

In other parts of your code, you might well want to call getAddress
'by hand' of course, let's say your user is happy with the initial
marker position and doesn't want to drag it anywhere.

cheers, Ross K

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