1 Reply Latest reply on Jan 7, 2008 6:48 PM by sergeysmirnov

    Drag-a-drop + gmap

    tomasz.matyszewski

      Hi,
      I have a problem with connection drag-a-drop functionality and gmap.

      I'd like to save coordinates of drop object on the google map. My first idea was to add the event listener mouseup which will save coordinates to map.center() after dropping an object and then in processDrop(..) I would have access to new 'lat' and 'lng' parameters but unfortunately class GMap2 does not have event mouseup ;-)) So maybe somebody has different idea ??