ThinkGeo.com    |     Documentation    |     Premium Support

Drag Marker only in SimpleMarkerOverlay?

Can you use drag marker functionality in the MarkerOverlay or only in the SimpleMarkerOverlay?



Hi Gregory, 
  
 The drag marker only works for SimpleMarkerOverlay, MarkerOverlay is the base class of SimpleMarkerOverlay and it don’t support drag. 
  
 Regards, 
  
 Don

Can you Track the Drag Marker event ? So that it handles the "Release" event ?

Gregory, 
  
 It looks DragMarker implemented in client side. 
  
 What’s your meaning about “Release”? I haven’t found it in JS file. 
  
 I think you should can view all our JS file when project run, the “wireDragEvents” function should handle all things it. 
  
 Maybe you can find its code and review that. 
  
 Regards, 
  
 Don