Hi,

i need to get the LatLng Value from the mouse-position when the user
finally dropped an object (e.g. images ) into the map.
i searched around the web, but found nothing.

this function is called, when dropping (mouseup-event) an object:

function DragEnd(e)
{
        if(isdrag) //is an object beeing dragged?
        {
                isdrag = false; //then stop it!!
                //Here should be the code for getting the LatLng Values
        }

}

Could you help me?

best regards,

maaft

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to